From 5136c97b583c32580daaa04c8a33136d8a10524b1de4faa49c55f2d38b510ff3 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 9 May 2023 09:15:04 +0000 Subject: [PATCH] Accepting request 1085552 from home:AndreasStieger:branches:devel:tools:building patchelf 0.18.0 OBS-URL: https://build.opensuse.org/request/show/1085552 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/patchelf?expand=0&rev=37 --- patchelf-0.17.2.tar.bz2 | 3 --- patchelf-0.18.0.tar.bz2 | 3 +++ patchelf.changes | 19 +++++++++++++++++++ patchelf.spec | 7 +++++-- 4 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 patchelf-0.17.2.tar.bz2 create mode 100644 patchelf-0.18.0.tar.bz2 diff --git a/patchelf-0.17.2.tar.bz2 b/patchelf-0.17.2.tar.bz2 deleted file mode 100644 index 938b7f7..0000000 --- a/patchelf-0.17.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bae2ea376072e422c196218dd9bdef0548ccc08da4de9f36b4672df84ea2d8e2 -size 203060 diff --git a/patchelf-0.18.0.tar.bz2 b/patchelf-0.18.0.tar.bz2 new file mode 100644 index 0000000..e5bc76a --- /dev/null +++ b/patchelf-0.18.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1952b2a782ba576279c211ee942e341748fdb44997f704dd53def46cd055470b +size 423290 diff --git a/patchelf.changes b/patchelf.changes index 69beaad..7ea13ab 100644 --- a/patchelf.changes +++ b/patchelf.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon May 8 16:11:37 UTC 2023 - Andreas Stieger + +- update to 0.18.0 + * Add options to print, clear and set executable stack state + * Modernizations and strictness improvements + * Add feature to rename dynamic symbols + * Adjust roundUp for 0 as input + * Avoid overlapping program header table with section header + table + * Other switches might set changed as true. Use extraStrings size + * Use the largest segment alignment for libraries requiring non- + standard alignments + * Add one extra page to avoid overlapping with next page if its + rounded… + * Add zsh completion + * Do not let modifyRPath taint shared strings in strtab + * Resize segment mapping rewritten sections if needed + ------------------------------------------------------------------- Sat Jan 21 09:49:50 UTC 2023 - Dirk Müller diff --git a/patchelf.spec b/patchelf.spec index 9286069..801a804 100644 --- a/patchelf.spec +++ b/patchelf.spec @@ -17,7 +17,7 @@ Name: patchelf -Version: 0.17.2 +Version: 0.18.0 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 +%autosetup -p1 %build %configure @@ -50,5 +50,8 @@ rm -v %{buildroot}%{_datadir}/doc/patchelf/README.md %license COPYING %{_bindir}/patchelf %{_mandir}/man1/patchelf.1%{?ext_man} +%dir %{_datadir}/zsh +%dir %{_datadir}/zsh/site-functions +%{_datadir}/zsh/site-functions/_patchelf %changelog