Hello community,

here is the log from the commit of package perl-DateTime-TimeZone for 
openSUSE:Factory checked in at 2015-02-08 13:04:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DateTime-TimeZone (Old)
 and      /work/SRC/openSUSE:Factory/.perl-DateTime-TimeZone.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-DateTime-TimeZone"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-DateTime-TimeZone/perl-DateTime-TimeZone.changes
    2014-09-17 17:25:57.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-DateTime-TimeZone.new/perl-DateTime-TimeZone.changes
       2015-02-08 13:04:25.000000000 +0100
@@ -1,0 +2,66 @@
+Fri Feb  6 13:13:36 UTC 2015 - [email protected]
+
+- updated to 1.85
+ - This release is based on version 2015a of the Olson database. This release
+   includes contemporary changes for Quintana Roo and Chile.
+ 
+ 
+ 1.84    2015-01-17
+ 
+ - Removed the per-OS prereqs on DateTime::TimeZone::HPUX and
+   DateTime::TimeZone::Local::Win32. This gets rid of circular dependencies
+   between those distros and this one. RT #101588, 101589 and 68231.
+ 
+ 
+ 1.83    2014-12-24
+ 
+ - The last release did not include any of the generated zone files. Oops.
+ 
+ - Attempting to fix indexing of DateTime::TimeZone::Catalog on metacpan. No
+   real code or zone changes.
+ 
+ 
+ 1.82    2014-12-24
+ 
+ - Various changes to get tests passing and tools code working with blead. This
+   includes fixing some "Redundant argument in sprintf" warnings that could
+   occur in the DateTime test suite. Reported by Slaven Rezic. RT #10116.
+ 
+ 
+ 1.81    2014-11-21
+ 
+ - Removed tests for Win32 code.
+ 
+ 
+ 1.80    2014-11-16
+ 
+ - This distro no longer ships the DateTime::TimeZone::Local::Win32
+   module. Instead, it depends on that module when you install
+   DateTime::TimeZone on a Windows system machine.
+ 
+ - Tweaked the warning when loading a zone class from disk that was generated
+   using a different Olson version than the current DateTime::TimeZone
+   module. Previously, it said the loaded version was older, but all we know is
+   that it's different. Reported by Karen Etheridge. RT #66097.
+ 
+ 
+ 1.79    2014-11-11
+ 
+ - This release is based on version 2014j of the Olson database. This release
+   only contemporary changes for Turks & Caicos.
+ 
+ 
+ 1.78    2014-11-05
+ 
+ - Fix warnings from Perl 5.8.8 and before. Apparently it doesn't like when
+   $SIG{__DIE__} is set to undef. Patch by Peter Rabbitson. GitHub PR #88.
+ 
+ 
+ 1.77    2014-11-04
+ 
+ - Updated the mapping of Windows -> IANA time zones. Patch by David
+   Pinkowitz. RT #10025.
+ 
+ - Replaced Class::Load with Module::Runtime, and replaced eval with Try::Tiny.
+
+-------------------------------------------------------------------

Old:
----
  DateTime-TimeZone-1.74.tar.gz

New:
----
  DateTime-TimeZone-1.85.tar.gz

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

Other differences:
------------------
++++++ perl-DateTime-TimeZone.spec ++++++
--- /var/tmp/diff_new_pack.D9yiWx/_old  2015-02-08 13:04:26.000000000 +0100
+++ /var/tmp/diff_new_pack.D9yiWx/_new  2015-02-08 13:04:26.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DateTime-TimeZone
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,7 +17,7 @@
 
 
 Name:           perl-DateTime-TimeZone
-Version:        1.74
+Version:        1.85
 Release:        0
 %define cpan_name DateTime-TimeZone
 Summary:        Time zone object base class and factory
@@ -29,30 +29,31 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Class::Load)
 BuildRequires:  perl(Class::Singleton) >= 1.03
 BuildRequires:  perl(List::AllUtils)
+BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Params::Validate) >= 0.72
-BuildRequires:  perl(Test::Fatal)
-BuildRequires:  perl(Test::More) >= 0.88
-BuildRequires:  perl(Test::Output)
-BuildRequires:  perl(Test::Requires)
+BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(parent)
-Requires:       perl(Class::Load)
 Requires:       perl(Class::Singleton) >= 1.03
 Requires:       perl(List::AllUtils)
+Requires:       perl(Module::Runtime)
 Requires:       perl(Params::Validate) >= 0.72
+Requires:       perl(Try::Tiny)
 Requires:       perl(parent)
 %{perl_requires}
+# MANUAL
+BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::Requires)
 
 %description
 This class is the base class for all time zone objects. A time zone is
 represented internally as a set of observances, each of which describes the
 offset from GMT for a given time period.
 
-Note that without the 'DateTime.pm' module, this module does not do much.
-It's primary interface is through a 'DateTime' object, and most users will
-not need to directly use 'DateTime::TimeZone' methods.
+Note that without the the DateTime manpage module, this module does not do
+much. It's primary interface is through a the DateTime manpage object, and
+most users will not need to directly use 'DateTime::TimeZone' methods.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -72,6 +73,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README.md
+%doc Changes cpanfile LICENSE README.md tidyall.ini weaver.ini
 
 %changelog

++++++ DateTime-TimeZone-1.74.tar.gz -> DateTime-TimeZone-1.85.tar.gz ++++++
++++ 32771 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to