[perl-Path-Tiny] Update to 0.032

Paul Howarth pghmcfc at fedoraproject.org
Fri Sep 6 22:28:51 UTC 2013


commit 903ae30ecc6011b39342a0fb1e909b1c3296cf2e
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Sep 6 23:27:14 2013 +0100

    Update to 0.032
    
    - New upstream release 0.032
      - Removed several test dependencies; Path::Tiny now only needs core modules,
        though some must be upgraded on old Perls

 perl-Path-Tiny.spec |   18 +++++++++++-------
 sources             |    2 +-
 2 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec
index 538dce2..acf301e 100644
--- a/perl-Path-Tiny.spec
+++ b/perl-Path-Tiny.spec
@@ -1,6 +1,6 @@
 Name:		perl-Path-Tiny
-Version:	0.031
-Release:	3%{?dist}
+Version:	0.032
+Release:	1%{?dist}
 Summary:	File path utility
 Group:		Development/Libraries
 License:	ASL 2.0
@@ -30,18 +30,17 @@ BuildRequires:	perl(threads)
 BuildRequires:	perl(warnings)
 # Test Suite
 BuildRequires:	perl(blib)
-BuildRequires:	perl(Capture::Tiny)
 BuildRequires:	perl(Config)
-BuildRequires:	perl(Devel::Hide)
 BuildRequires:	perl(File::Basename)
-BuildRequires:	perl(File::pushd)
 BuildRequires:	perl(File::Spec::Functions)
 BuildRequires:	perl(File::Spec::Unix)
+BuildRequires:	perl(File::Temp) >= 0.19
+BuildRequires:	perl(IO::Handle)
+BuildRequires:	perl(IPC::Open3)
+BuildRequires:	perl(lib)
 BuildRequires:	perl(List::Util)
 BuildRequires:	perl(open)
-BuildRequires:	perl(Test::Deep)
 BuildRequires:	perl(Test::FailWarnings)
-BuildRequires:	perl(Test::Fatal)
 BuildRequires:	perl(Test::More) >= 0.96
 # Runtime
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -101,6 +100,11 @@ make test
 %{_mandir}/man3/Path::Tiny.3pm*
 
 %changelog
+* Fri Sep  6 2013 Paul Howarth <paul at city-fan.org> - 0.032-1
+- Update to 0.032
+  - Removed several test dependencies; Path::Tiny now only needs core modules,
+    though some must be upgraded on old Perls
+
 * Tue Sep  3 2013 Paul Howarth <paul at city-fan.org> - 0.031-3
 - BR: perl(Config) for the test suite (#1003660)
 
diff --git a/sources b/sources
index 2e242ac..14cd998 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-520141e371439d4467232f87f2f1681b  Path-Tiny-0.031.tar.gz
+479c8df99831c83c5addb71e9609819d  Path-Tiny-0.032.tar.gz


More information about the scm-commits mailing list