diff --git a/patchelf-0.10.tar.bz2 b/patchelf-0.10.tar.bz2 deleted file mode 100644 index 5aeccd3..0000000 --- a/patchelf-0.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f670cd462ac7161588c28f45349bc20fb9bd842805e3f71387a320e7a9ddfcf3 -size 158604 diff --git a/patchelf-0.11.tar.bz2 b/patchelf-0.11.tar.bz2 new file mode 100644 index 0000000..b575522 --- /dev/null +++ b/patchelf-0.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3221d87a2073c7d2fa0c5ee6aa53e2a808f7628832d3874468c1c8641cba9a +size 159046 diff --git a/patchelf.changes b/patchelf.changes index 33d9cd8..2363792 100644 --- a/patchelf.changes +++ b/patchelf.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Aug 16 00:47:05 UTC 2020 - Dirk Mueller + +- update to 0.11: + * More modern C++ has avoided a memory leak + * force-rpath is now consistently used + * new --output flag + ------------------------------------------------------------------- Tue Aug 27 01:17:34 UTC 2019 - Martin Pluskal diff --git a/patchelf.spec b/patchelf.spec index f4c0ba1..72a0d29 100644 --- a/patchelf.spec +++ b/patchelf.spec @@ -1,7 +1,7 @@ # # spec file for package patchelf # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: patchelf -Version: 0.10 +Version: 0.11 Release: 0 Summary: A utility for patching ELF binaries License: GPL-3.0-only @@ -32,7 +32,7 @@ libraries. It can change the dynamic loader ("ELF interpreter") of executables and change the RPATH of executables and libraries. %prep -%setup -q +%setup -q -n %{name}-0.11.20200609.d6b2a72 %build %configure @@ -43,10 +43,10 @@ make %{?_smp_mflags} check %install %make_install -rm %{buildroot}%{_datadir}/doc/patchelf/README +rm -v %{buildroot}%{_datadir}/doc/patchelf/README.md %files -%doc README +%doc README.md %license COPYING %{_bindir}/patchelf %{_mandir}/man1/patchelf.1%{?ext_man}