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