[perl-Test-Class] Update to 0.46

Paul Howarth pghmcfc at fedoraproject.org
Mon Jul 7 15:03:19 UTC 2014


commit e2cf687b2aada6c8feaa03603f0a77a3b1363fcb
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Jul 7 16:01:26 2014 +0100

    Update to 0.46
    
    Fix new teardown tests for MSWin32

 perl-Test-Class.spec |    7 +++++--
 sources              |    2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/perl-Test-Class.spec b/perl-Test-Class.spec
index c82a0af..9c91a07 100644
--- a/perl-Test-Class.spec
+++ b/perl-Test-Class.spec
@@ -1,5 +1,5 @@
 Name:           perl-Test-Class
-Version:        0.45
+Version:        0.46
 Release:        1%{?dist}
 Summary:        Easily create test classes in an xUnit/JUnit style
 License:        GPL+ or Artistic
@@ -67,7 +67,7 @@ perl Build.PL installdirs=vendor
 
 %install
 rm -rf $RPM_BUILD_ROOT
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+./Build install --destdir=$RPM_BUILD_ROOT --create_packlist=0
 %{_fixperms} $RPM_BUILD_ROOT
 
 %check
@@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/Test::Class::MethodInfo.3pm*
 
 %changelog
+* Mon Jul  7 2014 Paul Howarth <paul at city-fan.org> - 0.46-1
+- 0.46 bump
+
 * Mon Jul 07 2014 Petr Pisar <ppisar at redhat.com> - 0.45-1
 - 0.45 bump
 
diff --git a/sources b/sources
index 88e7933..debc17a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9e16bb0c3754558e081014dfec8c9df7  Test-Class-0.45.tar.gz
+14c1b1b18728e4a08859c6e256d54cbf  Test-Class-0.46.tar.gz


More information about the scm-commits mailing list