Accepting request 539954 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/539954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-TimeZone?expand=0&rev=48
This commit is contained in:
Dominique Leuenberger 2017-11-12 16:56:34 +00:00 committed by Git OBS Bridge
commit 7c77fb5471
4 changed files with 17 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Nov 5 06:17:47 UTC 2017 - coolo@suse.com
- updated to 2.15
see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes
2.15 2017-11-04
- Make the local zone lookup code handle the case where /usr/share/zoneinfo is
a symlink, as it apparently is on recent versions of macOS (10.13). Fixed by
Tom Wyant. GH #22 and #23.
-------------------------------------------------------------------
Sun Oct 29 06:14:21 UTC 2017 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-DateTime-TimeZone
Version: 2.14
Version: 2.15
Release: 0
%define cpan_name DateTime-TimeZone
Summary: Time zone object base class and factory
@ -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 tools
%doc Changes CONTRIBUTING.md README.md
%license LICENSE
%changelog