public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nikola Pajkovsky <npajkovs@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10: drop patches
Date: Wed, 26 Aug 2026 08:06:09 GMT [thread overview]
Message-ID: <178773156942.1.4458086898930817702.rpms-inn-c97ea0b7682e@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10
Commit : c97ea0b7682eecd78799ffba03268ae3b24d86bf
Author : Nikola Pajkovsky <npajkovs@fedoraproject.org>
Date : 2009-12-16T14:47:11+00:00
Stats : +5/-40 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/c97ea0b7682eecd78799ffba03268ae3b24d86bf?branch=epel10
Log:
drop patches
---
diff --git a/inn-2.4.1.perl.patch b/inn-2.4.1.perl.patch
deleted file mode 100644
index 7dfae6b..0000000
--- a/inn-2.4.1.perl.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- inn-2.4.1/innd/cc.c.perl 2004-12-13 13:09:57.000000000 +0100
-+++ inn-2.4.1/innd/cc.c 2004-12-13 14:41:04.692124160 +0100
-@@ -1522,6 +1522,9 @@
- }
-
-
-+/* perl.h likes to define strerror, sigh */
-+#undef strerror
-+
- /*
- ** Send a signal to a site's feed.
- */
diff --git a/inn-2.4.5-dynlib.patch b/inn-2.4.5-dynlib.patch
deleted file mode 100644
index b5aeae9..0000000
--- a/inn-2.4.5-dynlib.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -up inn-2.4.5/history/Makefile.dynlib inn-2.4.5/history/Makefile
---- inn-2.4.5/history/Makefile.dynlib 2008-07-03 19:50:04.000000000 +0200
-+++ inn-2.4.5/history/Makefile 2008-07-03 19:50:50.000000000 +0200
-@@ -43,7 +43,7 @@ $(FIXSCRIPT):
-
- libinnhist.la: $(OBJECTS) $(LIBSTORAGE) $(LIBINN)
- $(LIBLD) $(LDFLAGS) -o $@ $(LOBJECTS) \
-- $(LIBSTORAGE) $(LIBINN) $(STORAGE_LIBS) $(LIBS) \
-+ $(LIBSTORAGE) $(LIBINN) $(STORAGE_LIBS) -L../lib/.libs -L../storage/.libs ${LIBS} \
- -rpath $(PATHLIB) -version-info 2:0:0
-
- libinnhist.a: $(OBJECTS)
-diff -up inn-2.4.5/storage/Makefile.dynlib inn-2.4.5/storage/Makefile
---- inn-2.4.5/storage/Makefile.dynlib 2008-07-03 19:52:48.000000000 +0200
-+++ inn-2.4.5/storage/Makefile 2008-07-03 19:42:34.000000000 +0200
-@@ -47,7 +47,7 @@ $(FIXSCRIPT):
-
- libstorage.la: $(OBJECTS) $(LIBINN)
- $(LIBLD) $(LDFLAGS) -o $@ $(LOBJECTS) \
-- $(LIBINN) $(STORAGE_LIBS) $(LIBS) \
-+ $(LIBINN) $(STORAGE_LIBS) -L../lib/.libs ${LIBS} \
- -rpath $(PATHLIB) -version-info 2:0:0
-
- libstorage.a: $(OBJECTS)
diff --git a/inn.spec b/inn.spec
index 4a1592e..4972a3b 100644
--- a/inn.spec
+++ b/inn.spec
@@ -14,13 +14,11 @@ Source7: inn-cron-nntpsend
Source8: innd.init
Source10: inn-faq.tar.gz
Patch1: inn-2.4.3.rh.patch
-Patch2: inn-2.4.1.perl.patch
Patch4: inn-2.5.1.pie.patch
Patch6: inn-2.4.1.posix.patch
Patch7: inn-2.4.3.warn.patch
Patch8: inn-2.4.2-makedbz.patch
Patch10: inn-2.5.1-nologinshell.patch
-Patch11: inn-2.4.5-dynlib.patch
Patch13: inn-2.5.0-chown.patch
Patch14: inn-redhat_build.patch
Patch15: inn-shared.patch
@@ -94,13 +92,11 @@ exit 0
%prep
%setup -q
%patch1 -p1 -b .rh
-#%patch2 -p1 -b .perl
%patch4 -p1 -b .pie
%patch6 -p1 -b .posix
%patch7 -p1 -b .warn
%patch8 -p1 -b .makedbz
%patch10 -p1 -b .nologin
-#%patch11 -p1 -b .dynlib
%patch13 -p1 -b .chown
%patch14 -p1 -b .redhat_build
%patch15 -p1 -b .shared
@@ -511,6 +507,11 @@ fi
%{_mandir}/man1/inews*
%changelog
+* Wed Dec 16 2009 Nikola Pajkovsky <npajkovs@redhta.com> - 2.5.1-3
+- rebuild
+- chage licence and remove on rm -f
+- drop patches inn-2.4.1.perl.patch and inn-2.4.5-dynlib.patch
+
* Fri Dec 11 2009 Nikola Pajkovsky <npajkovs@redhat.com> - 2.5.1-2
- #225901 - Merge Review: inn
reply other threads:[~2026-08-26 8:06 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178773156942.1.4458086898930817702.rpms-inn-c97ea0b7682e@fedoraproject.org \
--to=npajkovs@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox