rpms/inn/devel inn.spec,1.69,1.70

Nikola Pajkovsky npajkovs at fedoraproject.org
Mon Oct 19 10:01:49 UTC 2009


Author: npajkovs

Update of /cvs/extras/rpms/inn/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3567

Modified Files:
	inn.spec 
Log Message:
New upstream release


Index: inn.spec
===================================================================
RCS file: /cvs/extras/rpms/inn/devel/inn.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -p -r1.69 -r1.70
--- inn.spec	14 Sep 2009 13:03:25 -0000	1.69
+++ inn.spec	19 Oct 2009 10:01:48 -0000	1.70
@@ -1,7 +1,7 @@
 Summary: The InterNetNews system, an Usenet news server
 Name: inn
-Version: 2.5.0
-Release: 5%{?dist}
+Version: 2.5.1
+Release: 1%{?dist}
 #see LICENSE file for details
 License: GPL+ and BSD and MIT and Public Domain
 Group: System Environment/Daemons
@@ -15,15 +15,13 @@ 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.4.1.pie.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.4.3-nologinshell.patch
+Patch10: inn-2.5.1-nologinshell.patch
 Patch11: inn-2.4.5-dynlib.patch
-Patch12: inn-sasl_encode64nullterm.patch
 Patch13: inn-2.5.0-chown.patch
-Patch14: inn-2.5.0-missing-headers.patch
 BuildRequires: perl-devel python db4-devel byacc krb5-devel pam-devel e2fsprogs-devel
 BuildRequires: perl(ExtUtils::Embed)
 Requires(pre): shadow-utils
@@ -93,9 +91,7 @@ exit 0
 %patch8 -p1 -b .makedbz
 %patch10 -p1 -b .nologin
 %patch11 -p1 -b .dynlib
-%patch12 -p1 -b .nullterm
 %patch13 -p1 -b .chown
-%patch14 -p1 -b .missing-headers
 
 perl -pi -e 's/LOCK_READ/LLOCK_READ/' `find . -type f`
 perl -pi -e 's/LOCK_WRITE/LLOCK_WRITE/' `find . -type f`
@@ -135,11 +131,11 @@ make install DESTDIR=$RPM_BUILD_ROOT
 # -- Install man pages needed by suck et al.
 mkdir -p $RPM_BUILD_ROOT/usr/include/inn
 
-for f in clibrary.h config.h dbz.h
+for f in clibrary.h config.h
 do
     install -c -m 0644 ./include/$f $RPM_BUILD_ROOT/usr/include/inn
 done
-for f in defines.h system.h libinn.h storage.h options.h
+for f in defines.h system.h libinn.h storage.h options.h dbz.h
 do
     install -c -m 0644 ./include/inn/$f $RPM_BUILD_ROOT/usr/include/inn
 done
@@ -326,6 +322,7 @@ exit 0
 %config(noreplace) %{_sysconfdir}/news/ovdb.conf
 %config(noreplace) %{_sysconfdir}/news/newsfeeds
 %config(noreplace) %{_sysconfdir}/news/readers.conf
+%config(noreplace) %{_sysconfdir}/news/distributions
 
 %dir /var/lib/news
 %config(noreplace) /var/lib/news/active.times
@@ -550,6 +547,9 @@ exit 0
 %{_mandir}/man1/inews*
 
 %changelog
+* Tue Oct 13 2009 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.1-1
+- New upstream release
+
 * Mon Sep 14 2009 Nikola Pajkovsky <npajkovs at redhat.com> - 2.5.0-5
 - resolved: 511772 - inn/storage.h not self-contained, missing inn/options.h
 




More information about the scm-commits mailing list