- update to 0.11:
* More modern C++ has avoided a memory leak * force-rpath is now consistently used * new --output flag OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/patchelf?expand=0&rev=21
This commit is contained in:
parent
b1722a22ee
commit
53189c9e53
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f670cd462ac7161588c28f45349bc20fb9bd842805e3f71387a320e7a9ddfcf3
|
|
||||||
size 158604
|
|
3
patchelf-0.11.tar.bz2
Normal file
3
patchelf-0.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1d3221d87a2073c7d2fa0c5ee6aa53e2a808f7628832d3874468c1c8641cba9a
|
||||||
|
size 159046
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 16 00:47:05 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.11:
|
||||||
|
* More modern C++ has avoided a memory leak
|
||||||
|
* force-rpath is now consistently used
|
||||||
|
* new --output flag
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 27 01:17:34 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
Tue Aug 27 01:17:34 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package patchelf
|
# spec file for package patchelf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: patchelf
|
Name: patchelf
|
||||||
Version: 0.10
|
Version: 0.11
|
||||||
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
|
%setup -q -n %{name}-0.11.20200609.d6b2a72
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -43,10 +43,10 @@ make %{?_smp_mflags} check
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
rm %{buildroot}%{_datadir}/doc/patchelf/README
|
rm -v %{buildroot}%{_datadir}/doc/patchelf/README.md
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README
|
%doc README.md
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_bindir}/patchelf
|
%{_bindir}/patchelf
|
||||||
%{_mandir}/man1/patchelf.1%{?ext_man}
|
%{_mandir}/man1/patchelf.1%{?ext_man}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user