Hello community,

here is the log from the commit of package perl-B-Hooks-EndOfScope for 
openSUSE:Factory checked in at 2012-03-06 14:05:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-02-28 14:14:29.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-B-Hooks-EndOfScope.new/perl-B-Hooks-EndOfScope.changes
     2012-03-06 14:05:49.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Feb 29 18:13:24 CET 2012 - r...@suse.de
+
+- add old_test_more patch to fix build on sle11 
+
+-------------------------------------------------------------------

New:
----
  old_test_more.patch

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

Other differences:
------------------
++++++ perl-B-Hooks-EndOfScope.spec ++++++
--- /var/tmp/diff_new_pack.0YHoLQ/_old  2012-03-06 14:05:49.000000000 +0100
+++ /var/tmp/diff_new_pack.0YHoLQ/_new  2012-03-06 14:05:49.000000000 +0100
@@ -25,6 +25,9 @@
 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
@@ -47,6 +50,9 @@
 %if 0%{?sles_version} == 10
 %{__perl} -p -i -e 's|6.31|6.30|' Makefile.PL
 %endif
+%if 0%{?suse_version} <= 1110
+%patch0
+%endif
 # MANUAL END
 
 %build

++++++ old_test_more.patch ++++++
--- Makefile.PL
+++ Makefile.PL
@@ -12,7 +12,7 @@
   "ABSTRACT" => "Execute code after a scope finished compilation",
   "AUTHOR" => "Florian Ragwitz <rafl\@debian.org>",
   "BUILD_REQUIRES" => {
-    "Test::More" => "0.89"
+    "Test::More" => "0.01"
   },
   "CONFIGURE_REQUIRES" => {
     "ExtUtils::MakeMaker" => "6.30"
--- t/localise.t
+++ t/localise.t
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More 0.89;
+use Test::More qw(no_plan);
 
 use B::Hooks::EndOfScope;
 
@@ -47,4 +47,4 @@
     BEGIN { ok($fired) }
 }
 
-done_testing;
+#done_testing;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to