Hello community,
here is the log from the commit of package perl-DateTime-TimeZone for
openSUSE:Factory checked in at 2017-06-09 15:57:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DateTime-TimeZone (Old)
and /work/SRC/openSUSE:Factory/.perl-DateTime-TimeZone.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DateTime-TimeZone"
Fri Jun 9 15:57:59 2017 rev:46 rq:502478 version:2.13
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-DateTime-TimeZone/perl-DateTime-TimeZone.changes
2016-07-18 21:26:00.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-DateTime-TimeZone.new/perl-DateTime-TimeZone.changes
2017-06-09 15:58:03.226195362 +0200
@@ -1,0 +2,82 @@
+Fri Jun 9 05:27:43 UTC 2017 - [email protected]
+
+- updated to 2.13
+ see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes
+
+ 2.13 2017-06-01
+
+ - Really fix the indexing issue. For reals this time. I'm totally not
+ kidding. Thanks to Grinnz on #metacpan for giving me the solution.
+
+
+ 2.12 2017-06-01
+
+ - Attempting to fix indexing of DateTime::TimeZone::Catalog on metacpan
+ again. No real code or zone changes. Reported by Greg Oscwhald. GH #19.
+
+-------------------------------------------------------------------
+Thu May 25 07:52:44 UTC 2017 - [email protected]
+
+- updated to 2.11
+ see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes
+
+ 2.11 2017-03-22
+
+ - This release is based on version 2017b of the Olson database. This release
+ includes contemporary changes for Haiti.
+
+
+ 2.10 2017-03-01
+
+ - This release is based on version 2017a of the Olson database. This release
+ includes contemporary changes for Mongolia and Chile.
+
+
+ 2.09 2016-11-24
+
+ - This release is based on version 2016j of the Olson database. This release
+ includes contemporary changes for Russia (Europe/Saratov).
+
+
+ 2.08 2016-11-12
+
+ - Switched from RT to the GitHub issue tracker.
+
+
+ 2.07 2016-11-02
+
+ - This release is based on version 2016i of the Olson database. This release
+ includes contemporary changes for Tonga and Antarctica/Casey. There is also
+ a new zone for Northern Cyprus, Asia/Famagusta, which differs from other
+ parts of Cyprus.
+
+
+ 2.06 2016-10-20
+
+ - This release is based on version 2016h of the Olson database. This release
+ includes contemporary changes for Palestine.
+
+
+ 2.05 2016-09-28
+
+ - This release is based on version 2016g of the Olson database. This release
+ includes contemporary changes for Turkey.
+
+
+ 2.04 2016-09-26
+
+ - Automatically add the latest version of DateTime::Time::Local::Win32 as a
+ prereqs on Windows system automatically when building the release.
+
+
+ 2.03 2016-09-17
+
+ - Bump minimum required Perl to 5.8.4 from 5.8.1. This matches DateTime.pm
+ itself.
+
+
+ 2.02 2016-09-16
+
+ - Replaced Params::Validate with Params::ValidationCompiler.
+
+-------------------------------------------------------------------
Old:
----
DateTime-TimeZone-2.01.tar.gz
New:
----
DateTime-TimeZone-2.13.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-DateTime-TimeZone.spec ++++++
--- /var/tmp/diff_new_pack.JTZrXD/_old 2017-06-09 15:58:04.813971262 +0200
+++ /var/tmp/diff_new_pack.JTZrXD/_new 2017-06-09 15:58:04.817970698 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-DateTime-TimeZone
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
Name: perl-DateTime-TimeZone
-Version: 2.01
+Version: 2.13
Release: 0
%define cpan_name DateTime-TimeZone
Summary: Time zone object base class and factory
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/DateTime-TimeZone/
-Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -33,17 +33,23 @@
BuildRequires: perl(Class::Singleton) >= 1.03
BuildRequires: perl(List::Util) >= 1.33
BuildRequires: perl(Module::Runtime)
-BuildRequires: perl(Params::Validate) >= 0.72
+BuildRequires: perl(Params::ValidationCompiler) >= 0.13
+BuildRequires: perl(Specio::Library::Builtins)
+BuildRequires: perl(Specio::Library::String)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Try::Tiny)
+BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(parent)
Requires: perl(Class::Singleton) >= 1.03
Requires: perl(List::Util) >= 1.33
Requires: perl(Module::Runtime)
-Requires: perl(Params::Validate) >= 0.72
+Requires: perl(Params::ValidationCompiler) >= 0.13
+Requires: perl(Specio::Library::Builtins)
+Requires: perl(Specio::Library::String)
Requires: perl(Try::Tiny)
+Requires: perl(namespace::autoclean)
Requires: perl(parent)
%{perl_requires}
@@ -74,6 +80,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING.md LICENSE README.md
+%doc Changes CONTRIBUTING.md README.md
+%license LICENSE
%changelog
++++++ DateTime-TimeZone-2.01.tar.gz -> DateTime-TimeZone-2.13.tar.gz ++++++
++++ 88439 lines of diff (skipped)