rpms/childsplay/devel .cvsignore, 1.10, 1.11 childsplay.spec, 1.22, 1.23 sources, 1.11, 1.12 childsplay-1.4-lang_switch.patch, 1.1, NONE

Johan Cwiklinski trasher at fedoraproject.org
Tue Apr 13 16:14:17 UTC 2010


Author: trasher

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

Modified Files:
	.cvsignore childsplay.spec sources 
Removed Files:
	childsplay-1.4-lang_switch.patch 
Log Message:
New upstream bugfix release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/childsplay/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	13 Sep 2009 11:04:42 -0000	1.10
+++ .cvsignore	13 Apr 2010 16:14:16 -0000	1.11
@@ -1,4 +1,3 @@
-childsplay-1.4.tgz
 alphabet_sounds_bg-0.9.tgz
 alphabet_sounds_ca-0.9.tgz
 alphabet_sounds_de-0.9.tgz
@@ -15,3 +14,4 @@ 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


Index: childsplay.spec
===================================================================
RCS file: /cvs/pkgs/rpms/childsplay/devel/childsplay.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- childsplay.spec	24 Oct 2009 06:17:45 -0000	1.22
+++ childsplay.spec	13 Apr 2010 16:14:17 -0000	1.23
@@ -2,32 +2,31 @@
 %define alphabet_ver 0.9
 
 Name:           childsplay
-Version:        1.4
-Release:        2%{?dist}
+Version:        1.5
+Release:        1%{?dist}
 Summary:        Suite of educational games for young children
 Group:          Amusements/Games
 License:        GPLv3
 URL:            http://www.schoolsplay.org/
-Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz
+Source0:        http://downloads.sourceforge.net/schoolsplay/%{name}-%{version}.tgz
 Source1:        childsplay.desktop
 Source2:        childsplay.README.RPM
-Source10:       alphabet_sounds_bg-%{alphabet_ver}.tgz
-Source11:       alphabet_sounds_ca-%{alphabet_ver}.tgz
-Source12:       alphabet_sounds_de-%{alphabet_ver}.tgz
-Source13:       alphabet_sounds_el-%{alphabet_ver}.tgz
-Source14:       alphabet_sounds_en_GB-%{alphabet_ver}.tgz
-Source15:       alphabet_sounds_es-%{alphabet_ver}.tgz
-Source16:       alphabet_sounds_fr-%{alphabet_ver}.tgz
-Source17:       alphabet_sounds_it-%{alphabet_ver}.tgz
-Source18:       alphabet_sounds_lt-%{alphabet_ver}.tgz
-Source19:       alphabet_sounds_nb-%{alphabet_ver}.tgz
-Source20:       alphabet_sounds_nl-%{alphabet_ver}.tgz
-Source21:       alphabet_sounds_pt-%{alphabet_ver}.tgz
-Source22:       alphabet_sounds_ro-%{alphabet_ver}.tgz
-Source23:       alphabet_sounds_ru-%{alphabet_ver}.tgz
-Source24:       alphabet_sounds_sl-%{alphabet_ver}.tgz
-Source25:       alphabet_sounds_sv-%{alphabet_ver}.tgz
-Patch0:         childsplay-1.4-lang_switch.patch
+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
+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
+Source17:       http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_it-%{alphabet_ver}.tgz
+Source18:       http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_lt-%{alphabet_ver}.tgz
+Source19:       http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_nb-%{alphabet_ver}.tgz
+Source20:       http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_nl-%{alphabet_ver}.tgz
+Source21:       http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_pt-%{alphabet_ver}.tgz
+Source22:       http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_ro-%{alphabet_ver}.tgz
+Source23:       http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_ru-%{alphabet_ver}.tgz
+Source24:       http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_sl-%{alphabet_ver}.tgz
+Source25:       http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_sv-%{alphabet_ver}.tgz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
@@ -201,7 +200,6 @@ pushd  alphabet_sounds_lt-%{alphabet_ver
 mkdir lt
 mv *.* lt
 popd
-%patch0 -p1
 
 
 %build
@@ -404,6 +402,10 @@ fi
 
 
 %changelog
+* Mon Apr 13 2010 Johan Cwiklinski <johan AT x-tnd DOT be> 1.5-1
+- 1.5
+- Update Sources URL making rpmlint happy
+
 * Fri Oct 23 2009 Johan Cwiklinski <johan AT x-tnd DOT be> 1.4-2
 - fix get_locale issue (bug #530599)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/childsplay/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	13 Sep 2009 11:04:42 -0000	1.11
+++ sources	13 Apr 2010 16:14:17 -0000	1.12
@@ -1,4 +1,3 @@
-80251bd541071ad80419c7671c55b45c  childsplay-1.4.tgz
 6edf3f5bdcd72b0be8b6b39090ba550b  alphabet_sounds_bg-0.9.tgz
 4d364cf6c8ea2d0de76e549112736f76  alphabet_sounds_ca-0.9.tgz
 bca24f936474862f03dee738f17b32df  alphabet_sounds_de-0.9.tgz
@@ -15,3 +14,4 @@ c8dccd02255b0530674a740a75cb7537  alphab
 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


--- childsplay-1.4-lang_switch.patch DELETED ---



More information about the scm-commits mailing list