rpms/inn/devel inn-2.4.1.headusage.patch, 1.1, 1.2 inn-2.4.1.pie.patch, 1.1, 1.2 inn-2.4.3.rh.patch, 1.1, 1.2 inn.spec, 1.50, 1.51

Ondrej Vasik ovasik at fedoraproject.org
Fri Aug 29 14:46:48 UTC 2008


Author: ovasik

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

Modified Files:
	inn-2.4.1.headusage.patch inn-2.4.1.pie.patch 
	inn-2.4.3.rh.patch inn.spec 
Log Message:
patch fuzz clean up

inn-2.4.1.headusage.patch:

Index: inn-2.4.1.headusage.patch
===================================================================
RCS file: /cvs/extras/rpms/inn/devel/inn-2.4.1.headusage.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- inn-2.4.1.headusage.patch	16 Dec 2004 13:05:29 -0000	1.1
+++ inn-2.4.1.headusage.patch	29 Aug 2008 14:46:18 -0000	1.2
@@ -1,7 +1,7 @@
 --- inn-2.4.1/configure.headusage	2004-12-13 13:09:57.000000000 +0100
 +++ inn-2.4.1/configure	2004-12-13 15:02:02.431918648 +0100
 @@ -8087,7 +8087,7 @@
- echo "configure:8088: checking for Perl linkage" >&5
+ echo "configure:8231: checking for Perl linkage" >&5
      inn_perl_core_path=`$_PATH_PERL -MConfig -e 'print $Config{archlibexp}'`
      inn_perl_core_flags=`$_PATH_PERL -MExtUtils::Embed -e ccopts`
 -    inn_perl_core_libs=`$_PATH_PERL -MExtUtils::Embed -e ldopts 2>&1 | tail -1`

inn-2.4.1.pie.patch:

Index: inn-2.4.1.pie.patch
===================================================================
RCS file: /cvs/extras/rpms/inn/devel/inn-2.4.1.pie.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- inn-2.4.1.pie.patch	16 Dec 2004 13:05:29 -0000	1.1
+++ inn-2.4.1.pie.patch	29 Aug 2008 14:46:18 -0000	1.2
@@ -33,5 +33,5 @@
 -	$(LIBLD) $(LDFLAGS) -o $@ inndstart.o $(LIBINN) $(LIBS)
 +	$(LIBLD) -pie $(LDFLAGS) -o $@ inndstart.o $(LIBINN) $(LIBS)
  
- 
- ##  Installation rules.  Installation commands set in Makefile.global.
+ $(LIBINN):	; (cd ../lib ; $(MAKE))
+ $(LIBSTORAGE):	; (cd ../storage ; $(MAKE))

inn-2.4.3.rh.patch:

Index: inn-2.4.3.rh.patch
===================================================================
RCS file: /cvs/extras/rpms/inn/devel/inn-2.4.3.rh.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- inn-2.4.3.rh.patch	27 Mar 2006 12:47:04 -0000	1.1
+++ inn-2.4.3.rh.patch	29 Aug 2008 14:46:18 -0000	1.2
@@ -43,8 +43,8 @@
 -	chown $(NEWSUSER) $@
 -	chgrp $(NEWSGROUP) $@
  	chmod $(FILEMODE) $@
- 
- ##  Remove files that are unchanged from the release version.
+ $D$(PATH_HISTORY):
+ 	touch $@
 --- inn-2.4.1/Makefile.old	2004-12-13 13:09:57.000000000 +0100
 +++ inn-2.4.1/Makefile	2004-12-13 14:29:56.625685696 +0100
 @@ -91,9 +91,9 @@


Index: inn.spec
===================================================================
RCS file: /cvs/extras/rpms/inn/devel/inn.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- inn.spec	10 Jul 2008 16:22:01 -0000	1.50
+++ inn.spec	29 Aug 2008 14:46:18 -0000	1.51
@@ -1,7 +1,7 @@
 Summary: The InterNetNews (INN) system, an Usenet news server
 Name: inn
 Version: 2.4.5
-Release: 2%{?dist}
+Release: 3%{?dist}
 #see LICENSE file for details
 License: GPL+ and BSD and MIT and Public Domain
 Group: System Environment/Daemons
@@ -353,6 +353,9 @@
 %{_mandir}/man1/inews*
 
 %changelog
+* Fri Aug 29 2008 Ondrej Vasik <ovasik at redhat.com> - 2.4.5-3
+- patch fuzz clean up
+
 * Fri Jul  7 2008 Ondrej Vasik <ovasik at redhat.com> - 2.4.5-2
 - do not use static libraries(changes by Jochen Schmitt,#453993)
 - own all dirs spawned by inn package(#448088)




More information about the fedora-extras-commits mailing list