rpms/childsplay_plugins/FC-5 childsplay_plugins-0.80.8-assetml.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 childsplay_plugins.spec, 1.1, 1.2 sources, 1.2, 1.3

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sun May 14 21:19:43 UTC 2006


Author: jwrdegoede

Update of /cvs/extras/rpms/childsplay_plugins/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16736

Modified Files:
	.cvsignore childsplay_plugins.spec sources 
Added Files:
	childsplay_plugins-0.80.8-assetml.patch 
Log Message:
* Sun May 14 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.80.8-1
- New upstream release 0.80.8
- Fix a SoundMemory crash (Patch1, bz 191643), thanks Chien-Chung Yeh.


childsplay_plugins-0.80.8-assetml.patch:

--- NEW FILE childsplay_plugins-0.80.8-assetml.patch ---
--- childsplay_plugins-0.80.8/lib/soundmemory.py.00	2006-04-09 17:12:39.000000000 +0800
+++ childsplay_plugins-0.80.8/lib/soundmemory.py	2006-05-14 20:25:09.000000000 +0800
@@ -136,9 +136,9 @@ class Game:
             raise MyError,text
         # create two assetmlSDL instances one for parsing memory sounds and one for CP sounds
         self.Assets_snd = pyassetmlSDL.AssetmlSDL()
-        self.Assets_snd.set_mldir('childsplay/sounds-misc/sounds-misc.assetml')
+        self.Assets_snd.set_mldir('sounds-misc.assetml')
         self.Assets_cpsnd = pyassetmlSDL.AssetmlSDL()
-        self.Assets_cpsnd.set_mldir('childsplay/childsplay-sounds/childsplay-sounds.assetml')
+        self.Assets_cpsnd.set_mldir('childsplay-sounds.assetml')
         
         # number of items y, number of items y, x offset, y offset
         self.gamelevels = [(2,3,200,100),(2,4,180,100),(3,4,180,60),(4,6,50,20)]


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/childsplay_plugins/FC-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	11 May 2006 18:18:46 -0000	1.2
+++ .cvsignore	14 May 2006 21:19:42 -0000	1.3
@@ -1 +1 @@
-childsplay_plugins-0.80.7.tgz
+childsplay_plugins-0.80.8.tgz


Index: childsplay_plugins.spec
===================================================================
RCS file: /cvs/extras/rpms/childsplay_plugins/FC-5/childsplay_plugins.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- childsplay_plugins.spec	11 May 2006 18:18:46 -0000	1.1
+++ childsplay_plugins.spec	14 May 2006 21:19:42 -0000	1.2
@@ -1,12 +1,13 @@
 Name:           childsplay_plugins
-Version:        0.80.7
-Release:        3%{?dist}
+Version:        0.80.8
+Release:        1%{?dist}
 Summary:        Plugins for childsplay (educational games for young children)
 Group:          Amusements/Games
 License:        GPL
 URL:            http://childsplay.sourceforge.net/
 Source:         http://download.sourceforge.net/childsplay/%{name}-%{version}.tgz
 Patch0:         childsplay_plugins-0.80.7-alphabet-sounds.patch
+Patch1:         childsplay_plugins-0.80.8-assetml.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 Requires:       childsplay >= 0.81.4
@@ -20,6 +21,7 @@
 %setup -q
 # no backups otherwise the backups endup in the rpm.
 %patch0 -p1
+%patch1 -p1
 # the translation is merged into the assetml file, so don't ship it seperatly
 rm -r assetml/childsplay/sounds-misc/po
 
@@ -60,6 +62,10 @@
 %{_datadir}/assetml/*
 
 %changelog
+* Sun May 14 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.80.8-1
+- New upstream release 0.80.8
+- Fix a SoundMemory crash (Patch1, bz 191643), thanks Chien-Chung Yeh.
+
 * Thu May 11 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.80.7-3
 - Own /usr/share/childsplay and subdirs to guarantee correct uninstall
   (bz 190878).


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/childsplay_plugins/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	11 May 2006 18:18:46 -0000	1.2
+++ sources	14 May 2006 21:19:42 -0000	1.3
@@ -1 +1 @@
-d3ea05d2a1fb373d9c4836845b199a76  childsplay_plugins-0.80.7.tgz
+0758183302dfe1fe2bb5103f9442bac9  childsplay_plugins-0.80.8.tgz




More information about the fedora-extras-commits mailing list