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

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sun Aug 27 12:20:34 UTC 2006


Author: jwrdegoede

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

Modified Files:
	.cvsignore childsplay_plugins-0.80.8-assetml.patch 
	childsplay_plugins.spec sources 
Log Message:
* Sun Aug 27 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.83-1
- New upstream version 0.83



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/childsplay_plugins/FC-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	14 May 2006 21:19:42 -0000	1.3
+++ .cvsignore	27 Aug 2006 12:20:34 -0000	1.4
@@ -1 +1 @@
-childsplay_plugins-0.80.8.tgz
+childsplay_plugins-0.83.tgz

childsplay_plugins-0.80.8-assetml.patch:

Index: childsplay_plugins-0.80.8-assetml.patch
===================================================================
RCS file: /cvs/extras/rpms/childsplay_plugins/FC-5/childsplay_plugins-0.80.8-assetml.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- childsplay_plugins-0.80.8-assetml.patch	14 May 2006 21:19:42 -0000	1.1
+++ childsplay_plugins-0.80.8-assetml.patch	27 Aug 2006 12:20:34 -0000	1.2
@@ -1,6 +1,6 @@
---- 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:
+--- childsplay_plugins-0.83/lib/soundmemory.py.aap	2006-08-27 10:53:49.000000000 +0200
++++ childsplay_plugins-0.83/lib/soundmemory.py	2006-08-27 14:19:07.000000000 +0200
+@@ -136,9 +136,9 @@
              raise MyError,text
          # create two assetmlSDL instances one for parsing memory sounds and one for CP sounds
          self.Assets_snd = pyassetmlSDL.AssetmlSDL()
@@ -12,3 +12,17 @@
          
          # 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)]
+--- childsplay_plugins-0.83/lib/multiTables.py.aap	2006-08-27 14:19:48.000000000 +0200
++++ childsplay_plugins-0.83/lib/multiTables.py	2006-08-27 14:19:54.000000000 +0200
+@@ -240,9 +240,9 @@
+         ## If you don't know what 'Assetml' you probably don't need it :-)
+         # create two assetmlSDL instances one for parsing images and one for sounds
+         self.Assets_img = pyassetmlSDL.AssetmlSDL()
+-        self.Assets_img.set_mldir('childsplay/childsplay-images/childsplay-images.assetml')
++        self.Assets_img.set_mldir('childsplay-images.assetml')
+         self.Assets_snd = pyassetmlSDL.AssetmlSDL()
+-        self.Assets_snd.set_mldir('childsplay/childsplay-sounds/childsplay-sounds.assetml')
++        self.Assets_snd.set_mldir('childsplay-sounds.assetml')
+         self.gamelevels =[1,2]# used by childsplay core (see childsplaytest.py)
+         self.gameitems = [None]# used by childsplay core
+         # You MUST call CPinit BEFORE using any of the SpriteUtils stuff


Index: childsplay_plugins.spec
===================================================================
RCS file: /cvs/extras/rpms/childsplay_plugins/FC-5/childsplay_plugins.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- childsplay_plugins.spec	14 May 2006 21:19:42 -0000	1.2
+++ childsplay_plugins.spec	27 Aug 2006 12:20:34 -0000	1.3
@@ -1,16 +1,16 @@
 Name:           childsplay_plugins
-Version:        0.80.8
+Version:        0.83
 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
+Source:         http://dl.sf.net/sourceforge/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
+Requires:       childsplay >= 0.83
 
 %description
 Plugins (games) for Childsplay a suite of educational games for young
@@ -62,6 +62,9 @@
 %{_datadir}/assetml/*
 
 %changelog
+* Sun Aug 27 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.83-1
+- New upstream version 0.83
+
 * 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.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/childsplay_plugins/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	14 May 2006 21:19:42 -0000	1.3
+++ sources	27 Aug 2006 12:20:34 -0000	1.4
@@ -1 +1 @@
-0758183302dfe1fe2bb5103f9442bac9  childsplay_plugins-0.80.8.tgz
+81355e87ee3968107305642333e253cf  childsplay_plugins-0.83.tgz




More information about the scm-commits mailing list