Hello community,

here is the log from the commit of package perl-DateTime-Locale for 
openSUSE:Factory checked in at 2017-06-09 15:56:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DateTime-Locale (Old)
 and      /work/SRC/openSUSE:Factory/.perl-DateTime-Locale.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-DateTime-Locale"

Fri Jun  9 15:56:21 2017 rev:26 rq:499941 version:1.160000

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-DateTime-Locale/perl-DateTime-Locale.changes    
    2016-07-01 09:58:50.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-DateTime-Locale.new/perl-DateTime-Locale.changes
   2017-06-09 15:56:26.311874054 +0200
@@ -1,0 +2,68 @@
+Thu May 25 07:52:01 UTC 2017 - co...@suse.com
+
+- updated to 1.16
+   see /usr/share/doc/packages/perl-DateTime-Locale/Changes
+
+  1.16     2017-03-22
+  
+  - Rebuilt all locale data with CLDR 31, released on 2017-03-20.
+  
+  
+  1.15     2017-03-15 (TRIAL RELEASE)
+  
+  - Most data is now stored in a share dir and only loaded as needed. This
+    should reduce the memory usage from just loading DateTime::Locale by about
+    4mb. Based on a PR by sergey. GH #14.
+  
+  
+  1.14     2017-03-05
+  
+  - Codes with just a language and script code were not parsed correctly,
+    leading to bugs in their data, so that they did not report a script_code,
+    nor did their name reflect the script. So for example "bs-Latn" was just
+    "Bosnian" instead of "Bosnian Latin".
+  
+  
+  1.13     2017-03-05
+  
+  - Fixed a regression bug where providing a locale's English name or native
+    name to DateTime::Locale->load no longer worked. Fixed by Sergey. GH #13.
+  
+  
+  1.12     2017-01-29
+  
+  - Rebuilt all locale data with CLDR 30.0.3, released on 2016-12-02.
+  
+  
+  1.11     2016-11-12
+  
+  - Switched from RT to the GitHub issue tracker.
+  
+  
+  1.10     2016-10-22
+  
+  - Don't let warnings from other modules cause t/09version-check.t to
+    fail. Reported by Graham Ollis. RT #118465
+  
+  
+  1.09     2016-10-10
+  
+  - Rebuilt all locale data with CLDR 30, released on 2016-10-05.
+  
+  
+  1.08     2016-09-23
+  
+  - Require namespace::autoclean 0.19+.
+  
+  
+  1.07     2016-09-17
+  
+  - Bump minimum required Perl to 5.8.4 from 5.8.1. This matches DateTime.pm
+    itself.
+  
+  
+  1.06     2016-09-16
+  
+  - Replaced Params::Validate with Params::ValidationCompiler.
+
+-------------------------------------------------------------------

Old:
----
  DateTime-Locale-1.05.tar.gz

New:
----
  DateTime-Locale-1.16.tar.gz

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

Other differences:
------------------
++++++ perl-DateTime-Locale.spec ++++++
--- /var/tmp/diff_new_pack.uzNl3E/_old  2017-06-09 15:56:27.219745914 +0200
+++ /var/tmp/diff_new_pack.uzNl3E/_new  2017-06-09 15:56:27.223745350 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DateTime-Locale
 #
-# 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,31 +17,43 @@
 
 
 Name:           perl-DateTime-Locale
-Version:        1.050000
+Version:        1.160000
 Release:        0
-%define cpan_version 1.05
-Provides:       perl(DateTime::Locale) = 1.050000
+%define cpan_version 1.16
+Provides:       perl(DateTime::Locale) = 1.160000
 %define cpan_name DateTime-Locale
 Summary:        Localization support for DateTime.pm
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/DateTime-Locale/
-Source0:        
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{cpan_version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{cpan_version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(CPAN::Meta::Check) >= 0.011
+BuildRequires:  perl(CPAN::Meta::Requirements)
 BuildRequires:  perl(Dist::CheckConflicts) >= 0.02
+BuildRequires:  perl(File::ShareDir)
+BuildRequires:  perl(File::ShareDir::Install) >= 0.06
 BuildRequires:  perl(List::Util) >= 1.45
-BuildRequires:  perl(Params::Validate)
+BuildRequires:  perl(Params::ValidationCompiler) >= 0.13
+BuildRequires:  perl(Specio::Declare)
+BuildRequires:  perl(Specio::Library::String)
 BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::File::ShareDir::Dist)
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Test::Warnings)
+BuildRequires:  perl(namespace::autoclean) >= 0.19
 Requires:       perl(Dist::CheckConflicts) >= 0.02
+Requires:       perl(File::ShareDir)
 Requires:       perl(List::Util) >= 1.45
-Requires:       perl(Params::Validate)
+Requires:       perl(Params::ValidationCompiler) >= 0.13
+Requires:       perl(Specio::Declare)
+Requires:       perl(Specio::Library::String)
+Requires:       perl(namespace::autoclean) >= 0.19
 %{perl_requires}
 
 %description
@@ -70,6 +82,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING.md LICENSE LICENSE.cldr README.md
+%doc Changes CONTRIBUTING.md README.md
+%license LICENSE LICENSE.cldr
 
 %changelog

++++++ DateTime-Locale-1.05.tar.gz -> DateTime-Locale-1.16.tar.gz ++++++
++++ 475839 lines of diff (skipped)


Reply via email to