diff --git a/boinc-client.changes b/boinc-client.changes index 2ee39ba..c471126 100644 --- a/boinc-client.changes +++ b/boinc-client.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 15 16:06:23 UTC 2010 - coolo@novell.com + +- disable use of %jobs + ------------------------------------------------------------------- Sun May 31 23:27:04 CEST 2009 - saigkill@opensuse.org diff --git a/boinc-client.spec b/boinc-client.spec index 35eb00a..dca65e7 100644 --- a/boinc-client.spec +++ b/boinc-client.spec @@ -1,7 +1,7 @@ # # spec file for package boinc-client (Version 6.4.5) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,8 +20,8 @@ Name: boinc-client Summary: The Berkeley Open Infrastructure for Network Computing (BOINC) Version: 6.4.5 -Release: 3 -License: LGPL v2.1 only +Release: 4 +License: LGPLv2.1 Url: http://boinc.berkeley.edu/ Source0: boinc_core_release_6_4_5.tar.bz2 Source1: boinc-icons.tar.bz2 @@ -74,7 +74,7 @@ Authors: Charlie Fenton %package -n boinc-gui -License: LGPL v2.1 only +License: LGPLv2.1 Summary: The Berkeley Open Infrastructure for Network Computing (BOINC) Group: Productivity/Clustering/Computing Requires: boinc-client = %{version}-%{release} @@ -102,7 +102,7 @@ Authors: Charlie Fenton %package devel -License: LGPL v2.1 only +License: LGPLv2.1 Summary: The Berkeley Open Infrastructure for Network Computing (BOINC) Group: Productivity/Clustering/Computing Requires: boinc-client = %{version}-%{release} @@ -128,7 +128,7 @@ Authors: Charlie Fenton %package -n boinc-doc -License: LGPL v2.1 only +License: LGPLv2.1 Summary: The Berkeley Open Infrastructure for Network Computing (BOINC) Group: Productivity/Clustering/Computing Requires: boinc-client = %{version}-%{release} @@ -155,7 +155,7 @@ Authors: Charlie Fenton %package -n boinc-gui-lang -License: LGPL v2.1 only +License: LGPLv2.1 Summary: The Berkeley Open Infrastructure for Network Computing (BOINC) Group: Productivity/Clustering/Computing Requires: boinc-client = %{version}-%{release} @@ -208,7 +208,8 @@ export CXXFLAGS="%{optflags} -fno-strict-aliasing" --disable-static \ --enable-client \ --enable-unicode -make %{?jobs:-j %jobs} +# does not work with parallel make +make %install %makeinstall @@ -289,72 +290,3 @@ rm -rf $RPM_BUILD_ROOT # %{_libdir}/*a %changelog -* Sun May 31 2009 saigkill@opensuse.org -- fixed str_util.h while using newer gcc (THX to Jan) -* Fri May 22 2009 saigkill@opensuse.org -- fixed Errors while using newer wx Version -* Fri Mar 27 2009 saigkill@opensuse.org -- removed boinctray depency -* Sat Mar 14 2009 saigkill@opensuse.org -- added rpmlintrc -* Wed Feb 25 2009 pth@suse.de -- Use wxWindowList::compatibility_iterator instead of wxWindowListNode* - as the latter is not defined when wxWindows is compiled to use - the STL. -- Include standard compiler flags. -- Reformat description -- Correct spelling boinc-client-README.SuSE -* Thu Feb 12 2009 saigkill@opensuse.org -- added wxstring_conversion.patch (fix Bug #774 Berkeley Bug) -* Wed Feb 11 2009 saigkill@opensuse.org -- first stable Version -- fixed boincmgr to copy gui_rpc_auth.cfg to every /home -* Wed Feb 11 2009 saigkill@opensuse.org -- Export %%changelog to boinc-client.changes -* Tue Feb 10 2009 saigkill@opensuse.org -- changed $BOINCEXE from boinc_client to boinc -* Wed Feb 04 2009 saigkill@opensuse.org -- Fixed OpenSUSE Bugzilla Bug #468414 -* Tue Feb 03 2009 saigkill@opensuse.org -- updated to Version 6.4 -- deleted bnc_465676 (was fixed in sourcecode by boinc-team) -* Mon Feb 02 2009 dl9pf@gmx.de -- tweaked -doc package -* Mon Feb 02 2009 saigkill@opensuse.org -- added README.SuSE to %%doc -- added own Patches: - + boinc-docbook2x (fix using docbook2x) - + boinc-LC_MESSAGES (fix handling .mo LC Messages) - + boinc-rcscript (fix using init.d instead of rc.d) - (fix BOINC User root) - + boinc-sysconfig (fix installing conf in /etc/boinc-client.conf) - (fix init File as boinc) - + ca_cert_deactivate (fix deactivate using of ca_cert) - + fs_start_included (fix add $fs_network to init.d Script) -* Sun Feb 01 2009 saigkill@opensuse.org -- added fillup Macro to use sysconfig -- use sysconfig.boinc as source from fillup macro -* Sat Jan 31 2009 saigkill@opensuse.org -- deleted bnc_431510 not relevant (for Mac). -- deleted bnc_439037 not relevant -- deleted bnc_442904 for Win. In my Package no Win/Mac Source -- added bnc_465676.patch fix CVE-ID: CVE-2009-0126 -- branched for Factory:Contrib -* Fri Jan 23 2009 saigkill@opensuse.org -- deleted mac/mac_build/win Folders from the Sourcecode -* Wed Jan 14 2009 mauro@suse.de -- Added bnc_465676.patch to fix bnc#465676. - + Fixes CVE-2008-5077 - + check return values of RSA_*() functions. - + fix a memory leak, missing RSA_free(). -* Tue Dec 23 2008 mauro@suse.de -- Added bnc_442904.patch to fix bnc#442904. - + Use the proper delete. -* Mon Nov 03 2008 mauro@suse.de -- Add bnc_439037.patch to fix bnc#439037. We now use strcmp - instead of the original ==. -* Fri Oct 03 2008 mauro@suse.de -- Add bnc-431510.patch to fix bnc#431510. -* Mon Sep 08 2008 mauro@suse.de -- initial package for SuSE. boinc 6.2.18 (based on the enzokiel's - (opensuse version).