[gearmand/f15] rebuild against gperftools

Tom Callaway spot at fedoraproject.org
Wed Mar 7 20:47:36 UTC 2012


commit be191d36a20dc342ca5d5a416c6382f5209f4147
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Wed Mar 7 15:47:34 2012 -0500

    rebuild against gperftools

 gearmand.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gearmand.spec b/gearmand.spec
index 9d9f724..260c5b3 100644
--- a/gearmand.spec
+++ b/gearmand.spec
@@ -1,6 +1,6 @@
 Name:           gearmand
 Version:        0.14
-Release:        4%{?dist}
+Release:        4%{?dist}.1
 Summary:        A distributed job system
 
 Group:          System Environment/Daemons
@@ -14,7 +14,7 @@ BuildRequires:  libevent-devel, libuuid-devel, libmemcached-devel, memcached
 
 # google perftools available only on these
 %ifarch %{ix86} x86_64 ppc
-BuildRequires: google-perftools-devel
+BuildRequires: gperftools-devel
 %endif
 Requires(pre):   shadow-utils
 Requires(post):  chkconfig
@@ -129,6 +129,9 @@ fi
 %{_libdir}/libgearman*.so.*
 
 %changelog
+* Wed Mar  7 2012 Tom Callaway <spot at fedoraproject.org> - 0.14-4.1
+- rebuild against gperftools
+
 * Tue Mar 22 2011 Dan HorĂ¡k <dan[at]danny.cz> - 0.14-4
 - switch to %%ifarch for google-perftools as BR
 


More information about the scm-commits mailing list