[perl-Test-Output] Update to 1.02

Paul Howarth pghmcfc at fedoraproject.org
Tue Oct 22 17:31:22 UTC 2013


commit 838477b345ea068cee10f1019ca984d95422f11c
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Oct 22 18:31:00 2013 +0100

    Update to 1.02
    
    - New upstream release 1.02
      - Re-do everything with Capture::Tiny rather than ties
    - Make %files list more explicit

 .gitignore            |    4 +---
 perl-Test-Output.spec |   14 ++++++++++----
 sources               |    2 +-
 3 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bcf27fa..edc694c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-Test-Output-0.12.tar.gz
-/Test-Output-0.16.tar.gz
-/Test-Output-1.01.tar.gz
+/Test-Output-[0-9.]*.tar.gz
diff --git a/perl-Test-Output.spec b/perl-Test-Output.spec
index 6bfb576..01612ea 100644
--- a/perl-Test-Output.spec
+++ b/perl-Test-Output.spec
@@ -1,12 +1,13 @@
 Name:           perl-Test-Output
-Version:        1.01
-Release:        9%{?dist}
+Version:        1.02
+Release:        1%{?dist}
 Summary:        Utilities to test STDOUT and STDERR messages
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-Output/
 Source0:        http://www.cpan.org/authors/id/B/BD/BDFOY/Test-Output-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl(Capture::Tiny) >= 0.17
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Temp) >= 0.17
@@ -42,10 +43,15 @@ make test
 
 %files
 %doc Changes LICENSE README TODO
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/Test/
+%{_mandir}/man3/Test::Output.3pm*
 
 %changelog
+* Tue Oct 22 2013 Paul Howarth <paul at city-fan.org> - 1.02-1
+- Update to 1.02
+  - Re-do everything with Capture::Tiny rather than ties
+- Make %%files list more explicit
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.01-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 858cf0a..e6cfc2e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bea1fe88e8725a5b3f7b66e69fc83dd2  Test-Output-1.01.tar.gz
+d80890160737cdf4c3241d48428d33ab  Test-Output-1.02.tar.gz



More information about the perl-devel mailing list