[perl-Data-Section-Simple] Update to 0.07

Paul Howarth pghmcfc at fedoraproject.org
Thu Apr 24 08:19:23 UTC 2014


commit e4f2bfec436f93e7371c4914953845ebb1dabb26
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Apr 24 09:18:36 2014 +0100

    Update to 0.07
    
    - New upstream release 0.07
      - Revert the change in 0.06
    - Update patch for building with Test::More < 0.88

 ...> Data-Section-Simple-0.07-old-Test::More.patch |   19 -------------------
 perl-Data-Section-Simple.spec                      |    9 +++++++--
 2 files changed, 7 insertions(+), 21 deletions(-)
---
diff --git a/Data-Section-Simple-0.06-old-Test::More.patch b/Data-Section-Simple-0.07-old-Test::More.patch
similarity index 78%
rename from Data-Section-Simple-0.06-old-Test::More.patch
rename to Data-Section-Simple-0.07-old-Test::More.patch
index b27c74f..079fe1a 100644
--- a/Data-Section-Simple-0.06-old-Test::More.patch
+++ b/Data-Section-Simple-0.07-old-Test::More.patch
@@ -35,25 +35,6 @@
 -
 -
 -
---- t/multi-processes.t
-+++ t/multi-processes.t
-@@ -1,6 +1,6 @@
- use strict;
- use Data::Section::Simple qw(get_data_section);
--use Test::More;
-+use Test::More tests => 1;
- 
- my $expect =<<HTML;
- <html>
-@@ -22,8 +22,6 @@ while (waitpid(-1,0) > 0) {
- 
- ok(!$failed);
- 
--done_testing;
--
- __DATA__
- 
- @@ foo.html
 --- t/no-datat.t
 +++ t/no-datat.t
 @@ -1,7 +1,5 @@
diff --git a/perl-Data-Section-Simple.spec b/perl-Data-Section-Simple.spec
index ec11d2b..b6985e2 100644
--- a/perl-Data-Section-Simple.spec
+++ b/perl-Data-Section-Simple.spec
@@ -2,14 +2,14 @@
 %global old_test_more %(perl -MTest::More -e 'print (($Test::More::VERSION < 0.88) ? 1 : 0);' 2>/dev/null || echo 0)
 
 Name:		perl-Data-Section-Simple
-Version:	0.06
+Version:	0.07
 Release:	1%{?dist}
 Summary:	Read data from __DATA__
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		https://github.com/miyagawa/Data-Section-Simple
 Source0:	http://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/Data-Section-Simple-%{version}.tar.gz
-Patch1:		Data-Section-Simple-0.06-old-Test::More.patch
+Patch1:		Data-Section-Simple-0.07-old-Test::More.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
 # Build
@@ -67,6 +67,11 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Data::Section::Simple.3pm*
 
 %changelog
+* Thu Apr 24 2014 Paul Howarth <paul at city-fan.org> - 0.07-1
+- Update to 0.07
+  - Revert the change in 0.06
+- Update patch for building with Test::More < 0.88
+
 * Sat Apr 12 2014 Paul Howarth <paul at city-fan.org> - 0.06-1
 - Update to 0.06
   - Fix race condition in a forked environment



More information about the perl-devel mailing list