rpms/greyhounds/F-12 greyhounds.spec,1.3,1.4

Bruno Wolff III bruno at fedoraproject.org
Sat Mar 27 16:12:46 UTC 2010


Author: bruno

Update of /cvs/pkgs/rpms/greyhounds/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32391

Modified Files:
	greyhounds.spec 
Log Message:
Backport fixes from devel branch.




Index: greyhounds.spec
===================================================================
RCS file: /cvs/pkgs/rpms/greyhounds/F-12/greyhounds.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- greyhounds.spec	25 Jul 2009 01:26:40 -0000	1.3
+++ greyhounds.spec	27 Mar 2010 16:12:46 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           greyhounds
 Version:        0.8
-Release:        0.5.prealpha%{?dist}
+Release:        0.8.prealpha%{?dist}
 Summary:        Greyhounds is a greyhounds racing and breeding game
 Summary(pl):    Greyhounds to wyścigi i hodowla chartów
 Group:          Amusements/Games
@@ -8,6 +8,10 @@ License:        GPLv2
 URL:            http://sourceforge.net/projects/byghound
 Source0:        http://downloads.sourceforge.net/byghound/%{name}-%{version}-pre-alpha.tar.bz2
 Source1:        %{name}.desktop
+# Patch 0 should go upstrem
+Patch0:		greyhound-am.patch
+Patch1:		greyhound-in.patch
+Patch2:		greyhound-save.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  desktop-file-utils gtk2-devel ImageMagick
 Requires:       hicolor-icon-theme
@@ -29,6 +33,9 @@ czasowe.
 
 %prep
 %setup -q -n %{name}-%{version}-pre-alpha
+%patch0
+%patch1
+%patch2
 
 # Create icons and make appropriate dir structure
 mkdir icons
@@ -83,6 +90,15 @@ fi
 %{_datadir}/applications/fedora-%{name}.desktop
 
 %changelog
+* Sat Mar 27 2010 Bruno Wolff III <bruno at wolff.to> - 0.8-0.8.prealpha
+- Another possible fix for save game issue - Bug 562038
+
+* Sat Mar 27 2010 Bruno Wolff III <bruno at wolff.to> - 0.8-0.7.prealpha
+- Possible fix for save game issue - Bug 562038
+
+* Fri Mar 26 2010 Bruno Wolff III <bruno at wolff.to> - 0.8-0.6.prealpha
+- Include -lm to fix DSO issue - Bug 565040
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8-0.5.prealpha
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list