rpms/berusky/F-10 berusky-1.1-animqlength.patch, NONE, 1.1 berusky.spec, 1.7, 1.8

Martin Stransky stransky at fedoraproject.org
Tue Dec 2 13:34:09 UTC 2008


Author: stransky

Update of /cvs/pkgs/rpms/berusky/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15803

Modified Files:
	berusky.spec 
Added Files:
	berusky-1.1-animqlength.patch 
Log Message:
* Tue Dec 2 2008 Martin Stransky <stransky at redhat.com> 1.1-10
- added patch from #458477 - Berusky aborts at end 
  of intermediate level 18



berusky-1.1-animqlength.patch:

--- NEW FILE berusky-1.1-animqlength.patch ---
diff -Naur berusky-1.1.orig/src/defines.h berusky-1.1.new/src/defines.h
--- berusky-1.1.orig/src/defines.h	2007-04-21 20:57:55.000000000 +0200
+++ berusky-1.1.new/src/defines.h	2008-08-08 19:59:05.000000000 +0200
@@ -365,7 +365,7 @@
 // -------------------------------------------------------
 #define ANIM_NONE                   0
 #define ANIM_QUEUE_FIRST            1
-#define ANIM_QUEUE_LENGHT           50
+#define ANIM_QUEUE_LENGHT           100
 
 
 // Basic types


Index: berusky.spec
===================================================================
RCS file: /cvs/pkgs/rpms/berusky/F-10/berusky.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- berusky.spec	14 Jul 2008 20:22:38 -0000	1.7
+++ berusky.spec	2 Dec 2008 13:33:39 -0000	1.8
@@ -1,13 +1,14 @@
 Summary:        Berusky, 2D logic game
 Name:           berusky
 Version:        1.1
-Release:        9%{?dist}
+Release:        10%{?dist}
 License:        GPLv2+
 Group:          Amusements/Games
 Source:         http://www.anakreon.cz/download/berusky/tar.gz/%{name}-%{version}.tar.gz
 Source1:        berusky.desktop
 Source2:        berusky.png
-Patch:		berusky-1.1-build.patch
+Patch:          berusky-1.1-build.patch
+Patch1:         berusky-1.1-animqlength.patch
 URL:            http://www.anakreon.cz/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:  	berusky-data
@@ -27,6 +28,7 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch -p1 -b .build
+%patch1 -p1 -b .anim
 
 %build
 %configure \
@@ -75,6 +77,10 @@
 %{_datadir}/icons/hicolor/32x32/apps/berusky.png
 
 %changelog
+* Tue Dec 2 2008 Martin Stransky <stransky at redhat.com> 1.1-10
+- added patch from #458477 - Berusky aborts at end 
+  of intermediate level 18
+
 * Mon Jul 14 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.1-9
 - fix license tag
 




More information about the fedora-extras-commits mailing list