[yum-presto] Enable multi-threaded rebuild on systems with more than one CPU core

Jonathan Dieter jdieter at fedoraproject.org
Tue May 22 10:01:00 UTC 2012


commit 53a04a897aa43ec9ceb7b1f5fe48ca6d6ec487a0
Author: Jonathan Dieter <jdieter at lesbg.com>
Date:   Tue May 22 13:00:47 2012 +0300

    Enable multi-threaded rebuild on systems with more than one CPU core
    
    Signed-off-by: Jonathan Dieter <jdieter at lesbg.com>

 .gitignore      |    1 +
 sources         |    2 +-
 yum-presto.spec |    6 +++++-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a42e465..3ea1336 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ yum-presto-0.6.2.tar.bz2
 /yum-presto-0.7.1.tar.bz2
 /yum-presto-0.7.2.tar.bz2
 /yum-presto-0.7.3.tar.bz2
+/yum-presto-0.8.0.tar.bz2
diff --git a/sources b/sources
index 0f3241e..a897328 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c8171c462ce9929bd46231feb5d6c21d  yum-presto-0.7.3.tar.bz2
+a063417a37820c7efbb998f6f79f2b35  yum-presto-0.8.0.tar.bz2
diff --git a/yum-presto.spec b/yum-presto.spec
index 706283f..b196ad6 100644
--- a/yum-presto.spec
+++ b/yum-presto.spec
@@ -2,7 +2,7 @@
 
 Summary: Presto plugin for yum
 Name: yum-presto
-Version: 0.7.3
+Version: 0.8.0
 Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Tools
@@ -47,6 +47,10 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/presto.conf
 
 %changelog
+* Tue May 22 2012 Jonathan Dieter <jdieter at lesbg.com> - 0.8.0-1
+- Enable multi-threaded rebuild on systems with more than one CPU core (thanks
+  Lars Bjønnes for the patch) (#701711)
+
 * Thu Mar 29 2012 Jonathan Dieter <jdieter at lesbg.com> - 0.7.3-1
 - Fix bug caused by typo (#808130)
 


More information about the scm-commits mailing list