rpms/allegro/devel allegro-4.0.3-cfg.patch, 1.1, 1.2 allegro.spec, 1.21, 1.22

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Wed Jan 25 10:07:51 UTC 2006


Author: jnovy

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

Modified Files:
	allegro-4.0.3-cfg.patch allegro.spec 
Log Message:
* Wed Jan 25 2006 Jindrich Novy <jnovy at redhat.com> 4.2.0-5
- update default allegro configuration to use sound successfully,
  thanks to Hans de Goede (#178383)
- add timidity++ dependency



allegro-4.0.3-cfg.patch:

Index: allegro-4.0.3-cfg.patch
===================================================================
RCS file: /cvs/extras/rpms/allegro/devel/allegro-4.0.3-cfg.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- allegro-4.0.3-cfg.patch	13 Feb 2005 22:10:46 -0000	1.1
+++ allegro-4.0.3-cfg.patch	25 Jan 2006 10:07:50 -0000	1.2
@@ -1,6 +1,15 @@
---- allegro.cfg~	2003-04-19 10:06:46.000000000 +0300
-+++ allegro.cfg	2005-02-13 23:41:13.339829153 +0200
-@@ -529,22 +529,21 @@
+--- allegro-4.2.0/allegro.cfg.config	2005-05-13 20:37:56.000000000 +0200
++++ allegro-4.2.0/allegro.cfg	2006-01-25 10:49:42.000000000 +0100
+@@ -548,7 +548,7 @@
+ 
+ 
+ # patch set for the DIGMID software wavetable driver
+-patches = 
++patches = /usr/share/timidity/timidity.cfg
+ 
+ 
+ 
+@@ -647,22 +647,21 @@
  
  
  # edit these shell commands to whatever helper programs you want to use...


Index: allegro.spec
===================================================================
RCS file: /cvs/extras/rpms/allegro/devel/allegro.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- allegro.spec	24 Jan 2006 08:24:49 -0000	1.21
+++ allegro.spec	25 Jan 2006 10:07:50 -0000	1.22
@@ -1,6 +1,6 @@
 Name:           allegro
 Version:        4.2.0
-Release:        4
+Release:        5
 
 Summary:        A game programming library
 Summary(es):    Una libreria de programacion de juegos
@@ -19,7 +19,7 @@
 BuildRequires:  esound-devel, texinfo, perl, arts-devel
 BuildRequires:  xorg-x11-proto-devel, libX11-devel, libXext-devel, libXt-devel
 BuildRequires:  libXpm-devel, libXcursor-devel, libXxf86vm-devel
-BuildRequires:  libXxf86dga-devel
+BuildRequires:  libXxf86dga-devel, timidity++
 
 %description
 Allegro is a cross-platform library intended for use in computer games
@@ -119,7 +119,7 @@
 %prep
 %setup -q
 %patch1 -p0 -b .libdir
-%patch2 -p0 -b .cfg
+%patch2 -p1 -b .config
 %patch3 -p1 -z .nostrip
 
 %build
@@ -207,6 +207,11 @@
 
 
 %changelog
+* Wed Jan 25 2006 Jindrich Novy <jnovy at redhat.com> 4.2.0-5
+- update default allegro configuration to use sound successfully,
+  thanks to Hans de Goede (#178383)
+- add timidity++ dependency
+
 * Mon Jan 23 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 4.2.0-4
 - add allegro-4.2.0-nostrip.patch, so that the main .so file
   doesn't get stripped and we actually get debuginfo for it in




More information about the fedora-extras-commits mailing list