From d83b778087dcd4dcd37e93513cc1f8af8391caf7 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 8 Mar 2016 16:30:51 -0600 Subject: [PATCH] 2.4.91 --- .gitignore | 1 + gperftools.spec | 19 ++++++++----------- sources | 2 +- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index aa19e04..c63d550 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /gperftools-2.2.1.tar.gz /gperftools-2.4.tar.gz /gperftools-2.4.90.tar.gz +/gperftools-2.4.91.tar.gz diff --git a/gperftools.spec b/gperftools.spec index b4d73e7..22f59d4 100644 --- a/gperftools.spec +++ b/gperftools.spec @@ -1,22 +1,15 @@ # This package used to be called "google-perftools", but it was renamed on 2012-02-03. -%ifarch %{arm} ppc64 ppc64le -# This causes any program to segfault at startup. The reason is not -# understood. Please see discussion this bug: -# https://bugzilla.redhat.com/show_bug.cgi?id=1312462 -%undefine _hardened_build -%endif - %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} Name: gperftools -Version: 2.4.90 -Release: 3%{?dist} +Version: 2.4.91 +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 +URL: https://github.com/gperftools/gperftools +Source0: https://github.com/gperftools/gperftools/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz ExcludeArch: s390 s390x %ifnarch ppc %{power64} BuildRequires: libunwind-devel @@ -115,6 +108,10 @@ rm -rf %{buildroot}%{_pkgdocdir}/INSTALL %{_libdir}/*.so.* %changelog +* Tue Mar 8 2016 Tom Callaway - 2.4.91-1 +- update to 2.4.91 +- re-enable hardened builds (upstream disabled dynamic sized delete by default) + * Fri Mar 04 2016 Than Ngo - 2.4.90-3 - Disable hardened build on ppc64/ppc64le (RHBZ#1314483). diff --git a/sources b/sources index 6e94c45..a297d0d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3d6e472cf0e51d3d12a5b1d24f856af0 gperftools-2.4.90.tar.gz +a80604462b1a52c51eec5c49566767a9 gperftools-2.4.91.tar.gz