diff --git a/patchelf-0.8.tar.bz2 b/patchelf-0.8.tar.bz2 deleted file mode 100644 index 3c46258..0000000 --- a/patchelf-0.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c99f84d124347340c36707089ec8f70530abd56e7827c54d506eb4cc097a17e7 -size 119369 diff --git a/patchelf-0.9.tar.bz2 b/patchelf-0.9.tar.bz2 new file mode 100644 index 0000000..87b8bca --- /dev/null +++ b/patchelf-0.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83 +size 159956 diff --git a/patchelf.changes b/patchelf.changes index 7c50981..c7086eb 100644 --- a/patchelf.changes +++ b/patchelf.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Mar 20 10:08:24 UTC 2016 - mpluskal@suse.com + +- Update to version 0.9 + * Lots of new features +- Add aarch64 to list of excluded architectures + ------------------------------------------------------------------- Thu Aug 13 07:39:41 UTC 2015 - normand@linux.vnet.ibm.com diff --git a/patchelf.spec b/patchelf.spec index 3a00053..87ba0bf 100644 --- a/patchelf.spec +++ b/patchelf.spec @@ -1,7 +1,7 @@ # # spec file for package patchelf # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,16 @@ Name: patchelf +Version: 0.9 +Release: 0 Summary: A utility for patching ELF binaries License: GPL-3.0 Group: Development/Libraries/C and C++ -Version: 0.8 -Release: 0 Url: http://nixos.org/patchelf.html Source: http://releases.nixos.org/%{name}/%{name}-%{version}/%{name}-%{version}.tar.bz2 BuildRequires: gcc-c++ # Tests fail here -ExcludeArch: ppc ppc64 ppc64le %arm +ExcludeArch: ppc ppc64 ppc64le %arm aarch64 %description PatchELF is a simple utility for modifing existing ELF executables and @@ -38,19 +38,19 @@ executables and change the RPATH of executables and libraries. %build %configure -make +make %{?_smp_mflags} %check make check %install -make DESTDIR=%{buildroot} install -rm %{buildroot}/usr/share/doc/patchelf/README +make %{?_smp_mflags} DESTDIR=%{buildroot} install +rm %{buildroot}%{_datadir}/doc/patchelf/README %files -%defattr(-,root,root) +%defattr(-,root,root) %doc README -%{_bindir}/* -%{_mandir}/man*/patchelf.* +%{_bindir}/patchelf +%{_mandir}/man1/patchelf.1%{ext_man} %changelog