Accepting request 1085662 from devel:tools:building

OBS-URL: https://build.opensuse.org/request/show/1085662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patchelf?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2023-05-10 14:16:33 +00:00 committed by Git OBS Bridge
commit 9b18c25159
4 changed files with 27 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bae2ea376072e422c196218dd9bdef0548ccc08da4de9f36b4672df84ea2d8e2
size 203060

BIN
patchelf-0.18.0.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon May 8 16:11:37 UTC 2023 - Andreas Stieger <Andreas.Stieger@gmx.de>
- 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 <dmueller@suse.com>

View File

@ -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