From 127fdae3578d492ee0bab1a86af54adb550d85df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 21 Mar 2013 12:45:08 +0100 Subject: [PATCH] 1.05 bump --- .gitignore | 1 + Test-Inter-1.04-Do-not-install-examples.patch | 31 ------------------- perl-Test-Inter.spec | 8 ++--- sources | 2 +- 4 files changed, 6 insertions(+), 36 deletions(-) delete mode 100644 Test-Inter-1.04-Do-not-install-examples.patch diff --git a/.gitignore b/.gitignore index 7939e28..b65b7e6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /Test-Inter-1.02.tar.gz /Test-Inter-1.03.tar.gz /Test-Inter-1.04.tar.gz +/Test-Inter-1.05.tar.gz diff --git a/Test-Inter-1.04-Do-not-install-examples.patch b/Test-Inter-1.04-Do-not-install-examples.patch deleted file mode 100644 index 096662e..0000000 --- a/Test-Inter-1.04-Do-not-install-examples.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 50a4e166c68c5cea4aad1216ae94086c2b9b6219 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= -Date: Wed, 20 Mar 2013 13:40:19 +0100 -Subject: [PATCH] Do not install examples - -. ---- - Build.PL | 7 ------- - 1 file changed, 7 deletions(-) - -diff --git a/Build.PL b/Build.PL -index c602291..4b3d49c 100644 ---- a/Build.PL -+++ b/Build.PL -@@ -25,13 +25,6 @@ my $build = $class->new( - requires => \%requires, - build_requires => \%build_mods, - sign => 1, -- script_files => [ -- 'examples/is', -- 'examples/ok', -- 'examples/use_ok', -- 'examples/plan', -- 'examples/tests', -- ], - ); - - $build->create_build_script; --- -1.8.1.4 - diff --git a/perl-Test-Inter.spec b/perl-Test-Inter.spec index b34bf0e..1c53f9e 100644 --- a/perl-Test-Inter.spec +++ b/perl-Test-Inter.spec @@ -1,13 +1,11 @@ Name: perl-Test-Inter -Version: 1.04 +Version: 1.05 Release: 1%{?dist} Summary: Framework for more readable interactive test scripts License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Inter/ Source0: http://www.cpan.org/authors/id/S/SB/SBECK/Test-Inter-%{version}.tar.gz -# Do not install examples into PATH, CPAN RT#84091 -Patch0: Test-Inter-1.04-Do-not-install-examples.patch BuildArch: noarch BuildRequires: perl BuildRequires: perl(Module::Build) @@ -28,7 +26,6 @@ replacement. %prep %setup -q -n Test-Inter-%{version} -%patch0 -p1 chmod -x examples/* %build @@ -48,6 +45,9 @@ perl Build.PL installdirs=vendor %{_mandir}/man3/* %changelog +* Thu Mar 21 2013 Petr Pisar - 1.05-1 +- 1.05 bump + * Wed Mar 20 2013 Petr Pisar - 1.04-1 - 1.04 bump diff --git a/sources b/sources index abfedba..db58fba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -848b478e31d02e35eacf694479192433 Test-Inter-1.04.tar.gz +5c021ced9a642f9bb28aa0b8ac6f50a1 Test-Inter-1.05.tar.gz