|
@@ -1,6 +1,6 @@
|
|
Name: gperftools
|
|
Name: gperftools
|
|
Version: 2.0
|
|
Version: 2.0
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
License: BSD
|
|
License: BSD
|
|
Group: Development/Tools
|
|
Group: Development/Tools
|
|
Summary: Very fast malloc and performance analysis tools
|
|
Summary: Very fast malloc and performance analysis tools
|
|
@@ -12,7 +12,7 @@ Patch0: gperftools-2.0-glibc216.patch
|
|
# ppc64 still broken, bz 238390
|
|
# ppc64 still broken, bz 238390
|
|
ExclusiveArch: %{ix86} x86_64 ppc %{arm}
|
|
ExclusiveArch: %{ix86} x86_64 ppc %{arm}
|
|
%ifnarch ppc ppc64
|
|
%ifnarch ppc ppc64
|
|
-BuildRequires: libunwind-devel
|
|
|
|
|
|
+BuildRequires: libunwind-devel >= 1.0.1
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -107,6 +107,9 @@ rm -rf %{buildroot}%{_docdir}/%{name}-%{version}/INSTALL
|
|
%{_libdir}/*.so.*
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Oct 24 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-2
|
|
|
|
+- rebuild with libunwind-1.0.1
|
|
|
|
+
|
|
* Wed Oct 24 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-1
|
|
* Wed Oct 24 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-1
|
|
- update to 2.0, rename to gperftools
|
|
- update to 2.0, rename to gperftools
|
|
|
|
|