rpms/boinc-client/devel .cvsignore, 1.7, 1.8 boinc-client-init-d, 1.8, 1.9 boinc-client.spec, 1.41, 1.42 sources, 1.8, 1.9

Miloš Jakubíček mjakubicek at fedoraproject.org
Tue Feb 9 01:17:13 UTC 2010


Author: mjakubicek

Update of /cvs/pkgs/rpms/boinc-client/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23813

Modified Files:
	.cvsignore boinc-client-init-d boinc-client.spec sources 
Log Message:
- Rebase the 6.10 branch to 6.10.33
- Run with +10 niceness instead of +19 (resolves BZ#562883)




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/boinc-client/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	2 Jan 2010 23:42:10 -0000	1.7
+++ .cvsignore	9 Feb 2010 01:17:13 -0000	1.8
@@ -1 +1 @@
-boinc-6.10.25.tar.xz
+boinc-6.10.33.tar.xz


Index: boinc-client-init-d
===================================================================
RCS file: /cvs/pkgs/rpms/boinc-client/devel/boinc-client-init-d,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- boinc-client-init-d	27 Mar 2009 00:36:54 -0000	1.8
+++ boinc-client-init-d	9 Feb 2010 01:17:13 -0000	1.9
@@ -129,7 +129,7 @@ start() {
 		touch $ERRORLOG && chown $BOINCUSER:$BOINCUSER $ERRORLOG
 	fi
 
-	daemon --check $BOINCEXE --user $BOINCUSER +19 "$BOINCEXE $BOINCOPTS --dir $BOINCDIR >>$LOGFILE 2>>$ERRORLOG &" >& /dev/null
+	daemon --check $BOINCEXE --user $BOINCUSER +10 "$BOINCEXE $BOINCOPTS --dir $BOINCDIR >>$LOGFILE 2>>$ERRORLOG &" >& /dev/null
 	
 	# Check that boinc is running, give it a few tries
 	TRY=0


Index: boinc-client.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boinc-client/devel/boinc-client.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- boinc-client.spec	2 Jan 2010 23:42:10 -0000	1.41
+++ boinc-client.spec	9 Feb 2010 01:17:13 -0000	1.42
@@ -1,9 +1,9 @@
-%global revision 20004
+%global revision 20470
 %global version_ 6_10
 
 Summary:	The BOINC client core
 Name:		boinc-client
-Version:	6.10.25
+Version:	6.10.33
 Release:	1.r%{revision}svn%{?dist}
 License:	LGPLv2+
 Group:		Applications/Engineering
@@ -335,6 +335,10 @@ fi
 %{_includedir}/boinc
 
 %changelog
+* Tue Feb 09 2010 Milos Jakubicek <xjakub at fi.muni.cz> - 6.10.33-1.r20470svn
+- Rebase the 6.10 branch to 6.10.33
+- Run with +10 niceness instead of +19 (resolves BZ#562883)
+
 * Tue Dec 22 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 6.10.25-1.r20004svn
 - Rebase to 6.10 branch
 - Use XZ for sources compression


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/boinc-client/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	2 Jan 2010 23:42:10 -0000	1.8
+++ sources	9 Feb 2010 01:17:13 -0000	1.9
@@ -1 +1 @@
-9399dc95f8ffaabcb90d3c2c115500ea  boinc-6.10.25.tar.xz
+683531a6e6195c08287ed613b9d1e5a6  boinc-6.10.33.tar.xz



More information about the scm-commits mailing list