[perl-Sysadm-Install] Update to 0.37

Paul Howarth pghmcfc at fedoraproject.org
Sun Jun 26 13:27:37 UTC 2011


commit b35dd517a0bd749f9dc3b3d960dc1d085059ae58
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Jun 26 14:26:32 2011 +0100

    Update to 0.37
    
    - New upstream release 0.37
      - Fix for tap's raise_error option and added test case (CPAN RT#68095)
    - Drop redundant defattr()

 .gitignore               |    2 +-
 perl-Sysadm-Install.spec |   12 ++++++++----
 sources                  |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fc96313..af4f88d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Sysadm-Install-0.36.tar.gz
+/Sysadm-Install-[0-9.]*\.tar\.gz
diff --git a/perl-Sysadm-Install.spec b/perl-Sysadm-Install.spec
index a8f2960..9093737 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.36
+Version:	0.37
 Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -67,15 +67,19 @@ find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
 %{_fixperms} %{buildroot}
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README eg
-# one-liner is an overly-generic name to include in %{_bindir} and is included
-# as %doc if needed
+# one-liner is an overly-generic name to include in %%{_bindir} and is included
+# as %%doc if needed
 %exclude %{_bindir}/one-liner
 %{perl_vendorlib}/Sysadm/
 %{_mandir}/man3/Sysadm::Install.3pm*
 
 %changelog
+* Sun Jun 26 2011 Paul Howarth <paul at city-fan.org> 0.37-1
+- Update to 0.37
+  - Fix for tap's raise_error option and added test case (CPAN RT#68095)
+- Drop redundant defattr()
+
 * Mon May  2 2011 Paul Howarth <paul at city-fan.org> 0.36-1
 - Update to 0.36
   - Added owner_cp() to copy uid and gid of a file or directory
diff --git a/sources b/sources
index 38b6be2..8a10990 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-89ccec032164b6602eeb842631ec06af  Sysadm-Install-0.36.tar.gz
+a94f8009e3125a27cb11dad49035c259  Sysadm-Install-0.37.tar.gz


More information about the scm-commits mailing list