rpms/maniadrive/F-12 maniadrive.spec,1.18,1.19

Remi Collet remi at fedoraproject.org
Sat Mar 6 13:53:49 UTC 2010


Author: remi

Update of /cvs/pkgs/rpms/maniadrive/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2105

Modified Files:
	maniadrive.spec 
Log Message:
 Rebuild for new php 5.3.2


Index: maniadrive.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maniadrive/F-12/maniadrive.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- maniadrive.spec	20 Nov 2009 20:36:13 -0000	1.18
+++ maniadrive.spec	6 Mar 2010 13:53:48 -0000	1.19
@@ -1,6 +1,6 @@
 Name:           maniadrive
 Version:        1.2
-Release:        19%{?dist}
+Release:        21%{?dist}
 Summary:        3D stunt driving game
 Group:          Amusements/Games
 License:        GPLv2+
@@ -82,10 +82,10 @@ make %{?_smp_mflags} CFLAGS="$RPM_OPT_FL
   
 # only one C-file and no makefile for maniadrive and the editor, so DIY
 gcc $RPM_OPT_FLAGS -o %{name} `php-config --includes` -DFORCE_LIBRAYDIUM \
-  mania_drive.c -L. -lraydium
+  mania_drive.c -L. -lraydium -lphp5 -lGL
 
 gcc $RPM_OPT_FLAGS -o %{name}-track-editor `php-config --includes` \
-  -DFORCE_LIBRAYDIUM mania2.c -L. -lraydium
+  -DFORCE_LIBRAYDIUM mania2.c -L. -lraydium -lphp5 -lGL -lm
 
 
 %install
@@ -166,6 +166,12 @@ fi
 
 
 %changelog
+* Sat Mar  6 2010 Remi Collet <Fedora at famillecollet.com> 1.2-21
+- Rebuild for new php 5.3.2
+
+* Mon Feb 22 2010 Hans de Goede <hdegoede at redhat.com> 1.2-20
+- Fix FTBFS (#564773)
+
 * Fri Nov 20 2009 Remi Collet <Fedora at famillecollet.com> 1.2-19
 - Rebuild for new php 5.3.1
 



More information about the scm-commits mailing list