[perl-System-Command] update to 1.08

Iain Arnell iarnell at fedoraproject.org
Fri Dec 7 16:47:43 UTC 2012


commit c45de9c3338d3cfdbdf5eef4c21daad9103b5b33
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Dec 7 09:47:37 2012 -0700

    update to 1.08

 .gitignore               |    1 +
 perl-System-Command.spec |    8 +++++---
 sources                  |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e33e7b4..f3ffe1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /System-Command-1.06.tar.gz
 /System-Command-1.07.tar.gz
+/System-Command-1.08.tar.gz
diff --git a/perl-System-Command.spec b/perl-System-Command.spec
index 90b0b3e..55e87aa 100644
--- a/perl-System-Command.spec
+++ b/perl-System-Command.spec
@@ -1,6 +1,6 @@
 Name:           perl-System-Command
-Version:        1.07
-Release:        3%{?dist}
+Version:        1.08
+Release:        1%{?dist}
 Summary:        Object for running system commands
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -30,7 +30,6 @@ their STDIN, STDOUT and STDERR handles.
 
 %install
 ./Build install destdir=%{buildroot} create_packlist=0
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} %{buildroot}/*
 
@@ -43,6 +42,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Fri Dec 07 2012 Iain Arnell <iarnell at gmail.com> 1.08-1
+- update to latest upstream version
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.07-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 52ea33f..d202147 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b0eb34bea32da8824b7b99080686c326  System-Command-1.07.tar.gz
+cae18b739ddd6dea8fe830dd6aae878f  System-Command-1.08.tar.gz


More information about the scm-commits mailing list