rpms/abe/devel abe-1.1-settings.patch,NONE,1.1 abe.spec,1.11,1.12

Michael Thomas (wart) fedora-extras-commits at redhat.com
Sun Apr 2 22:08:18 UTC 2006


Author: wart

Update of /cvs/extras/rpms/abe/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8622

Modified Files:
	abe.spec 
Added Files:
	abe-1.1-settings.patch 
Log Message:
Enable changing the video settings in-game.



abe-1.1-settings.patch:

--- NEW FILE abe-1.1-settings.patch ---
diff -Naur --exclude '*.swp' abe-1.1/src/Menu.c abe-1.1.new/src/Menu.c
--- abe-1.1/src/Menu.c	2005-03-05 08:20:04.000000000 -0800
+++ abe-1.1.new/src/Menu.c	2006-04-02 15:04:37.000000000 -0700
@@ -116,7 +116,7 @@
   if(n == SOUND_ENABLED || n == MUSIC_ENABLED)
     return sound_loaded;
   else
-    return 0;
+    return 1;
 }
 
 void


Index: abe.spec
===================================================================
RCS file: /cvs/extras/rpms/abe/devel/abe.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- abe.spec	4 Mar 2006 21:24:50 -0000	1.11
+++ abe.spec	2 Apr 2006 22:08:18 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           abe
 Version:        1.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 
 Summary:        Scrolling, platform-jumping, ancient pyramid exploring game
 Group:          Amusements/Games
@@ -8,6 +8,7 @@
 URL:            http://abe.sourceforge.net/
 Source0:        http://dl.sourceforge.net/abe/abe-1.1.tar.gz
 Source1:        %{name}.png
+Patch0:		abe-1.1-settings.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  SDL-devel >= 1.2.3, SDL_mixer-devel >= 1.2.3
@@ -19,6 +20,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 %configure --with-data-dir=%{_datadir}/%{name}
@@ -63,6 +65,9 @@
 %{_datadir}/pixmaps/*
 
 %changelog
+* Sun Apr 2 2006 Wart <wart at kobold.org> 1.1-2
+- Enable changing the video settings (BZ #187589)
+
 * Sat Mar 4 2006 Wart <wart at kobold.org> 1.1-1
 - Update to 1.1
 




More information about the scm-commits mailing list