From a4c62a52c047d2b09946f58cc794be1db0aa5702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com> Date: Mon, 24 Apr 2017 12:27:34 +0200 Subject: 1.16 bump
--- .gitignore | 1 + ...Dir-1.15-Fix-Test-Dir-VERSION-declaration.patch | 38 ---------------------- perl-Test-Dir.spec | 10 +++--- sources | 2 +- 4 files changed, 7 insertions(+), 44 deletions(-) delete mode 100644 Test-Dir-1.15-Fix-Test-Dir-VERSION-declaration.patch diff --git a/.gitignore b/.gitignore index 190bc1d..689d571 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /Test-Dir-1.014.tar.gz /Test-Dir-1.15.tar.gz +/Test-Dir-1.16.tar.gz diff --git a/Test-Dir-1.15-Fix-Test-Dir-VERSION-declaration.patch b/Test-Dir-1.15-Fix-Test-Dir-VERSION-declaration.patch deleted file mode 100644 index dcf182c..0000000 --- a/Test-Dir-1.15-Fix-Test-Dir-VERSION-declaration.patch +++ /dev/null @@ -1,38 +0,0 @@ -From ab9ccb5a7669ee4da016626c8b7854db5c5b8095 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com> -Date: Fri, 7 Apr 2017 13:55:20 +0200 -Subject: [PATCH] Fix $Test::Dir::VERSION declaration -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -"my" variables are not visible from importing code: - -$ perl -Ilib -e 'use Test::Dir 1.006;' -Test::Dir does not define $Test::Dir::VERSION--version check failed at -e line 1. - -This patch fixes it. - -CPAN RT#121007 - -Signed-off-by: Petr Písař <ppi...@redhat.com> ---- - lib/Test/Dir.pm | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/lib/Test/Dir.pm b/lib/Test/Dir.pm -index 3970840..e7cc8cd 100644 ---- a/lib/Test/Dir.pm -+++ b/lib/Test/Dir.pm -@@ -4,7 +4,7 @@ package Test::Dir; - use strict; - use warnings; - --my -+our - $VERSION = 1.15; - - use base qw( Exporter Test::Dir::Base ); --- -2.7.4 - diff --git a/perl-Test-Dir.spec b/perl-Test-Dir.spec index cd6980c..2eb591f 100644 --- a/perl-Test-Dir.spec +++ b/perl-Test-Dir.spec @@ -1,12 +1,10 @@ Name: perl-Test-Dir -Version: 1.15 -Release: 2%{?dist} +Version: 1.16 +Release: 1%{?dist} Summary: Some simple tests on directories and folders License: GPL+ or Artistic URL: http://search.cpan.org/dist/Test-Dir/ Source0: http://www.cpan.org/authors/id/M/MT/MTHURN/Test-Dir-%{version}.tar.gz -# Fix Test::Dir::VERSION declaration, CPAN RT#121007 -Patch0: Test-Dir-1.15-Fix-Test-Dir-VERSION-declaration.patch BuildArch: noarch BuildRequires: coreutils BuildRequires: make @@ -35,7 +33,6 @@ attributes. Use it in combination with Test::More in your test programs. %prep %setup -q -n Test-Dir-%{version} -%patch0 -p1 rm -r inc sed -i -e '/^inc\// d' MANIFEST @@ -56,6 +53,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Apr 24 2017 Petr Pisar <ppi...@redhat.com> - 1.16-1 +- 1.16 bump + * Fri Apr 07 2017 Petr Pisar <ppi...@redhat.com> - 1.15-2 - Fix Test::Dir::VERSION declaration (CPAN RT#121007) diff --git a/sources b/sources index dc88e79..7704aa5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Test-Dir-1.15.tar.gz) = cfd2b0644fc92f0cb6510a5f4d2ad470ee5c589b22a4262b3a62ed12e7524444b5c949746033930b40a921b21f39cb55f0d76a2b46c22a0b2ad64996495e1212 +SHA512 (Test-Dir-1.16.tar.gz) = d0f22091e834ffc1111f9a56ecbd38c95c2e593ab680cf342744b8344c0c4dfd1bcbfe1ba753b23b420b089aa855c1b2b4a183fd8458c95a9cc6506123ec0a23 -- cgit v1.1 https://src.fedoraproject.org/cgit/perl-Test-Dir.git/commit/?h=f24&id=a4c62a52c047d2b09946f58cc794be1db0aa5702 _______________________________________________ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org