[google-perftools] update to 1.7

Tom Callaway spot at fedoraproject.org
Fri Feb 18 18:27:40 UTC 2011


commit 46c9d78a3731365ea0de1d8cc167f6771ef8f482
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Fri Feb 18 13:28:56 2011 -0500

    update to 1.7

 .gitignore            |    1 +
 google-perftools.spec |   14 +++++++++-----
 sources               |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 639b5ae..79ebb9a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 google-perftools-1.5.tar.gz
 google-perftools-1.6.tar.gz
+/google-perftools-1.7.tar.gz
diff --git a/google-perftools.spec b/google-perftools.spec
index 2044529..95c797d 100644
--- a/google-perftools.spec
+++ b/google-perftools.spec
@@ -1,13 +1,13 @@
 Name:		google-perftools
-Version:	1.6
-Release:	3%{?dist}
+Version:	1.7
+Release:	1%{?dist}
 License:	BSD
 Group:		Development/Tools
 Summary:	Very fast malloc and performance analysis tools
 URL:		http://code.google.com/p/google-perftools/
 Source0:	http://google-perftools.googlecode.com/files/google-perftools-%{version}.tar.gz
-# See https://bugzilla.redhat.com/show_bug.cgi?id=657118
-Patch0:		google-perftools-pprof-jemalloc-fix.patch
+# http://code.google.com/p/google-perftools/issues/detail?id=309
+Patch0:		google-perftools-1.7-broken-comment-style.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # Still broken, bz 238390
 ExcludeArch:	ppc64
@@ -31,7 +31,7 @@ Libraries and headers for developing applications that use google-perftools.
 
 %prep
 %setup -q
-%patch0 -p0 -b .jemalloc
+%patch0 -p1 -b .commentfix
 
 %build
 CXXFLAGS=`echo $RPM_OPT_FLAGS -DTCMALLOC_LARGE_PAGES| sed -e 's/-Wp,-D_FORTIFY_SOURCE=2//g'`
@@ -76,8 +76,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{_includedir}/google
 %{_libdir}/*.so
+%{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Fri Feb 18 2011 Tom Callaway <spot at fedoraproject.org> - 1.7-1
+- update to 1.7
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 4d394c3..284e8a9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7acfee8d3e2ba968d20684e9f7033015  google-perftools-1.6.tar.gz
+5839cab3723e68a86ed327ebb54d54bc  google-perftools-1.7.tar.gz


More information about the scm-commits mailing list