Browse Source

rebuild with libunwind-1.0.1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6995 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 11 years ago
parent
commit
531b1b4a0e
1 changed files with 5 additions and 2 deletions
  1. 5 2
      g/gperftools/gperftools-vl.spec

+ 5 - 2
g/gperftools/gperftools-vl.spec

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