rpms/boinc-client/devel boinc-client.spec,1.11,1.12

Miloš Jakubíček (mjakubicek) fedora-extras-commits at redhat.com
Fri May 16 22:54:37 UTC 2008


Author: mjakubicek

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

Modified Files:
	boinc-client.spec 
Log Message:
- Fixed boincmgr segfaulting on F9/x86_64 (#445902) by adding boinc-parsecolor.patch (Patch2).



Index: boinc-client.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boinc-client/devel/boinc-client.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- boinc-client.spec	12 May 2008 22:18:56 -0000	1.11
+++ boinc-client.spec	16 May 2008 22:53:51 -0000	1.12
@@ -4,7 +4,7 @@
 Summary:	The BOINC client core
 Name:		boinc-client
 Version:	5.10.45
-Release:	12.%{snap}svn%{?dist}
+Release:	13.%{snap}svn%{?dist}
 License:	LGPLv2+
 Group:		Applications/Engineering
 URL:		http://boinc.berkeley.edu/
@@ -13,12 +13,11 @@
 # svn export http://boinc.berkeley.edu/svn/tags/boinc_core_release_%{version_}
 # pushd boinc_core_release_%{version_}
 # ./_autosetup
-# ./noexec Fix unnecessary execute rights on documentation files
-# ./unicode Convert to UTF8
+# ./noexec . Fix unnecessary execute rights on documentation files
+# ./unicode . Convert to UTF8
+# ./trim . Trim all binaries and other unnecessary things.
 # popd
-# ./trim boinc_core_release_%{version_}
 # tar -czvf boinc-%{version}.tar.gz boinc_core_release_%{version_}/
-# The trim script trims all binaries and other unnecessary things.
 Source0:	boinc-%{version}.tar.gz
 Source1:	boinc-client-init-d
 Source2:	boinc-client-logrotate-d
@@ -31,11 +30,13 @@
 Source9:	noexec
 Source10:	unicode
 Source11:	boinc-client
-#This patch should be already applied in the development branch (boinc 6)
+#Changes necessary for GCC 3.4 should be already commited to CVS trunk
 Patch0:		boinc-gcc43.patch
-#http://boinc.berkeley.edu/trac/ticket/647
+#http://boinc.berkeley.edu/trac/ticket/647 (patch commited to CVS trunk)
 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
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 Requires:	logrotate
@@ -99,6 +100,7 @@
 %setup -q -n boinc_core_release_%{version_}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %ifarch i386
@@ -264,6 +266,10 @@
 %{_includedir}/BOINC/*
 
 %changelog
+* 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).
+
 * Mon May 12 2008 Milos Jakubicek <xjakub at fi.muni.cz> - 5.10.45-12.20080315svn
 - Do not ship ca-bundle.crt as it is already included in curl.
 - Fixed the almost empty debuginfo package (do not strip anything).




More information about the fedora-extras-commits mailing list