Hello community,

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

Package is "perl-DateTime-TimeZone", Maintainer is "[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-DateTime-TimeZone/perl-DateTime-TimeZone.changes
    2011-11-18 15:47:18.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-DateTime-TimeZone.new/perl-DateTime-TimeZone.changes
       2012-03-09 21:25:29.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Feb 29 17:05:24 CET 2012 - [email protected]
+
+- patch to build with old Test::More for sle11 
+
+-------------------------------------------------------------------

New:
----
  old_test_more.patch

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

Other differences:
------------------
++++++ perl-DateTime-TimeZone.spec ++++++
--- /var/tmp/diff_new_pack.FB9Avy/_old  2012-03-09 21:25:31.000000000 +0100
+++ /var/tmp/diff_new_pack.FB9Avy/_new  2012-03-09 21:25:31.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DateTime-TimeZone
 #
-# 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-DateTime-TimeZone
 Version:        1.42
-Release:        1
-License:        GPL-1.0+ or Artistic-1.0
+Release:        0
 %define cpan_name DateTime-TimeZone
 Summary:        Time zone object base class and factory
-Url:            http://search.cpan.org/dist/DateTime-TimeZone/
+License:        GPL-1.0+ or Artistic-1.0
 Group:          Development/Libraries/Perl
+Url:            http://search.cpan.org/dist/DateTime-TimeZone/
 Source:         
http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/%{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,9 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%if 0%{?suse_version} < 1120
+%patch0
+%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++++++ old_test_more.patch ++++++
--- t/05offset.t
+++ t/05offset.t
@@ -3,7 +3,7 @@
 
 use DateTime::TimeZone;
 
-use Test::More;
+use Test::More qw(no_plan);
 
 is(
     DateTime::TimeZone::offset_as_string(0), "+0000",
@@ -122,4 +122,4 @@
     );
 }
 
-done_testing();
+#done_testing();
--- t/15catalog.t
+++ t/15catalog.t
@@ -2,7 +2,7 @@
 use warnings;
 
 use File::Spec;
-use Test::More;
+use Test::More qw(no_plan);
 
 use DateTime::TimeZone;
 
@@ -117,4 +117,4 @@
     );
 }
 
-done_testing();
+#done_testing();
--- t/20local-subclass.t
+++ t/20local-subclass.t
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More;
+use Test::More qw(no_plan);
 
 {
 
@@ -24,4 +24,4 @@
 isa_ok( $tz, 'DateTime::TimeZone' );
 is( $tz->name(), '+2520', 'os42 returns expected time zone' );
 
-done_testing();
+#done_testing();
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to