Hello community,

here is the log from the commit of package perl-Module-Refresh for 
openSUSE:Factory checked in at 2012-03-09 21:25:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Module-Refresh (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Module-Refresh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Module-Refresh", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Module-Refresh/perl-Module-Refresh.changes  
2011-11-18 15:47:38.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Refresh.new/perl-Module-Refresh.changes 
    2012-03-09 21:25:54.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Feb 29 16:26:17 CET 2012 - [email protected]
+
+- add old_test_more.patch to build against sle11 
+
+-------------------------------------------------------------------

New:
----
  old_test_more.patch

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

Other differences:
------------------
++++++ perl-Module-Refresh.spec ++++++
--- /var/tmp/diff_new_pack.w21Ss0/_old  2012-03-09 21:25:55.000000000 +0100
+++ /var/tmp/diff_new_pack.w21Ss0/_new  2012-03-09 21:25:55.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Refresh
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,16 +16,18 @@
 #
 
 
-
 Name:           perl-Module-Refresh
 Version:        0.17
-Release:        1
-License:        GPL-1.0+ or Artistic-1.0
+Release:        0
 %define cpan_name Module-Refresh
 Summary:        Refresh INC files when updated on disk
-Url:            http://search.cpan.org/dist/Module-Refresh/
+License:        GPL-1.0+ or Artistic-1.0
 Group:          Development/Libraries/Perl
+Url:            http://search.cpan.org/dist/Module-Refresh/
 Source:         
http://www.cpan.org/authors/id/A/AL/ALEXMV/%{cpan_name}-%{version}.tar.gz
+%if 0%{?suse_version} < 1120
+Patch0:         old_test_more.patch
+%endif
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -53,6 +55,10 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%if 0%{?suse_version} < 1120
+%patch0
+rm -f t/clear_symtable.t
+%endif
 find . -type f -print0 | xargs -0 chmod 644
 
 %build

++++++ old_test_more.patch ++++++
--- t/clear_symtable.t
+++ t/clear_symtable.t
@@ -1,7 +1,7 @@
 #!/usr/bin/env perl
 use strict;
 use warnings;
-use Test::More;
+use Test::More qw(no_plan);
 
 use Module::Refresh;
 
@@ -37,7 +37,7 @@
 can_ok('Foo', 'baz');
 ok(!Foo->can('bar'), "!Foo->can('bar')");
 
-done_testing;
+#done_testing;
 __END__
 ok 1 - Foo->can('bar')
 ok 2 - !Foo->can('baz')
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to