rpms/pengupop/devel pengupop.spec,1.10,1.11

Jon Ciesla limb at fedoraproject.org
Fri Jun 25 16:55:25 UTC 2010


Author: limb

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

Modified Files:
	pengupop.spec 
Log Message:
FTBFS fix.



Index: pengupop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pengupop/devel/pengupop.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- pengupop.spec	25 Jul 2009 23:29:11 -0000	1.10
+++ pengupop.spec	25 Jun 2010 16:55:25 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           pengupop
 Version:        2.2.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Networked Game in the vein of Move/Puzzle Bobble
 
 Group:          Amusements/Games
@@ -25,7 +25,7 @@ remove all orbs. You lose if any orb att
 
 %build
 %configure
-make %{?_smp_mflags} CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=0"
+make %{?_smp_mflags} CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=0" LIBS="-lm"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -67,6 +67,9 @@ fi
 
 
 %changelog
+* Fri Jun 25 2010 Jon Ciesla <limb at jcomserv.net> 2.2.2-6
+- Fix for dsolink FTBFS, BZ 599890.
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list