[sfk/epel7: 2/3] Update to 1.7.2

Christopher Meng cicku at fedoraproject.org
Thu Jul 17 03:38:32 UTC 2014


commit 6e94bb1f615a9a493812e8675bd4da59ec451f70
Author: Christopher Meng <i at cicku.me>
Date:   Thu Jul 17 11:10:12 2014 +0800

    Update to 1.7.2

 .gitignore |    1 +
 sfk.spec   |   11 +++++++----
 sources    |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f941ca1..4374ad9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /sfk-1.7.0.tar.gz
 /sfk-1.7.1.tar.gz
+/sfk-1.7.2.tar.gz
diff --git a/sfk.spec b/sfk.spec
index b37e8a5..4ffdedb 100644
--- a/sfk.spec
+++ b/sfk.spec
@@ -1,6 +1,6 @@
 Name:           sfk
-Version:        1.7.1
-Release:        2%{?dist}
+Version:        1.7.2
+Release:        1%{?dist}
 Summary:        The Swiss File Knife File Tree Processor
 License:        BSD
 URL:            http://stahlworks.com/sfk/
@@ -19,16 +19,19 @@ within a single tool.
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
-make install DESTDIR=%{buildroot}
+%make_install
 
 %files
 %doc AUTHORS COPYING ChangeLog
 %{_bindir}/sfk
 
 %changelog
+* Thu Jul 17 2014 Christopher Meng <rpm at cicku.me> - 1.7.2-1
+- Update to 1.7.2
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index c452edc..56392d4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af3e1b7c000c9e1c3cc9b717ee1c8975  sfk-1.7.1.tar.gz
+0d416f9fd2a65334dd3a76a09da39bc7  sfk-1.7.2.tar.gz


More information about the scm-commits mailing list