rpms/childsplay/devel .cvsignore, 1.11, 1.12 childsplay.spec, 1.23, 1.24 sources, 1.12, 1.13

Johan Cwiklinski trasher at fedoraproject.org
Thu May 20 18:05:08 UTC 2010


Author: trasher

Update of /cvs/pkgs/rpms/childsplay/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv24240

Modified Files:
	.cvsignore childsplay.spec sources 
Log Message:
New upstream release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/childsplay/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- .cvsignore	13 Apr 2010 16:14:16 -0000	1.11
+++ .cvsignore	20 May 2010 18:05:07 -0000	1.12
@@ -1,17 +1,17 @@
-alphabet_sounds_bg-0.9.tgz
-alphabet_sounds_ca-0.9.tgz
-alphabet_sounds_de-0.9.tgz
+alphabet_sounds_bg-0.9.1.tgz
+alphabet_sounds_ca-0.9.1.tgz
+alphabet_sounds_de-0.9.1.tgz
 alphabet_sounds_el-0.9.tgz
-alphabet_sounds_en_GB-0.9.tgz
-alphabet_sounds_es-0.9.tgz
-alphabet_sounds_fr-0.9.tgz
-alphabet_sounds_it-0.9.tgz
-alphabet_sounds_lt-0.9.tgz
-alphabet_sounds_nb-0.9.tgz
-alphabet_sounds_nl-0.9.tgz
-alphabet_sounds_pt-0.9.tgz
-alphabet_sounds_ro-0.9.tgz
-alphabet_sounds_ru-0.9.tgz
-alphabet_sounds_sl-0.9.tgz
-alphabet_sounds_sv-0.9.tgz
-childsplay-1.5.tgz
+alphabet_sounds_en_GB-0.9.1.tgz
+alphabet_sounds_es-0.9.1.tgz
+alphabet_sounds_fr-0.9.1.tgz
+alphabet_sounds_it-0.9.1.tgz
+alphabet_sounds_lt-0.9.1.tgz
+alphabet_sounds_nb-0.9.1.tgz
+alphabet_sounds_nl-0.9.1.tgz
+alphabet_sounds_pt-0.9.1.tgz
+alphabet_sounds_ro-0.9.1.tgz
+alphabet_sounds_ru-0.9.1.tgz
+alphabet_sounds_sl-0.9.1.tgz
+alphabet_sounds_sv-0.9.1.tgz
+childsplay-1.5.1.tgz


Index: childsplay.spec
===================================================================
RCS file: /cvs/pkgs/rpms/childsplay/devel/childsplay.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- childsplay.spec	13 Apr 2010 16:14:17 -0000	1.23
+++ childsplay.spec	20 May 2010 18:05:08 -0000	1.24
@@ -1,8 +1,9 @@
-%define realname childsplay_sp
-%define alphabet_ver 0.9
+%global realname childsplay_sp
+%global alphabet_ver 0.9.1
+%global old_alphabet_ver 0.9
 
 Name:           childsplay
-Version:        1.5
+Version:        1.5.1
 Release:        1%{?dist}
 Summary:        Suite of educational games for young children
 Group:          Amusements/Games
@@ -14,7 +15,7 @@ Source2:        childsplay.README.RPM
 Source10:       http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_bg-%{alphabet_ver}.tgz
 Source11:       http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_ca-%{alphabet_ver}.tgz
 Source12:       http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_de-%{alphabet_ver}.tgz
-Source13:       http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_el-%{alphabet_ver}.tgz
+Source13:       http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_el-%{old_alphabet_ver}.tgz
 Source14:       http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_en_GB-%{alphabet_ver}.tgz
 Source15:       http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_es-%{alphabet_ver}.tgz
 Source16:       http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_fr-%{alphabet_ver}.tgz
