rpms/glest-data/devel .cvsignore, 1.2, 1.3 glest-data.spec, 1.5, 1.6 glest-get-translations.sh, 1.1, 1.2 sources, 1.2, 1.3

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Sun Sep 2 12:46:15 UTC 2007


Author: abompard

Update of /cvs/pkgs/rpms/glest-data/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6793/devel

Modified Files:
	.cvsignore glest-data.spec glest-get-translations.sh sources 
Log Message:
* Sun Sep 02 2007 Aurelien Bompard <abompard at fedoraproject.org> 2.0.1-1
- version 2.0.1



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/glest-data/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	27 Nov 2006 19:54:30 -0000	1.2
+++ .cvsignore	2 Sep 2007 12:45:43 -0000	1.3
@@ -1,2 +1,2 @@
-glest-translations-2.0.0.tar.gz
-glest_data_2.0.0.zip
+glest-translations-2.0.1.tar.gz
+glest_data_2.0.1.zip


Index: glest-data.spec
===================================================================
RCS file: /cvs/pkgs/rpms/glest-data/devel/glest-data.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- glest-data.spec	13 Aug 2007 08:43:17 -0000	1.5
+++ glest-data.spec	2 Sep 2007 12:45:43 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           glest-data
-Version:        2.0.0
-Release:        5%{?dist}
+Version:        2.0.1
+Release:        1%{?dist}
 Summary:        Data files for the game Glest
 
 Group:          Amusements/Games
@@ -76,6 +76,9 @@
 
 
 %changelog
+* Sun Sep 02 2007 Aurelien Bompard <abompard at fedoraproject.org> 2.0.1-1
+- version 2.0.1
+
 * Mon Aug 13 2007 Aurelien Bompard <abompard at fedoraproject.org> 2.0.0-5
 - fix ExcludArch tag, it does not parse commas (thanks Florian)
 


Index: glest-get-translations.sh
===================================================================
RCS file: /cvs/pkgs/rpms/glest-data/devel/glest-get-translations.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glest-get-translations.sh	27 Nov 2006 19:54:30 -0000	1.1
+++ glest-get-translations.sh	2 Sep 2007 12:45:43 -0000	1.2
@@ -7,10 +7,12 @@
     exit 2
 fi
 
+majorver=`echo $version | sed -r -e 's/^([0-9]+)[0-9\.]+$/\1/g'`
+
 rm -rf translations
 mkdir translations
 cd translations
-wget -r -N -l 1 -np -nd -A "*_$version.zip" http://www.glest.org/files/contrib/translations/
+wget -r -N -l 1 -np -nd -A "*_$majorver.*.zip" http://www.glest.org/files/contrib/translations/
 rm -f robots.txt
 cd ..
 tar -czf glest-translations-$version.tar.gz translations


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/glest-data/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 Nov 2006 19:54:30 -0000	1.2
+++ sources	2 Sep 2007 12:45:43 -0000	1.3
@@ -1,2 +1,2 @@
-aa9652c67a7dfcca11fe1f9e41cb1cd8  glest-translations-2.0.0.tar.gz
-8b6902e82874011e768c64e20fbeead5  glest_data_2.0.0.zip
+02afa4d079313239a3c972492be54a47  glest-translations-2.0.1.tar.gz
+0ca333baa78328f97c30a22063ea19fc  glest_data_2.0.1.zip




More information about the fedora-extras-commits mailing list