rpms/gweled/F-12 gweled.spec,1.25,1.26

Thorsten Leemhuis thl at fedoraproject.org
Tue Feb 9 20:06:09 UTC 2010


Author: thl

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

Modified Files:
	gweled.spec 
Log Message:
* Tue Feb 09 2010 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0.7-16
- add patch from to disable music as requested in #544575



Index: gweled.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gweled/F-12/gweled.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- gweled.spec	25 Jul 2009 01:56:13 -0000	1.25
+++ gweled.spec	9 Feb 2010 20:06:08 -0000	1.26
@@ -2,7 +2,7 @@
 
 Name:           gweled
 Version:        0.7
-Release:        15.1
+Release:        16%{?dist}
 
 Summary:        Swapping gem game
 
@@ -14,6 +14,8 @@ 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:         %{name}-disable-music.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libgnomeui-devel >= 2.0.0
@@ -38,6 +40,7 @@ ends when there are no possible moves le
 # http://ftp.debian.org/debian/pool/main/g/gweled/gweled_0.7-2.diff.gz
 %patch2  -p0 -b .patch2
 %patch3  -p1 -b .patch3
+%patch4  -p1 -b .patch4
 
 %build
 export LDFLAGS="${LDFLAGS} -Wl,--export-dynamic"
@@ -79,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/sounds/%{name}/
 
 %changelog
+* Tue Feb 09 2010 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0.7-16
+- add patch from to disable music as requested in #544575
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7-15.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list