rpms/inn/devel inn-2.5.2-smp.patch,NONE,1.1 inn.spec,1.78,1.79

Jochen Schmitt s4504kr at fedoraproject.org
Tue Jul 6 16:46:48 UTC 2010


Author: s4504kr

Update of /cvs/pkgs/rpms/inn/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14910

Modified Files:
	inn.spec 
Added Files:
	inn-2.5.2-smp.patch 
Log Message:
Try to fix a smp issue

inn-2.5.2-smp.patch:
 Makefile |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

--- NEW FILE inn-2.5.2-smp.patch ---
diff -up inn-2.5.2/innfeed/Makefile.smp inn-2.5.2/innfeed/Makefile
--- inn-2.5.2/innfeed/Makefile.smp	2010-07-06 17:59:31.483845914 +0200
+++ inn-2.5.2/innfeed/Makefile	2010-07-06 18:19:02.033971518 +0200
@@ -54,10 +54,14 @@ $(FIXSCRIPT):
 
 INNFEEDLIBS	= $(LIBSTORAGE) $(LIBHIST) $(LIBINN) $(STORAGE_LIBS) $(LIBS)
 
-config_y.c config_y.h: configfile.y
+y.tab.c y.tab.h: configfile.y
 	$(YACC) -d $?
+
+config_y.h: y.tab.h
 	mv y.tab.h config_y.h
-	mv y.tab.c config_y.c
+
+config_y.c: y.tab.c
+	mv y.tab.c config_y.c
 
 config_l.c: configfile.l
 	$(LEX) $?


Index: inn.spec
===================================================================
RCS file: /cvs/pkgs/rpms/inn/devel/inn.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -p -r1.78 -r1.79
--- inn.spec	4 Jul 2010 18:24:58 -0000	1.78
+++ inn.spec	6 Jul 2010 16:46:48 -0000	1.79
@@ -1,7 +1,7 @@
 Summary: The InterNetNews system, an Usenet news server
 Name: inn
 Version: 2.5.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 #see LICENSE file for details
 License: GPLv2+ and BSD and MIT and Public Domain
 Group: System Environment/Daemons
@@ -24,6 +24,7 @@ Patch14: inn-redhat_build.patch
 Patch15: inn-shared.patch
 Patch16: inn-2.5.2-hdr.patch
 patch17: inn-2.5.2-pconf.patch
+Patch18: inn-2.5.2-smp.patch
 BuildRequires: python db4-devel byacc krb5-devel pam-devel e2fsprogs-devel perl
 BuildRequires: perl(ExtUtils::Embed) flex
 Requires(pre): shadow-utils
@@ -104,6 +105,7 @@ exit 0
 %patch15 -p1 -b .shared
 %patch16 -p1 -b .hdr
 %patch17 -p1 -b .pfix
+%patch18 -p1 -b .smp
 
 perl -pi -e 's/LOCK_READ/LLOCK_READ/' `find . -type f`
 perl -pi -e 's/LOCK_WRITE/LLOCK_WRITE/' `find . -type f`
@@ -511,6 +513,9 @@ fi
 %{_mandir}/man1/inews*
 
 %changelog
+* Tue Jul  6 2010 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-2
+- Try to fix a smp issue on innfeed/Makefile
+
 * Mon Jun 28 2010 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-1
 - New upstream release
 



More information about the scm-commits mailing list