Update to 0.07

- New upstream release 0.07
  - Revert the change in 0.06
- Update patch for building with Test::More < 0.88
epel9
Paul Howarth 11 years ago
parent 60eb23fd03
commit e4f2bfec43

@ -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
+++ t/no-datat.t +++ t/no-datat.t
@@ -1,7 +1,5 @@ @@ -1,7 +1,5 @@

@ -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) %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 Name: perl-Data-Section-Simple
Version: 0.06 Version: 0.07
Release: 1%{?dist} Release: 1%{?dist}
Summary: Read data from __DATA__ Summary: Read data from __DATA__
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: https://github.com/miyagawa/Data-Section-Simple URL: https://github.com/miyagawa/Data-Section-Simple
Source0: http://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/Data-Section-Simple-%{version}.tar.gz 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) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch BuildArch: noarch
# Build # Build
@ -67,6 +67,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/Data::Section::Simple.3pm* %{_mandir}/man3/Data::Section::Simple.3pm*
%changelog %changelog
* Thu Apr 24 2014 Paul Howarth <paul@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@city-fan.org> - 0.06-1 * Sat Apr 12 2014 Paul Howarth <paul@city-fan.org> - 0.06-1
- Update to 0.06 - Update to 0.06
- Fix race condition in a forked environment - Fix race condition in a forked environment

Loading…
Cancel
Save