2.5.92
This commit is contained in:
parent
1089db9e24
commit
469491bc54
@ -3,8 +3,8 @@
|
||||
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
||||
|
||||
Name: gperftools
|
||||
Version: 2.5.91
|
||||
Release: 2%{?dist}
|
||||
Version: 2.5.92
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Group: Development/Tools
|
||||
Summary: Very fast malloc and performance analysis tools
|
||||
@ -68,7 +68,11 @@ chmod -x src/*.h src/*.cc
|
||||
%build
|
||||
CFLAGS=`echo $RPM_OPT_FLAGS -fno-strict-aliasing -Wno-unused-local-typedefs -DTCMALLOC_LARGE_PAGES | sed -e 's|-fexceptions||g'`
|
||||
CXXFLAGS=`echo $RPM_OPT_FLAGS -fno-strict-aliasing -Wno-unused-local-typedefs -DTCMALLOC_LARGE_PAGES | sed -e 's|-fexceptions||g'`
|
||||
%configure --disable-static
|
||||
%configure \
|
||||
%ifarch %{power64}
|
||||
--disable-dynamic-sized-delete-support \
|
||||
%endif
|
||||
--disable-static
|
||||
|
||||
# Bad rpath!
|
||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||
@ -110,6 +114,10 @@ rm -rf %{buildroot}%{_pkgdocdir}/INSTALL
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%changelog
|
||||
* Mon May 22 2017 Tom Callaway <spot@fedoraproject.org> - 2.5.92-1
|
||||
- update to 2.5.92
|
||||
- disable dynamic sized delete support on powerpc64
|
||||
|
||||
* Mon May 22 2017 Richard W.M. Jones <rjones@redhat.com> - 2.5.91-2
|
||||
- Bump release and rebuild to try to fix _ZdlPvm symbol (see RHBZ#1452813).
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gperftools-2.5.91.tar.gz) = 0a12ecd8ddfb835e545a4e023463a94174fcd958fdb6217734c6c4be89765d064a3f8b897d3dfe49cb4ae142352b1133a4ec8827476f4b6186c0d23a24bc4279
|
||||
SHA512 (gperftools-2.5.92.tar.gz) = 8c8e19f6dc08270b856d8b9ede6c4e0e78a430b85bb1a3572e05e4d8b0306c31173721c755ffb50c8dbfdc7136d46ab2bd7db62bc5c9cc8b76dbdb6123bc16c0
|
||||
|
Loading…
Reference in New Issue
Block a user