diff --git a/.gitignore b/.gitignore index b60e80a..aa19e04 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /gperftools-2.2.tar.gz /gperftools-2.2.1.tar.gz /gperftools-2.4.tar.gz +/gperftools-2.4.90.tar.gz diff --git a/gperftools.spec b/gperftools.spec index 27d5688..807d1bd 100644 --- a/gperftools.spec +++ b/gperftools.spec @@ -3,15 +3,13 @@ %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} Name: gperftools -Version: 2.4 -Release: 5%{?dist} +Version: 2.4.90 +Release: 1%{?dist} License: BSD Group: Development/Tools Summary: Very fast malloc and performance analysis tools URL: http://code.google.com/p/gperftools/ Source0: https://googledrive.com/host/0B6NtGsLhIcf7MWxMMF9JdTN3UVk/%{name}-%{version}.tar.gz -# https://code.google.com/p/gperftools/issues/detail?id=693 -Patch0: gperftools-arm-has-futex.patch ExcludeArch: s390 s390x %ifnarch ppc %{power64} BuildRequires: libunwind-devel @@ -58,7 +56,6 @@ Pprof is a heap and CPU profiler tool, part of the gperftools suite. %prep %setup -q -%patch0 -p1 -b .armfutex # Fix end-of-line encoding sed -i 's/\r//' README_windows.txt @@ -111,6 +108,9 @@ rm -rf %{buildroot}%{_pkgdocdir}/INSTALL %{_libdir}/*.so.* %changelog +* Mon Feb 22 2016 Tom Callaway - 2.4.90-1 +- update to 2.4.90 + * Wed Jun 17 2015 Fedora Release Engineering - 2.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index c6b369a..6e94c45 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2171cea3bbe053036fb5d5d25176a160 gperftools-2.4.tar.gz +3d6e472cf0e51d3d12a5b1d24f856af0 gperftools-2.4.90.tar.gz