rpms/scummvm/devel scummvm.spec,1.14,1.15

Lucian Langa lucilanga at fedoraproject.org
Thu Feb 26 17:27:47 UTC 2009


Author: lucilanga

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

Modified Files:
	scummvm.spec 
Log Message:
* Thu Feb 26 2009 Lucian Langa <cooly at gnome.eu.org> - 0.12.0-3
- add patch1 for gcc44 fixes


Index: scummvm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scummvm/devel/scummvm.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- scummvm.spec	26 Feb 2009 00:09:02 -0000	1.14
+++ scummvm.spec	26 Feb 2009 17:27:16 -0000	1.15
@@ -1,6 +1,6 @@
 Name:           scummvm
 Version:        0.12.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Interpreter for several adventure games
 Group:          Applications/Emulators
 License:        GPLv2+
@@ -9,6 +9,7 @@
 #######         Icons extracted from icons/scummvm.ico with the gimp
 Source1:        scummvm-icons.tar.gz
 Patch0:         scummvm-0.11.0-nostrip.patch
+Patch1:         scummvm-0.12.0-gcc44.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  SDL-devel libvorbis-devel flac-devel zlib-devel
 BuildRequires:  fluidsynth-devel desktop-file-utils
@@ -31,6 +32,7 @@
 %prep
 %setup -q -a 1
 %patch0 -p1 -b .nostrip
+%patch1 -p1 -b .gcc44
 sed -i 's/%{name}.xpm/%{name}.png/' dists/%{name}.desktop
 sed -i 's/Application;Game;AdventureGame;/Game;Emulator;/' \
   dists/%{name}.desktop
@@ -102,6 +104,9 @@
 
 
 %changelog
+* Thu Feb 26 2009 Lucian Langa <cooly at gnome.eu.org> - 0.12.0-3
+- add patch1 for gcc44 fixes
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list