[perl-Sysadm-Install] Update to 0.44

Paul Howarth pghmcfc at fedoraproject.org
Wed May 21 10:05:07 UTC 2014


commit ae4c69878d2ff30737506d577f783291904d0f71
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed May 21 11:04:21 2014 +0100

    Update to 0.44
    
    - New upstream release 0.44
      - Replaced bin_find() implementation by File::Which
      - tap() with raise_error option set now dies with stderr output, because
        $! isn't set on failed close()

 perl-Sysadm-Install.spec |   11 +++++++++--
 sources                  |    2 +-
 2 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/perl-Sysadm-Install.spec b/perl-Sysadm-Install.spec
index 626e8a3..a01638d 100644
--- a/perl-Sysadm-Install.spec
+++ b/perl-Sysadm-Install.spec
@@ -1,7 +1,7 @@
 Summary:	Typical installation tasks for system administrators
 Name:		perl-Sysadm-Install
-Version:	0.43
-Release:	3%{?dist}
+Version:	0.44
+Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/Sysadm-Install/
@@ -17,6 +17,7 @@ BuildRequires:	perl(File::Basename)
 BuildRequires:	perl(File::Copy)
 BuildRequires:	perl(File::Path)
 BuildRequires:	perl(File::Temp) >= 0.16
+BuildRequires:	perl(File::Which) >= 1.09
 BuildRequires:	perl(HTTP::Request)
 BuildRequires:	perl(HTTP::Status)
 BuildRequires:	perl(Log::Log4perl) >= 1.00
@@ -74,6 +75,12 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 %{_mandir}/man3/Sysadm::Install.3pm*
 
 %changelog
+* Wed May 21 2014 Paul Howarth <paul at city-fan.org> - 0.44-1
+- Update to 0.44
+  - Replaced bin_find() implementation by File::Which
+  - tap() with raise_error option set now dies with stderr output, because
+    $! isn't set on failed close()
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.43-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index fd9aef6..0bd7a47 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f631ac686f62cb6db2edf272ee100d55  Sysadm-Install-0.43.tar.gz
+889528d25c3be2554861040e38fd7229  Sysadm-Install-0.44.tar.gz


More information about the scm-commits mailing list