[packages/patchelf] - updated to 0.18.0, added TODO (package zsh completion)
hawk
hawk at pld-linux.org
Fri May 16 23:47:28 CEST 2025
commit b460dceb26e8a1909afc5a0ac74de6329753b5f7
Author: Marcin Krol <hawk at tld-linux.org>
Date: Fri May 16 23:46:54 2025 +0200
- updated to 0.18.0, added TODO (package zsh completion)
patchelf.spec | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/patchelf.spec b/patchelf.spec
index 86a9029..ce6cb77 100644
--- a/patchelf.spec
+++ b/patchelf.spec
@@ -1,16 +1,18 @@
+# TODO:
+# - package zsh completion
#
# Conditional build:
%bcond_without tests # build without tests
#
Summary: A utility for patching ELF binaries
Name: patchelf
-Version: 0.13
+Version: 0.18.0
Release: 1
License: GPL
Group: Development/Tools
URL: https://github.com/NixOS/patchelf
Source0: https://github.com/NixOS/patchelf/releases/download/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: d387eee9325414be0b1a80c8fbd2745f
+# Source0-md5: 9b091a689583fdc7c3206679586322d5
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -19,7 +21,7 @@ libraries. It can change the dynamic loader ("ELF interpreter") of
executables and change the RPATH of executables and libraries.
%prep
-%setup -q -n %{name}-%{version}.20210805.a949ff2
+%setup -q
%build
%configure
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/patchelf.git/commitdiff/b460dceb26e8a1909afc5a0ac74de6329753b5f7
More information about the pld-cvs-commit
mailing list