Accepting request 205488 from devel:languages:perl

- updated to 1.62
 - This release is based on version 2013f of the Olson database. This release
   includes contemporary changes for Tocantins, Jordan, and Palestine.
 - This release is based on version 2013e of the Olson database. This release
   includes contemporary changes for Fiji, Indonesia and San Luis,
   Argentina. It also includes a number of historical changes. See
   http://mm.icann.org/pipermail/tz-announce/2013-September/000013.html for
   more details.
- remove outdated old_test_more.patch

OBS-URL: https://build.opensuse.org/request/show/205488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-TimeZone?expand=0&rev=26
This commit is contained in:
Stephan Kulow 2013-11-04 11:46:28 +00:00 committed by Git OBS Bridge
commit 2ef88c1b6e
5 changed files with 17 additions and 60 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:888e3e038159216f78b3f19fff6c37aea1943470fa42f18a21fa924e0df083d6
size 865213

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ae1b848f6ca6f3456089d07a1905be747776570d02309f1d7f6f122dbc08f28
size 854453

View File

@ -1,51 +0,0 @@
--- 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();

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Oct 4 09:15:02 UTC 2013 - coolo@suse.com
- updated to 1.62
- This release is based on version 2013f of the Olson database. This release
includes contemporary changes for Tocantins, Jordan, and Palestine.
- This release is based on version 2013e of the Olson database. This release
includes contemporary changes for Fiji, Indonesia and San Luis,
Argentina. It also includes a number of historical changes. See
http://mm.icann.org/pipermail/tz-announce/2013-September/000013.html for
more details.
- remove outdated old_test_more.patch
-------------------------------------------------------------------
Tue Jul 16 12:11:38 UTC 2013 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-DateTime-TimeZone
Version: 1.60
Version: 1.62
Release: 0
%define cpan_name DateTime-TimeZone
Summary: Time zone object base class and factory
@ -25,8 +25,6 @@ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/DateTime-TimeZone/
Source: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
# MANUAL
Patch0: old_test_more.patch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@ -70,9 +68,6 @@ not need to directly use 'DateTime::TimeZone' methods.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%if 0%{?suse_version} < 1120
%patch0
%endif
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor