Hello community,

here is the log from the commit of package perl-B-Hooks-EndOfScope for 
openSUSE:Factory checked in at 2012-03-26 15:37:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-B-Hooks-EndOfScope (Old)
 and      /work/SRC/openSUSE:Factory/.perl-B-Hooks-EndOfScope.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-B-Hooks-EndOfScope", Maintainer is ""

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-B-Hooks-EndOfScope/perl-B-Hooks-EndOfScope.changes
  2012-03-06 14:05:49.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-B-Hooks-EndOfScope.new/perl-B-Hooks-EndOfScope.changes
     2012-03-26 15:37:49.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Mar 16 08:15:44 UTC 2012 - [email protected]
+
+- remove old_test_more patch and use sed statement
+  instead (less likely to break with every package update) 
+
+-------------------------------------------------------------------

Old:
----
  old_test_more.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-B-Hooks-EndOfScope.spec ++++++
--- /var/tmp/diff_new_pack.mcTylX/_old  2012-03-26 15:37:50.000000000 +0200
+++ /var/tmp/diff_new_pack.mcTylX/_new  2012-03-26 15:37:50.000000000 +0200
@@ -25,9 +25,6 @@
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/B-Hooks-EndOfScope/
 Source:         
http://www.cpan.org/authors/id/F/FL/FLORA/%{cpan_name}-%{version}.tar.gz
-%if 0%{?suse_version} <= 1110
-Patch0:         old_test_more.patch
-%endif
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -51,7 +48,9 @@
 %{__perl} -p -i -e 's|6.31|6.30|' Makefile.PL
 %endif
 %if 0%{?suse_version} <= 1110
-%patch0
+for i in `find t -type f` ; do
+    sed -i -e "s@^\s*use\s\s*Test::More@use lib '%{perl_vendorlib}';\nuse 
Test::More@" $i
+done
 %endif
 # MANUAL END
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to