[gearmand/el6] rebuild against gperftools

Tom Callaway spot at fedoraproject.org
Wed Apr 4 14:23:12 UTC 2012


commit 70bf26aacd7db5a3e6942a61c2757e3dd1a69d39
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Wed Apr 4 10:23:09 2012 -0400

    rebuild against gperftools

 gearmand.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/gearmand.spec b/gearmand.spec
index 32d9283..1ce0001 100644
--- a/gearmand.spec
+++ b/gearmand.spec
@@ -23,7 +23,7 @@
 
 Name:           gearmand
 Version:        0.14
-Release:        3%{?dist}
+Release:        3%{?dist}.1
 Summary:        A distributed job system
 
 Group:          System Environment/Daemons
@@ -47,8 +47,8 @@ BuildRequires: libmemcached-devel
 %endif
 
 %if %{with google_perftools}
-BuildRequires:  google-perftools-devel
-Requires:       google-perftools
+BuildRequires:  gperftools-devel
+Requires:       gperftools
 %endif
 
 Requires(pre):   shadow-utils
@@ -175,6 +175,9 @@ fi
 %{_libdir}/libgearman*.so.*
 
 %changelog
+* Wed Apr  4 2012 Tom Callaway <spot at fedoraproject.org> - 0.14-3.1
+- rebuild against gperftools
+
 * Thu Feb 24 2011 BJ Dierkes <wdierkes at rackspace.com> - 0.14-3
 - Only build with tcmalloc on selected archs (i386/ppc on el5,
   and i686 only on el6) based on google-perftools availability


More information about the scm-commits mailing list