rpms/gweled/devel gweled.spec,1.26,1.27

Thorsten Leemhuis thl at fedoraproject.org
Sat Feb 13 10:50:36 UTC 2010


Author: thl

Update of /cvs/pkgs/rpms/gweled/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10206

Modified Files:
	gweled.spec 
Log Message:
* Sat Feb 13 2010 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0.7-17
- add another patch as suggested in #544575#3
- add -lm to linker flags for DSOLinkChange stuff from F13



Index: gweled.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gweled/devel/gweled.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- gweled.spec	9 Feb 2010 20:15:43 -0000	1.26
+++ gweled.spec	13 Feb 2010 10:50:36 -0000	1.27
@@ -2,7 +2,7 @@
 
 Name:           gweled
 Version:        0.7
-Release:        16.1
+Release:        17.1
 
 Summary:        Swapping gem game
 
@@ -14,8 +14,9 @@ Patch0:         %{name}-Makefile.patch
 Patch1:         %{name}-Sample_Free.patch
 Patch2:         %{name}-ppc.diff
 Patch3:         %{name}-mikmod-disable-disk-writers.diff
-# patch4 taken from Ubuntu; https://bugs.launchpad.net/ubuntu/+source/gweled/+bug/90499
+# patch4 and 5 taken from Ubuntu; https://bugs.launchpad.net/ubuntu/+source/gweled/+bug/90499
 Patch4:         %{name}-disable-music.diff
+Patch5:         %{name}-xdg_pref.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libgnomeui-devel >= 2.0.0
@@ -41,9 +42,10 @@ ends when there are no possible moves le
 %patch2  -p0 -b .patch2
 %patch3  -p1 -b .patch3
 %patch4  -p1 -b .patch4
+%patch5  -p1 -b .patch5
 
 %build
-export LDFLAGS="${LDFLAGS} -Wl,--export-dynamic"
+export LDFLAGS="${LDFLAGS} -lm -Wl,--export-dynamic "
 %configure
 echo "Encoding=UTF-8" >> gweled.desktop
 mv gweled.desktop gweled.desktop.old
@@ -82,6 +84,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/sounds/%{name}/
 
 %changelog
+* Sat Feb 13 2010 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0.7-17
+- add another patch as suggested in #544575#3
+- add -lm to linker flags for DSOLinkChange stuff from F13
+
 * Tue Feb 09 2010 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0.7-16
 - add patch from to disable music as requested in #544575
 



More information about the scm-commits mailing list