From a6246c6119d6651677760fe70312d80c7472459023cb3a449f6187e441e26e0d Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 26 Jun 2014 08:44:45 +0000 Subject: [PATCH] Accepting request 238738 from home:leonardocf:branches:devel:languages:perl - really remove old old_test_more.patch from package sources OBS-URL: https://build.opensuse.org/request/show/238738 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Implementation?expand=0&rev=10 --- old_test_more.patch | 136 ----------------------------- perl-Module-Implementation.changes | 5 ++ perl-Module-Implementation.spec | 2 +- 3 files changed, 6 insertions(+), 137 deletions(-) delete mode 100644 old_test_more.patch diff --git a/old_test_more.patch b/old_test_more.patch deleted file mode 100644 index 1b27b14..0000000 --- a/old_test_more.patch +++ /dev/null @@ -1,136 +0,0 @@ ---- t/basic.t -+++ t/basic.t -@@ -1,7 +1,7 @@ - use strict; - use warnings; - --use Test::More 0.88; -+use Test::More qw(no_plan); - - { - package T; -@@ -34,4 +34,4 @@ - ); - } - --done_testing(); -+#done_testing(); ---- t/both-fail.t -+++ t/both-fail.t -@@ -1,7 +1,7 @@ - use strict; - use warnings; - --use Test::More 0.88; -+use Test::More qw(no_plan); - use Test::Fatal; - - { -@@ -25,4 +25,4 @@ - ); - } - --done_testing(); -+#done_testing(); ---- t/env-value.t -+++ t/env-value.t -@@ -1,7 +1,7 @@ - use strict; - use warnings; - --use Test::More 0.88; -+use Test::More qw(no_plan); - - { - package T; -@@ -36,4 +36,4 @@ - ); - } - --done_testing(); -+#done_testing(); ---- t/more-symbols.t -+++ t/more-symbols.t -@@ -1,7 +1,7 @@ - use strict; - use warnings; - --use Test::More 0.88; -+use Test::More qw(no_plan); - - { - package T; -@@ -44,4 +44,4 @@ - ); - } - --done_testing(); -+#done_testing(); ---- t/one-impl-fails1.t -+++ t/one-impl-fails1.t -@@ -1,7 +1,7 @@ - use strict; - use warnings; - --use Test::More 0.88; -+use Test::More qw(no_plan); - - { - package T; -@@ -25,4 +25,4 @@ - ok( !T->can('return_package'), 'T package has a return_package sub' ); - } - --done_testing(); -+#done_testing(); ---- t/one-impl-fails2.t -+++ t/one-impl-fails2.t -@@ -1,7 +1,7 @@ - use strict; - use warnings; - --use Test::More 0.88; -+use Test::More qw(no_plan); - - { - package T; -@@ -25,4 +25,4 @@ - ok( !T->can('return_package'), 'T package has a return_package sub' ); - } - --done_testing(); -+#done_testing(); ---- t/requested-fails.t -+++ t/requested-fails.t -@@ -1,7 +1,7 @@ - use strict; - use warnings; - --use Test::More 0.88; -+use Test::More qw(no_plan); - use Test::Fatal; - - { -@@ -27,4 +27,4 @@ - ); - } - --done_testing(); -+#done_testing(); ---- t/taint.t -+++ t/taint.t -@@ -7,7 +7,7 @@ - 'Test::Taint' => '0', - }; - --use Test::More 0.88; -+use Test::More qw(no_plan); - use Test::Fatal; - - taint_checking_ok(); -@@ -43,4 +43,4 @@ - ); - } - --done_testing(); -+#done_testing(); diff --git a/perl-Module-Implementation.changes b/perl-Module-Implementation.changes index 2cc1a62..71c5a71 100644 --- a/perl-Module-Implementation.changes +++ b/perl-Module-Implementation.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 26 06:54:25 UTC 2014 - lchiquitto@suse.com + +- really remove old old_test_more.patch from package sources + ------------------------------------------------------------------- Fri Jul 26 05:28:35 UTC 2013 - coolo@suse.com diff --git a/perl-Module-Implementation.spec b/perl-Module-Implementation.spec index e31358a..9d48fa3 100644 --- a/perl-Module-Implementation.spec +++ b/perl-Module-Implementation.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Implementation # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed