Accepting request 835417 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/835417 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patchelf?expand=0&rev=13
This commit is contained in:
commit
a344e5da28
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1d3221d87a2073c7d2fa0c5ee6aa53e2a808f7628832d3874468c1c8641cba9a
|
|
||||||
size 159046
|
|
3
patchelf-0.12.tar.bz2
Normal file
3
patchelf-0.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:699a31cf52211cf5ad6e35a8801eb637bc7f3c43117140426400d67b7babd792
|
||||||
|
size 165069
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 11 21:00:31 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.12:
|
||||||
|
* skip overwriting r(un)path data when old_rpath = new_rpath.
|
||||||
|
* patchelf: Check ELF endianness before writing new runpath
|
||||||
|
* use stable_sort to maintain relative order for equal elemnts
|
||||||
|
* add --clear-symbol-version
|
||||||
|
* Improve the default section alignment choice
|
||||||
|
* Some const-correctness and C++11 auto
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 16 00:47:05 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
Sun Aug 16 00:47:05 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: patchelf
|
Name: patchelf
|
||||||
Version: 0.11
|
Version: 0.12
|
||||||
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
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://nixos.org/patchelf.html
|
URL: https://nixos.org/patchelf.html
|
||||||
Source: https://nixos.org/releases/patchelf/patchelf-%{version}/patchelf-%{version}.tar.bz2
|
Source: https://github.com/NixOS/patchelf/releases/download/%{version}/patchelf-%{version}.tar.bz2
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -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 -n %{name}-0.11.20200609.d6b2a72
|
%setup -q -n %{name}-0.12.20200827.8d3a16e
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user