Accepting request 662044 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/662044
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-TimeZone?expand=0&rev=102
This commit is contained in:
Dirk Stoecker 2019-01-02 11:00:38 +00:00 committed by Git OBS Bridge
parent 1dbe941113
commit 006e00b1c3
4 changed files with 21 additions and 10 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Dec 30 06:06:38 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 2.22
see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes
2.22 2018-12-29
- This release is based on version 2018h of the Olson database. This release
includes contemporary changes for Morocco, Kazakhstan, and Iran.
-------------------------------------------------------------------
Sat Oct 27 17:37:26 UTC 2018 - astieger@suse.com

View File

@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-DateTime-TimeZone
Version: 2.21
Version: 2.22
Release: 0
%define cpan_name DateTime-TimeZone
Summary: Time zone object base class and factory
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/DateTime-TimeZone/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@ -67,11 +67,11 @@ need to directly use 'DateTime::TimeZone' methods.
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install
@ -80,7 +80,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING.md README.md
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
%license LICENSE
%changelog