@@ -252,7 +253,7 @@ rm $RPM_BUILD_ROOT%{_datadir}/%{realname
 ln -s ../../fonts/dejavu/DejaVuSansCondensed-Bold.ttf $RPM_BUILD_ROOT%{_datadir}/%{realname}/SPData/DejaVuSansCondensed-Bold.ttf
 
 #Alphabet sounds
-for sounds in bg ca de el en_GB es fr it lt nb nl ro ru sl sv 
+for sounds in bg ca de en_GB es fr it lt nb nl ro ru sl sv 
 do
   cp -a alphabet_sounds_$sounds-%{alphabet_ver}/AlphabetSounds/$sounds $RPM_BUILD_ROOT%{_datadir}/%{realname}/alphabetsounds
 done
@@ -260,6 +261,9 @@ for sounds in ca de es fr it nl ru sl
 do
   cp -a alphabet_sounds_$sounds-%{alphabet_ver}/FlashCardsSounds/$sounds $RPM_BUILD_ROOT%{_datadir}/%{realname}/CPData/FlashcardsData/names
 done
+#el language has not been updated on 0.9.1 :(
+cp -a alphabet_sounds_el-%{old_alphabet_ver}/AlphabetSounds/el $RPM_BUILD_ROOT%{_datadir}/%{realname}/alphabetsounds
+
 
 
 %clean
@@ -327,7 +331,7 @@ fi
 
 %files alphabet_sounds_el
 %defattr(-, root, root, -)
-%doc  alphabet_sounds_el-%{alphabet_ver}/copyright  alphabet_sounds_el-%{alphabet_ver}/GPL-2
+%doc  alphabet_sounds_el-%{old_alphabet_ver}/copyright  alphabet_sounds_el-%{old_alphabet_ver}/GPL-2
 %{_datadir}/%{realname}/alphabetsounds/el
 
 
@@ -402,6 +406,9 @@ fi
 
 
 %changelog
+* Thu May 20 2010 Johan Cwiklinski <johan AT x-tnd DOT be> 1.5.1-1
+- 1.5.1
+
 * Mon Apr 13 2010 Johan Cwiklinski <johan AT x-tnd DOT be> 1.5-1
 - 1.5
 - Update Sources URL making rpmlint happy


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/childsplay/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	13 Apr 2010 16:14:17 -0000	1.12
+++ sources	20 May 2010 18:05:08 -0000	1.13
@@ -1,17 +1,17 @@
-6edf3f5bdcd72b0be8b6b39090ba550b  alphabet_sounds_bg-0.9.tgz
-4d364cf6c8ea2d0de76e549112736f76  alphabet_sounds_ca-0.9.tgz
-bca24f936474862f03dee738f17b32df  alphabet_sounds_de-0.9.tgz
+afc19d0df7e89aa469f6f0553ca691e9  alphabet_sounds_bg-0.9.1.tgz
+f262b6db7734d4c4c9507514ba4ca02e  alphabet_sounds_ca-0.9.1.tgz
+7088f35d6746a12f01d782ee749b1818  alphabet_sounds_de-0.9.1.tgz
 8d3037784e12b2c3fd65bba52d228efa  alphabet_sounds_el-0.9.tgz
-6c42429083e5d9eeeb04e53970e1b3d3  alphabet_sounds_en_GB-0.9.tgz
-7786a47749312158fa6b9f1c38448ef4  alphabet_sounds_es-0.9.tgz
-4f5c73c33faad81b62c86daa6f5f8f0b  alphabet_sounds_fr-0.9.tgz
-b9a898c9d4e19427efcc91b9e5a4db56  alphabet_sounds_it-0.9.tgz
-2c5d412e1d431bf379b88fe6ab0e4045  alphabet_sounds_lt-0.9.tgz
-8774b1de15eb331ad2377ca0a90291c2  alphabet_sounds_nb-0.9.tgz
-c8dccd02255b0530674a740a75cb7537  alphabet_sounds_nl-0.9.tgz
-4bd40b14a4ab598ffd5676361e6aed0e  alphabet_sounds_pt-0.9.tgz
-7fde0f2ebd2ce1c26d361efb20794a19  alphabet_sounds_ro-0.9.tgz
-8019fbfcb83e76bee6e1f5d721c663bf  alphabet_sounds_ru-0.9.tgz
-bb66cad97471022c0221209fe45ec6fb  alphabet_sounds_sl-0.9.tgz
-1dafe67b13cce379d97efe420d428ed2  alphabet_sounds_sv-0.9.tgz
-c2a456415546ae4ef39076d29b215365  childsplay-1.5.tgz
+8461abeb41b202bc56778395f9ce46f2  alphabet_sounds_en_GB-0.9.1.tgz
+959ba7c2e922ba7d7f939d0b5edaa166  alphabet_sounds_es-0.9.1.tgz
+a7b6b136671d08f82b00160ebb9beff4  alphabet_sounds_fr-0.9.1.tgz
+6a6c510249f3fc0f4d626937cfc215be  alphabet_sounds_it-0.9.1.tgz
+3e1a5f60bfadf2134de360b66960ee5b  alphabet_sounds_lt-0.9.1.tgz
+745054a52ae61954312d1e78ba12aa27  alphabet_sounds_nb-0.9.1.tgz
+06c4a4a3906b09cd6e8f43e6493bcbd6  alphabet_sounds_nl-0.9.1.tgz
+74f938723bf150f397cf1661cb959cc2  alphabet_sounds_pt-0.9.1.tgz
+02258080de77aeb13d1d34e8f5f44a52  alphabet_sounds_ro-0.9.1.tgz
+1023b6dd5bdf70eaa037b39a63360d49  alphabet_sounds_ru-0.9.1.tgz
+04508ccba7a2cafe7b3485ee9539a730  alphabet_sounds_sl-0.9.1.tgz
+bd02c41bd3ea7124cc9919191e8b13f9  alphabet_sounds_sv-0.9.1.tgz
+6ed368af17e7e2fd129b0b9c5d4921ec  childsplay-1.5.1.tgz



More information about the scm-commits mailing list