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
This commit is contained in:
parent
07900cf397
commit
5136c97b58
@ -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
BIN
patchelf-0.18.0.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Sat Jan 21 09:49:50 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: patchelf
|
Name: patchelf
|
||||||
Version: 0.17.2
|
Version: 0.18.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A utility for patching ELF binaries
|
Summary: A utility for patching ELF binaries
|
||||||
License: GPL-3.0-only
|
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.
|
executables and change the RPATH of executables and libraries.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -50,5 +50,8 @@ rm -v %{buildroot}%{_datadir}/doc/patchelf/README.md
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%{_bindir}/patchelf
|
%{_bindir}/patchelf
|
||||||
%{_mandir}/man1/patchelf.1%{?ext_man}
|
%{_mandir}/man1/patchelf.1%{?ext_man}
|
||||||
|
%dir %{_datadir}/zsh
|
||||||
|
%dir %{_datadir}/zsh/site-functions
|
||||||
|
%{_datadir}/zsh/site-functions/_patchelf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user