Browse Source

update to 1.0.1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6994 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 11 years ago
parent
commit
b1dcf211dc
1 changed files with 14 additions and 3 deletions
  1. 14 3
      lib/libu/libunwind/libunwind-vl.spec

+ 14 - 3
lib/libu/libunwind/libunwind-vl.spec

@@ -1,11 +1,15 @@
 Summary: An unwinding library
 Name: libunwind
-Version: 0.98.6
-Release: 2%{?_dist_release}
+Version: 1.0.1
+Release: 1%{?_dist_release}
 License: BSD
 Group: System Environment/Libraries
 URL: http://savannah.nongnu.org/projects/libunwind
 Source: http://download.savannah.nongnu.org/releases/libunwind/%{name}-%{version}.tar.gz
+Patch1: libunwind-disable-setjmp.patch
+Patch2: libunwind-install-ptrace.patch
+Patch3: libunwind-arm-register-rename.patch
+
 
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 
@@ -17,7 +21,7 @@ Libunwind provides a C ABI to determine the call-chain of a program.
 %package devel
 Summary: Development package for libunwind
 Group: Development/Libraries
-Requires: libunwind = %{PACKAGE_VERSION}
+Requires: libunwind = %{version}-%{release}
 
 %description devel
 The libunwind-devel package includes the libraries and header files for
@@ -25,6 +29,10 @@ libunwind.
 
 %prep
 %setup -q
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1 -b .arm
+
 
 %build
 %configure --disable-static --enable-shared
@@ -57,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/*
 
 %changelog
+* Wed Oct 24 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-1
+- update to 1.0.1
+
 * Tue Dec  2 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.98.6-2
 - ExclusiveArch set to %%{ix86} x86_64 ia64