[perl-Sysadm-Install] Update to 0.40

Paul Howarth pghmcfc at fedoraproject.org
Sun Sep 16 10:20:18 UTC 2012


commit 8791f01411e3b5a519086fae3c0e3c7cf186aa1e
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Sep 16 11:19:35 2012 +0100

    Update to 0.40
    
    - New upstream release 0.40
      - Fix Cwd problem on Win32/Mac

 perl-Sysadm-Install.spec |   13 ++++++++-----
 sources                  |    2 +-
 2 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/perl-Sysadm-Install.spec b/perl-Sysadm-Install.spec
index 1ef8ad3..f6cbfc9 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.39
-Release:	3%{?dist}
+Version:	0.40
+Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Sysadm-Install/
@@ -63,7 +63,6 @@ make test TEST_VERBOSE=1
 %install
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
 %{_fixperms} %{buildroot}
 
 %files
@@ -75,10 +74,14 @@ find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
 %{_mandir}/man3/Sysadm::Install.3pm*
 
 %changelog
-* Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.39-3
+* Sun Sep 16 2012 Paul Howarth <paul at city-fan.org> 0.40-1
+- Update to 0.40
+  - Fix Cwd problem on Win32/Mac
+
+* Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> 0.39-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
-* Fri Jun 29 2012 Petr Pisar <ppisar at redhat.com> - 0.39-2
+* Fri Jun 29 2012 Petr Pisar <ppisar at redhat.com> 0.39-2
 - Perl 5.16 rebuild
 
 * Thu May 17 2012 Paul Howarth <paul at city-fan.org> 0.39-1
diff --git a/sources b/sources
index 7e22c25..1e3b1ff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0e6be4dfa53e820671b1ecdab5506d26  Sysadm-Install-0.39.tar.gz
+8edcd51e50c02b54752c3ad54282519d  Sysadm-Install-0.40.tar.gz


More information about the scm-commits mailing list