From 5fffb6b2f0fc93a5ef6614802ddec734d3cab7e12ca33939dcfb841c238b7feb Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 18 Sep 2020 12:30:12 +0000 Subject: [PATCH] Accepting request 833858 from home:dirkmueller:branches:devel:tools:building - 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 OBS-URL: https://build.opensuse.org/request/show/833858 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/patchelf?expand=0&rev=23 --- patchelf-0.11.tar.bz2 | 3 --- patchelf-0.12.tar.bz2 | 3 +++ patchelf.changes | 11 +++++++++++ patchelf.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 patchelf-0.11.tar.bz2 create mode 100644 patchelf-0.12.tar.bz2 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