Accepting request 499932 from devel:languages:perl:autoupdate
- 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 OBS-URL: https://build.opensuse.org/request/show/499932 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-TimeZone?expand=0&rev=87
This commit is contained in:
parent
3f12ff5a37
commit
7e28ecc0a6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f673c8156fa42b2030aae46fd7e4c117f229da99dfbc7c57ef9eadd5eaa69e1
|
||||
size 929462
|
3
DateTime-TimeZone-2.11.tar.gz
Normal file
3
DateTime-TimeZone-2.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7c0b2581d2bf6d5cc535364099a67678a9f6ee608e5042dff9ef9c4c577ea6b
|
||||
size 954800
|
@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -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.11
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user