rpms/warzone2100/F-8 warzone2100-2.1_beta2-encoding.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 warzone2100.spec, 1.19, 1.20 warzone2100-ppcbuild.patch, 1.1, NONE

Karol Trzcionka (karlik) fedora-extras-commits at redhat.com
Tue Apr 22 17:54:08 UTC 2008


Author: karlik

Update of /cvs/pkgs/rpms/warzone2100/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1588/F-8

Modified Files:
	.cvsignore sources warzone2100.spec 
Added Files:
	warzone2100-2.1_beta2-encoding.patch 
Removed Files:
	warzone2100-ppcbuild.patch 
Log Message:
- Update to v2.1.0-beta2                                                  
- Add requires


warzone2100-2.1_beta2-encoding.patch:

--- NEW FILE warzone2100-2.1_beta2-encoding.patch ---
Index: lib/framework/i18n.c
===================================================================
--- lib/framework/i18n.c	(revision 4126)
+++ lib/framework/i18n.c	(revision 4127)
@@ -99,5 +99,6 @@
 #else
 	(void)bindtextdomain(PACKAGE, LOCALEDIR);
 #endif
+	(void)bind_textdomain_codeset(PACKAGE, "UTF-8");
 	(void)textdomain(PACKAGE);
 }


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/warzone2100/F-8/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	2 Mar 2008 22:23:26 -0000	1.8
+++ .cvsignore	22 Apr 2008 17:53:32 -0000	1.9
@@ -1 +1 @@
-warzone2100-2.1_beta1.tar.bz2
+warzone2100-2.1_beta2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/warzone2100/F-8/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	2 Mar 2008 22:23:26 -0000	1.8
+++ sources	22 Apr 2008 17:53:32 -0000	1.9
@@ -1 +1 @@
-7dadec6350e65146a1b497657c4f7c98  warzone2100-2.1_beta1.tar.bz2
+566b7b9f79d5f9b6b9b7d14b410d86e4  warzone2100-2.1_beta2.tar.bz2


Index: warzone2100.spec
===================================================================
RCS file: /cvs/pkgs/rpms/warzone2100/F-8/warzone2100.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- warzone2100.spec	3 Mar 2008 20:48:44 -0000	1.19
+++ warzone2100.spec	22 Apr 2008 17:53:32 -0000	1.20
@@ -1,21 +1,21 @@
 Name:           warzone2100
 Version:        2.1.0
-Release:        0.4.beta1%{?dist}
+Release:        0.5.beta2%{?dist}
 Summary:        Innovative 3D real-time strategy
 
 Group:          Amusements/Games
 License:        GPLv2+
 URL:            http://wz2100.net/
-Source0:        http://download.gna.org/warzone/releases/2.0/%{name}-2.1_beta1.tar.bz2
-Patch0:         warzone2100-ppcbuild.patch
+Source0:        http://download.gna.org/warzone/releases/2.0/%{name}-2.1_beta2.tar.bz2
+Patch0:         warzone2100-2.1_beta2-encoding.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-#ExcludeArch:    x86_64 ppc64 sparc64 alpha
 
 BuildRequires: physfs-devel SDL_net-devel openal-devel bison flex zip
 BuildRequires: libjpeg-devel libpng-devel libogg-devel libvorbis-devel
 BuildRequires: quesoglc-devel popt-devel gettext
 BuildRequires: automake >= 1.8
 BuildRequires: desktop-file-utils
+Requires:      dejavu-fonts
 Obsoletes:     warzone2100-data
 
 %description
@@ -26,7 +26,7 @@
 ReDev project was formed to take care of its future.
 
 %prep
-%setup -q -n %{name}-2.1_beta1
+%setup -q -n %{name}-2.1_beta2
 %patch0 -p0
 
 %build
@@ -53,9 +53,12 @@
 %{_datadir}/icons/warzone*
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/warzone2100
-%doc ABOUT-NLS AUTHORS ChangeLog COPYING COPYING.README
+%doc AUTHORS ChangeLog COPYING COPYING.README
 
 %changelog
+* Tue Apr 22 2008 Karol Trzcionka <karlikt at gmail.com> - 2.1.0-0.5.beta2
+- Update to v2.1.0-beta2
+- Add requires
 * Mon Mar 03 2008 Karol Trzcionka <karlikt at gmail.com> - 2.1.0-0.4.beta1
 - Fix ppc build
 * Sun Mar 02 2008 Karol Trzcionka <karlikt at gmail.com> - 2.1.0-0.3.beta1


--- warzone2100-ppcbuild.patch DELETED ---




More information about the fedora-extras-commits mailing list