diff --git a/patchelf-0.11.tar.bz2 b/patchelf-0.11.tar.bz2 deleted file mode 100644 index b575522..0000000 --- a/patchelf-0.11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d3221d87a2073c7d2fa0c5ee6aa53e2a808f7628832d3874468c1c8641cba9a -size 159046 diff --git a/patchelf-0.12.tar.bz2 b/patchelf-0.12.tar.bz2 new file mode 100644 index 0000000..5c0babe --- /dev/null +++ b/patchelf-0.12.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699a31cf52211cf5ad6e35a8801eb637bc7f3c43117140426400d67b7babd792 +size 165069 diff --git a/patchelf.changes b/patchelf.changes index 2363792..262b2fd 100644 --- a/patchelf.changes +++ b/patchelf.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Sep 11 21:00:31 UTC 2020 - Dirk Mueller + +- update to 0.12: + * skip overwriting r(un)path data when old_rpath = new_rpath. + * patchelf: Check ELF endianness before writing new runpath + * use stable_sort to maintain relative order for equal elemnts + * add --clear-symbol-version + * Improve the default section alignment choice + * Some const-correctness and C++11 auto + ------------------------------------------------------------------- Sun Aug 16 00:47:05 UTC 2020 - Dirk Mueller diff --git a/patchelf.spec b/patchelf.spec index 72a0d29..d5bbf3b 100644 --- a/patchelf.spec +++ b/patchelf.spec @@ -17,13 +17,13 @@ Name: patchelf -Version: 0.11 +Version: 0.12 Release: 0 Summary: A utility for patching ELF binaries License: GPL-3.0-only Group: Development/Libraries/C and C++ URL: https://nixos.org/patchelf.html -Source: https://nixos.org/releases/patchelf/patchelf-%{version}/patchelf-%{version}.tar.bz2 +Source: https://github.com/NixOS/patchelf/releases/download/%{version}/patchelf-%{version}.tar.bz2 BuildRequires: gcc-c++ %description @@ -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 -n %{name}-0.11.20200609.d6b2a72 +%setup -q -n %{name}-0.12.20200827.8d3a16e %build %configure