Accepting request 502478 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/502478
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-TimeZone?expand=0&rev=46
This commit is contained in:
Dominique Leuenberger 2017-06-09 13:57:59 +00:00 committed by Git OBS Bridge
commit 35e3896aaa
4 changed files with 98 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,85 @@
-------------------------------------------------------------------
Fri Jun 9 05:27:43 UTC 2017 - coolo@suse.com
- 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 - coolo@suse.com
- 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.
-------------------------------------------------------------------
Mon Jul 18 05:13:47 UTC 2016 - coolo@suse.com

View File

@ -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-macros
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 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING.md LICENSE README.md
%doc Changes CONTRIBUTING.md README.md
%license LICENSE
%changelog