Stephan Kulow 2014-09-15 15:34:24 +00:00 committed by Git OBS Bridge
parent 3d3b80e1d3
commit a053a5bf96
4 changed files with 46 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5148a516fcb472dd38c81bb1683e0d74ba3ea6b031c096195a5c5efd3f119cf5
size 870734

View File

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

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Mon Sep 15 15:33:40 UTC 2014 - coolo@suse.com
- updated to 1.74
- This release is based on version 2014g of the Olson database. This release
includes contemporary changes for Turks & Caicos.
- Fixed a bug when trying to get the local timezone by looking at
/etc/sysconfig/clock. Patch by Alexey Molchanov. GitHub PR #2.
1.73 2014-08-06
- This release is based on version 2014f of the Olson database. This release
includes contemporary changes for Russia and Australia.
1.72 2014-08-03
- Added support for getting the local time zone on Android. Patch from Brian
Fraser. RT #97711.
- The primary repo for this distro is now on GitHub.
1.71 2014-06-21
- This release is based on version 2014e of the Olson database. This release
includes contemporary changes for Egypt and Morocco.
1.70 2014-06-01
- Unset $ENV{TZ} in the t/04local.t test to avoid interference from
the system. Reported by Mark Gardner. RT #96083.
- This release is based on version 2014d of the IANA database, but there are
no data changes from 2014c.
-------------------------------------------------------------------
Thu May 29 10:42:31 UTC 2014 - stephan.barth@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-DateTime-TimeZone
Version: 1.69
Version: 1.74
Release: 0
%define cpan_name DateTime-TimeZone
Summary: Time zone object base class and factory
@ -31,6 +31,7 @@ BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Class::Load)
BuildRequires: perl(Class::Singleton) >= 1.03
BuildRequires: perl(List::AllUtils)
BuildRequires: perl(Params::Validate) >= 0.72
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.88
@ -39,6 +40,7 @@ BuildRequires: perl(Test::Requires)
BuildRequires: perl(parent)
Requires: perl(Class::Load)
Requires: perl(Class::Singleton) >= 1.03
Requires: perl(List::AllUtils)
Requires: perl(Params::Validate) >= 0.72
Requires: perl(parent)
%{perl_requires}
@ -70,6 +72,6 @@ find . -type f -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README
%doc Changes LICENSE README.md
%changelog