rpms/boinc-client/devel boinc-locales.patch, NONE, 1.1 boinc-client.spec, 1.12, 1.13

Miloš Jakubíček (mjakubicek) fedora-extras-commits at redhat.com
Sat May 17 11:07:02 UTC 2008


Author: mjakubicek

Update of /cvs/pkgs/rpms/boinc-client/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5776/devel

Modified Files:
	boinc-client.spec 
Added Files:
	boinc-locales.patch 
Log Message:
- Fixed opening locales by adding boinc-locales.patch


boinc-locales.patch:

--- NEW FILE boinc-locales.patch ---
--- boinc_core_release_5_10_45_orig/clientgui/BOINCGUIApp.cpp	2008-05-17 12:45:13.000000000 +0200
+++ boinc_core_release_5_10_45/clientgui/BOINCGUIApp.cpp	2008-05-17 12:45:34.000000000 +0200
@@ -258,7 +258,7 @@
         );
     }
     m_pLocale->AddCatalogLookupPathPrefix(wxT("locale"));
-    m_pLocale->AddCatalog(wxT("BOINC Manager"));
+    m_pLocale->AddCatalog(wxT("BOINC-Manager"));
 
     InitSupportedLanguages();
 


Index: boinc-client.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boinc-client/devel/boinc-client.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- boinc-client.spec	16 May 2008 22:53:51 -0000	1.12
+++ boinc-client.spec	17 May 2008 11:06:15 -0000	1.13
@@ -4,7 +4,7 @@
 Summary:	The BOINC client core
 Name:		boinc-client
 Version:	5.10.45
-Release:	13.%{snap}svn%{?dist}
+Release:	14.%{snap}svn%{?dist}
 License:	LGPLv2+
 Group:		Applications/Engineering
 URL:		http://boinc.berkeley.edu/
@@ -36,7 +36,9 @@
 Patch1:		boinc-gccflags.patch
 #http://boinc.berkeley.edu/trac/ticket/658 (patch commited to CVS trunk)
 Patch2:		boinc-parsecolor.patch
-#All the patches should be removed by releasing boinc 6
+#All the patches above should be removed by releasing boinc 6
+Patch3:		boinc-locales.patch
+#Not upstreamed yet, discussion in progress.
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 Requires:	logrotate
@@ -101,6 +103,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %ifarch i386
@@ -266,6 +269,9 @@
 %{_includedir}/BOINC/*
 
 %changelog
+* Sat May 17 2008 Milos Jakubicek <xjakub at fi.muni.cz> - 5.10.45-14.20080315svn
+- Fixed opening locales by adding boinc-locales.patch
+
 * Sat May 17 2008 Milos Jakubicek <xjakub at fi.muni.cz> - 5.10.45-13.20080315svn
 - Fixed boincmgr segfaulting on F9/x86_64 (#445902) by adding
   boinc-parsecolor.patch (Patch2).




More information about the scm-commits mailing list