[perl-Sysadm-Install] Update to 0.42

Paul Howarth pghmcfc at fedoraproject.org
Tue Jan 22 16:47:39 UTC 2013


commit 3060956d5f15186b1b2a84bb4270659254997980
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Jan 22 16:47:00 2013 +0000

    Update to 0.42
    
    - New upstream release 0.42
      - No longer silently remove directories that are in the way before untar()
      - Better error diagnosis on failing untar() tests

 perl-Sysadm-Install.spec |    7 ++++++-
 sources                  |    2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/perl-Sysadm-Install.spec b/perl-Sysadm-Install.spec
index c7abe7f..291c70e 100644
--- a/perl-Sysadm-Install.spec
+++ b/perl-Sysadm-Install.spec
@@ -1,6 +1,6 @@
 Summary:	Typical installation tasks for system administrators
 Name:		perl-Sysadm-Install
-Version:	0.41
+Version:	0.42
 Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -74,6 +74,11 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 %{_mandir}/man3/Sysadm::Install.3pm*
 
 %changelog
+* Tue Jan 22 2013 Paul Howarth <paul at city-fan.org> 0.42-1
+- Update to 0.42
+  - No longer silently remove directories that are in the way before untar()
+  - Better error diagnosis on failing untar() tests
+
 * Tue Dec 18 2012 Paul Howarth <paul at city-fan.org> 0.41-1
 - Update to 0.41
   - Added home_dir() function returning user's home directory
diff --git a/sources b/sources
index 21ac734..0a2f762 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a70c90aaa5b00741f87fb16e6cd31336  Sysadm-Install-0.41.tar.gz
+9f9d3a7b174b8be45a326b833dd8401e  Sysadm-Install-0.42.tar.gz


More information about the scm-commits mailing list