[perl-Test-Output] Update to 1.03

Paul Howarth pghmcfc at fedoraproject.org
Mon Jan 6 15:49:47 UTC 2014


commit 700013512df35489c37652c208eb9d1f6710c4ec
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Jan 6 15:48:46 2014 +0000

    Update to 1.03
    
    - New upstream release 1.03
      - Get rid of MYMETA
    - Upstream dropped TODO

 perl-Test-Output.spec |   13 ++++++++-----
 sources               |    2 +-
 2 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/perl-Test-Output.spec b/perl-Test-Output.spec
index 01612ea..b33eaaf 100644
--- a/perl-Test-Output.spec
+++ b/perl-Test-Output.spec
@@ -1,5 +1,5 @@
 Name:           perl-Test-Output
-Version:        1.02
+Version:        1.03
 Release:        1%{?dist}
 Summary:        Utilities to test STDOUT and STDERR messages
 License:        GPL+ or Artistic
@@ -33,20 +33,23 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT
 
 %check
 make test
 
 %files
-%doc Changes LICENSE README TODO
+%doc Changes LICENSE README
 %{perl_vendorlib}/Test/
 %{_mandir}/man3/Test::Output.3pm*
 
 %changelog
+* Mon Jan  6 2014 Paul Howarth <paul at city-fan.org> - 1.03-1
+- Update to 1.03
+  - Get rid of MYMETA
+- Upstream dropped TODO
+
 * 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
diff --git a/sources b/sources
index e6cfc2e..2b7aea1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d80890160737cdf4c3241d48428d33ab  Test-Output-1.02.tar.gz
+903485edb382f5a18a5029978d1febf6  Test-Output-1.03.tar.gz



More information about the perl-devel mailing list