From cb85ccf38d7afe85821bb593c7fa69c508306a97 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Thu, 14 May 2015 08:29:15 +0200 Subject: [PATCH] 1.49 bump --- .gitignore | 1 + ...-statement-in-README-to-Same-as-Perl.patch | 32 ------------------- perl-Test-Pod.spec | 11 +++---- sources | 2 +- 4 files changed, 7 insertions(+), 39 deletions(-) delete mode 100644 Test-Pod-1.48-Change-license-statement-in-README-to-Same-as-Perl.patch diff --git a/.gitignore b/.gitignore index 8c87b0c..3738b53 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ Test-Pod-1.44.tar.gz /Test-Pod-1.45.tar.gz /Test-Pod-1.46.tar.gz /Test-Pod-1.48.tar.gz +/Test-Pod-1.49.tar.gz diff --git a/Test-Pod-1.48-Change-license-statement-in-README-to-Same-as-Perl.patch b/Test-Pod-1.48-Change-license-statement-in-README-to-Same-as-Perl.patch deleted file mode 100644 index 0a2a240..0000000 --- a/Test-Pod-1.48-Change-license-statement-in-README-to-Same-as-Perl.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 5c3dbcc71a5eb9b91ea5cce972d3e38e3b4ca194 Mon Sep 17 00:00:00 2001 -From: "David E. Wheeler" -Date: Wed, 12 Feb 2014 16:52:24 -0800 -Subject: [PATCH] Change license statement in README to "Same as Perl". -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -To bring it in line with the license listed in `META.yml` and in `Pod.pm`, -thus finishing the other half of the change started in ca28cade. - -Thanks to @ppisar for the report (closes #5). - -Signed-off-by: Petr Písař - -Petr Pisar: Ported to 1.48. - -diff --git a/README b/README -index b04cf78..23013bd 100644 ---- a/README -+++ b/README -@@ -28,5 +28,5 @@ Copyright and Licence - - Copyright 2006-2010, Andy Lester. Some Rights Reserved. - --You may use, modify, and distribute this package under the terms as the --Artistic License v2.0 or GNU Public License v2.0. -+This module is free software; you can redistribute it and/or modify it under -+the same terms as Perl itself. --- -1.8.5.3 - diff --git a/perl-Test-Pod.spec b/perl-Test-Pod.spec index a65def3..e9a99d6 100644 --- a/perl-Test-Pod.spec +++ b/perl-Test-Pod.spec @@ -1,14 +1,11 @@ Name: perl-Test-Pod -Version: 1.48 -Release: 7%{?dist} +Version: 1.49 +Release: 1%{?dist} Summary: Test POD files for correctness Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Test-Pod/ Source0: http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/Test-Pod-%{version}.tar.gz -# Fix license declaration, bug #1064447, -# https://github.com/theory/test-pod/issues/5 -Patch0: Test-Pod-1.48-Change-license-statement-in-README-to-Same-as-Perl.patch BuildArch: noarch BuildRequires: perl BuildRequires: perl(File::Find) @@ -33,7 +30,6 @@ the heavy lifting. %prep %setup -q -n Test-Pod-%{version} -%patch0 -p1 %build perl Build.PL installdirs=vendor @@ -52,6 +48,9 @@ LC_ALL=C ./Build test %{_mandir}/man3/Test::Pod.3pm* %changelog +* Thu May 14 2015 Jitka Plesnikova - 1.49-1 +- 1.49 bump + * Wed Aug 27 2014 Jitka Plesnikova - 1.48-7 - Perl 5.20 rebuild diff --git a/sources b/sources index bc79302..80ef83d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c6bfd00ccdcb417d68fb3c0a0ec884c8 Test-Pod-1.48.tar.gz +8f678832f2e255887475de15bbb9787e Test-Pod-1.49.tar.gz