[Lsb-messages] /var/www/bzr/lsb/4.1/perl-test r101: Fix ../lib/ExtUtils/t/Liblist for newer versions (bug 3735)

Stew Benedict stewb at linux-foundation.org
Thu Feb 7 16:38:48 UTC 2013


------------------------------------------------------------
revno: 101
committer: Stew Benedict <stewb at linux-foundation.org>
branch nick: perl-test
timestamp: Thu 2013-02-07 11:38:48 -0500
message:
  Fix ../lib/ExtUtils/t/Liblist for newer versions (bug 3735)
added:
  scripts/package/perl-test-bug-3735.patch
modified:
  scripts/package/Makefile
  scripts/package/lsb-test-perl.spec.sed
-------------- next part --------------
=== modified file 'scripts/package/Makefile'
--- a/scripts/package/Makefile	2013-01-28 15:29:41 +0000
+++ b/scripts/package/Makefile	2013-02-07 16:38:48 +0000
@@ -1,7 +1,7 @@
 # XXX We should play the usual tricks defining stuff here and building
 # XXX a specfile from this info, but not yet: for now keep in sync
 PACKAGE=lsb-test-perl
-VERSION=4.1.7
+VERSION=4.1.8
 RELEASE=1
 PERLVER8=5.8.8
 PERLVER10=5.10.0

=== modified file 'scripts/package/lsb-test-perl.spec.sed'
--- a/scripts/package/lsb-test-perl.spec.sed	2013-01-28 16:42:01 +0000
+++ b/scripts/package/lsb-test-perl.spec.sed	2013-02-07 16:38:48 +0000
@@ -55,6 +55,7 @@
 Patch34: perl-test-bug-3554.patch
 Patch35: perl-test-bug-3590.patch
 Patch36: perl-test-bug-3660.patch
+Patch37: perl-test-bug-3735.patch
 
 URL: http://bzr.linuxfoundation.org/loggerhead/lsb/devel/perl-test/files
 BuildRoot: %{_tmppath}/%{name}-root
@@ -92,6 +93,7 @@
 %patch32 -p0 -b .3450
 %patch33 -p0 -b .3466
 %patch36 -p0 -b .3660
+%patch37 -p0 -b .3735
 cd ..
 %patch17 -p1 -b .2845
 %patch18 -p1 -b .2848
@@ -740,7 +742,7 @@
 done
 
 # clean up the patch backup files
-for extension in system-perl tet-output tet-output10 set-euid 1888 2114 2147 2507 2605 2613 1889 2644 2705 2820 2840 2845 2848 2953 3043 3066 3128 3148 3152 5.8.9 3154 3161 3113 3249 3266 3424 3450 3466 3554 3590 3660;do
+for extension in system-perl tet-output tet-output10 set-euid 1888 2114 2147 2507 2605 2613 1889 2644 2705 2820 2840 2845 2848 2953 3043 3066 3128 3148 3152 5.8.9 3154 3161 3113 3249 3266 3424 3450 3466 3554 3590 3660 3735;do
   find . -name "*.$extension" | xargs rm -f
 done
 popd
@@ -818,6 +820,9 @@
 
 #==================================================
 %changelog
+* Thu Feb 07 2013 Stew Benedict <stewb at linux-foundation.org>
+- fix ../lib/ExtUtils/t/Liblist for newer versions (bug 3735, P37)
+
 * Mon Jan 28 2013 Stew Benedict <stewb at linux-foundation.org>
 - drop lib/Getopt/Long/t/gol-compat.t (bug 3664)
 

=== added file 'scripts/package/perl-test-bug-3735.patch'
--- a/scripts/package/perl-test-bug-3735.patch	1970-01-01 00:00:00 +0000
+++ b/scripts/package/perl-test-bug-3735.patch	2013-02-07 16:38:48 +0000
@@ -0,0 +1,10 @@
+diff -up ./lib/ExtUtils/t/Liblist.t.3735 ./lib/ExtUtils/t/Liblist.t
+--- ./lib/ExtUtils/t/Liblist.t.3735	2013-02-07 11:30:25.195003288 -0500
++++ ./lib/ExtUtils/t/Liblist.t	2013-02-07 11:30:46.045003296 -0500
+@@ -32,5 +32,5 @@ ok( defined &ExtUtils::Liblist::ext,
+     unlike( $out[2], qr/-ln0tt43r3_perl/, 'bogus library not added' );
+     ok( @warn, 'had warning');
+ 
+-    is( grep(/\QNote (probably harmless): No library found for \E(-l)?n0tt43r3_perl/, map { @$_ } @warn), 1 ) || diag join "\n", @warn;
++    is( grep(/\Qly harmless): No library found for \E(-l)?n0tt43r3_perl/, map { @$_ } @warn), 1 ) || diag join "\n", @warn;
+ }



More information about the lsb-messages mailing list