[boinc-client] - Update to 7.0.65 - Fix /var/lib/boinc user and group (typo caused by the previous commit)

Miloš Jakubíček mjakubicek at fedoraproject.org
Tue Apr 30 10:58:30 UTC 2013


commit c203986f22c69ed0a2a70c17eff56736cbb21c60
Author: Milos Jakubicek <jak at fi.muni.cz>
Date:   Sun Apr 28 15:58:37 2013 +0200

    - Update to 7.0.65
    - Fix /var/lib/boinc user and group (typo caused by the previous commit)

 .gitignore        |    1 +
 boinc-client.spec |   18 ++++++++++++------
 sources           |    2 +-
 3 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 60eaf34..b6c53f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ boinc-6.10.45.tar.xz
 /boinc-7.0.29.tar.xz
 /boinc-7.0.36.tar.xz
 /boinc-7.0.44.tar.xz
+/boinc-7.0.65.tar.xz
diff --git a/boinc-client.spec b/boinc-client.spec
index f5de8c2..c7b2c83 100644
--- a/boinc-client.spec
+++ b/boinc-client.spec
@@ -1,22 +1,23 @@
-%global revision 443c49949
+%global revision 79b00ef
 
 Summary:	The BOINC client core
 Name:		boinc-client
-Version:	7.0.44
-Release:	3.git%{revision}%{?dist}
+Version:	7.0.65
+Release:	1.git%{revision}%{?dist}
 License:	LGPLv2+
 Group:		Applications/Engineering
 URL:		http://boinc.berkeley.edu/
 # The source for this package was pulled from upstream's vcs. Use the
 # following commands to generate the tarball:
-# git clone git://boinc.berkeley.edu/boinc.git
-# pushd boinc
-# git checkout client_release_7.0a
+# git clone git://boinc.berkeley.edu/boinc-v2.git
+# pushd boinc-v2
+# git checkout client_release/7.0/7.0.65
 # patch -p0 < boinc-client-X11.patch
 # ./_autosetup
 # trim . Trim all binaries and other unnecessary things.
 # rm -rf .git*
 # popd
+# mv boinc-v2 boinc
 # tar -cJvf boinc-%%{version}.tar.xz boinc
 Source0:	boinc-%{version}.tar.xz
 Source1:	boinc-client-systemd
@@ -307,6 +308,7 @@ fi
 %{_mandir}/man1/boinccmd.1.gz
 %{_mandir}/man1/boinc.1.gz
 %{_libdir}/*.so.*
+%defattr(-,boinc,boinc,-)
 %{_localstatedir}/lib/boinc/
 
 %files doc
@@ -335,6 +337,10 @@ fi
 %{_includedir}/boinc
 
 %changelog
+* Sun Apr 28 2013 Miloš Jakubíček <xjakub at fi.muni.cz> - 7.0.65-1.git79b00ef
+- Update to 7.0.65
+- Fix /var/lib/boinc user and group (typo caused by the previous commit)
+
 * Wed Feb 13 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 7.0.44-3.git443c49949
 - remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247
 - clean up spec to follow current guidelines
diff --git a/sources b/sources
index 33d6643..734f774 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bb313b824cfd8b37b61b3a0aad1ce257  boinc-7.0.44.tar.xz
+c59ebf9c95009c21ac5f36a816f18c0e  boinc-7.0.65.tar.xz


More information about the scm-commits mailing list