From 26281012a5886ac492bb21f32dfffd37023a4b8b47d75971006dca866082c76b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 1 Oct 2024 08:31:41 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main chrpath revision 814f71efb5190332312a884fde92b903 --- chrpath-0.16.tar.gz | 3 --- chrpath-0.17.tar.gz | 3 +++ chrpath.changes | 8 ++++++++ chrpath.spec | 15 +++++++++++---- 4 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 chrpath-0.16.tar.gz create mode 100644 chrpath-0.17.tar.gz diff --git a/chrpath-0.16.tar.gz b/chrpath-0.16.tar.gz deleted file mode 100644 index 8d6fa19..0000000 --- a/chrpath-0.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb0d4c54bac2990e1bdf8132f2c9477ae752859d523e141e72b3b11a12c26e7b -size 134506 diff --git a/chrpath-0.17.tar.gz b/chrpath-0.17.tar.gz new file mode 100644 index 0000000..833780a --- /dev/null +++ b/chrpath-0.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1dacc91f4eaf1c8c3f767fd881eb1fe3a509a20d0628bf9760d90ac124bd0c +size 54518 diff --git a/chrpath.changes b/chrpath.changes index 86f0e6d..e065638 100644 --- a/chrpath.changes +++ b/chrpath.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun May 12 18:41:21 UTC 2024 - Andreas Stieger + +- Update to version 0.17: + * Moved project to Codeberg + * Fix lookup of string table + * End stderr output with a newline + ------------------------------------------------------------------- Tue Mar 17 12:20:29 UTC 2020 - Martin Pluskal diff --git a/chrpath.spec b/chrpath.spec index 6c2aa7a..62be81b 100644 --- a/chrpath.spec +++ b/chrpath.spec @@ -2,6 +2,7 @@ # spec file for package chrpath # # Copyright (c) 2020 SUSE LLC +# Copyright (c) 2024 Andreas Stieger # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +18,15 @@ Name: chrpath -Version: 0.16 +Version: 0.17 Release: 0 Summary: Modifies the dynamic library load path of compiled programs and libraries License: GPL-2.0-or-later Group: Development/Tools/Building -URL: https://alioth.debian.org/projects/chrpath/ -Source: https://alioth.debian.org/frs/download.php/file/3979/%{name}-%{version}.tar.gz +URL: https://codeberg.org/pere/chrpath +Source: https://codeberg.org/pere/chrpath/archive/release-%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: autoconf +BuildRequires: automake %description Chrpath allows you to modify the dynamic library load path (rpath and @@ -31,15 +34,19 @@ runpath) of compiled programs. Currently, only removing and modifying the rpath is supported. It cannot extend or add an rpath. %prep -%setup -q +%autosetup -p1 -n %{name} %build +autoreconf -fiv %configure %make_build %install %make_install doc_DATA="" +%check +# %%make_build check + %files %license COPYING AUTHORS %doc ChangeLog NEWS README