[chrpath/f20] Update to 0.16 (#1144863)

David King amigadave at fedoraproject.org
Wed Feb 25 21:39:38 UTC 2015


commit 3d5bd7d7bdf5e705a147c2db852ab7a5e9ed8476
Author: David King <amigadave at amigadave.com>
Date:   Wed Feb 25 20:12:01 2015 +0000

    Update to 0.16 (#1144863)

 .gitignore                     |  1 +
 chrpath-0.13-NULL-entry.patch  | 16 ----------------
 chrpath-0.13-aarch64.patch     | 32 --------------------------------
 chrpath-0.13-getopt_long.patch | 13 -------------
 chrpath-0.13-help.patch        | 13 -------------
 chrpath.spec                   | 22 ++++++----------------
 sources                        |  2 +-
 7 files changed, 8 insertions(+), 91 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 101e839..17bd005 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 chrpath-0.13.tar.gz
+/chrpath-0.16.tar.gz
diff --git a/chrpath.spec b/chrpath.spec
index 4138c66..c0a320e 100644
--- a/chrpath.spec
+++ b/chrpath.spec
@@ -1,23 +1,13 @@
 Summary: Modify rpath of compiled programs
 Name: chrpath
-Version: 0.13
-Release: 13%{?dist}
+Version: 0.16
+Release: 1%{?dist}
 License: GPL+
 Group: Development/Tools
 URL: ftp://ftp.hungry.com/pub/hungry/chrpath/
 Source0: ftp://ftp.hungry.com/pub/hungry/chrpath/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
-Patch0: chrpath-0.13-NULL-entry.patch
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=868611
-Patch1: chrpath-0.13-getopt_long.patch
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=925224
-Patch2: chrpath-0.13-aarch64.patch
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=948858
-Patch3: chrpath-0.13-help.patch
 
 %description
 chrpath allows you to modify the dynamic library load path (rpath) of
@@ -26,10 +16,7 @@ is supported.
 
 %prep
 %setup -q
-%patch0 -p1 -b .NULL
-%patch1 -p1 -b .getopt_long
-%patch2 -p1 -b .aarch64
-%patch3 -p1 -b .help
+
 
 %build
 %configure
@@ -51,6 +38,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/chrpath.1*
 
 %changelog
+* Wed Feb 25 2015 David King <amigadave at amigadave.com> - 0.16-1
+- Update to 0.16 (#1144863)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.13-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 78ce75e..a146de3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b73072a8fbba277558c50364b65bb407  chrpath-0.13.tar.gz
+2bf8d1d1ee345fc8a7915576f5649982  chrpath-0.16.tar.gz


More information about the scm-commits mailing list