Accepting request 826921 from devel:tools:building

- 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/request/show/826921
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patchelf?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2020-08-19 16:45:09 +00:00 committed by Git OBS Bridge
commit ea6c6b613e
4 changed files with 16 additions and 8 deletions

View File

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

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

View File

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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: patchelf
Version: 0.10
Version: 0.11
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
%setup -q -n %{name}-0.11.20200609.d6b2a72
%build
%configure
@ -43,10 +43,10 @@ make %{?_smp_mflags} check
%install
%make_install
rm %{buildroot}%{_datadir}/doc/patchelf/README
rm -v %{buildroot}%{_datadir}/doc/patchelf/README.md
%files
%doc README
%doc README.md
%license COPYING
%{_bindir}/patchelf
%{_mandir}/man1/patchelf.1%{?ext_man}