]> git.pld-linux.org Git - packages/chrpath.git/commitdiff
up to 0.16 auto/th/chrpath-0.16-1
authorJan Palus <atler@pld-linux.org>
Wed, 21 Oct 2020 17:23:52 +0000 (19:23 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 21 Oct 2020 17:23:52 +0000 (19:23 +0200)
chrpath-keepgoing.patch [deleted file]
chrpath.spec

diff --git a/chrpath-keepgoing.patch b/chrpath-keepgoing.patch
deleted file mode 100644 (file)
index d8f6965..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- chrpath-0.13/main.c.orig   2006-02-27 20:21:06.000000000 +0100
-+++ chrpath-0.13/main.c        2006-02-27 21:07:16.027641500 +0100
-@@ -57,6 +57,7 @@
-   printf("   -r <path>|--replace <path>  Replace current rpath/runpath setting\n");
-   printf("                               with the path given\n");
-   printf("   -l|--list                   List the current rpath/runpath (default)\n");
-+  printf("   -k|--keepgoing              Continue as much as possible after an error.\n");
-   printf("   -h|--help                   Show this usage information.\n");
- #ifndef HAVE_GETOPT_LONG
-   printf("\n *** The long options are not available on this platform");
---- chrpath-0.13/chrpath.1.orig        2004-09-19 10:35:44.000000000 +0200
-+++ chrpath-0.13/chrpath.1     2006-02-28 10:06:28.187060500 +0100
-@@ -22,6 +22,7 @@
- [ \fB-r\fP \fI<path>\fP |\  \fB--replace\fP \fI<path>\fP ]
- [ \fB-c\fP | \fB--convert\fP ]
- [ \fB-l\fP | \fB--list\fP ]
-+[ \fB-k\fP | \fB--keepgoing\fP ]
- [ \fB-h\fP | \fB--help\fP ]
- \fI<program>\fP [ \fI<program>\fP ... ]
- .SH DESCRIPTION
index f4d917350935a88847e7d0bc2679f964e63f7fb9..fa49997e82320297dec4bb5ac5d9bdf265785758 100644 (file)
@@ -1,14 +1,13 @@
 Summary:       chrpath - change the rpath or runpath in binaries
 Summary(pl.UTF-8):     chrpath - narzędzie do zmiany rpath lub runpath w binariach
 Name:          chrpath
-Version:       0.14
-Release:       2
+Version:       0.16
+Release:       1
 License:       GPL
 Group:         Applications/Editors
-#Source0ActiveFtp
-Source0:       https://alioth.debian.org/frs/download.php/file/3648/%{name}-%{version}.tar.gz
-# Source0-md5: ea6b212b23393bf58b0ef9bcf6491b86
-Patch0:                %{name}-keepgoing.patch
+Source0:       https://alioth-archive.debian.org/releases/chrpath/chrpath/%{version}/%{name}-%{version}.tar.gz
+
+# Source0-md5: 2bf8d1d1ee345fc8a7915576f5649982
 Patch1:                %{name}-multilib.patch
 URL:           https://alioth.debian.org/projects/chrpath/
 BuildRequires: autoconf >= 2.50
@@ -30,7 +29,6 @@ w którym linker powinien szukać bibliotek wymaganych przez program.
 
 %prep
 %setup -q
-%patch0 -p1
 %ifarch %{x8664} ppc64 s390x sparc64
 %patch1 -p1
 %endif
This page took 0.079606 seconds and 4 git commands to generate.