Accepting request 539080 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/539080 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-TimeZone?expand=0&rev=92
This commit is contained in:
parent
c7f3817522
commit
4e9a476afe
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cf17023ba98a8e5d8bf0c653bcbcda5305b451d624b3bcd69a437dea7b5d6933
|
|
||||||
size 953064
|
|
3
DateTime-TimeZone-2.15.tar.gz
Normal file
3
DateTime-TimeZone-2.15.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:06feaca8c5abfac73b262bb94a1b6c428b7098f6b2c1ac896c9785924cd8d428
|
||||||
|
size 947704
|
@ -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
|
Sun Oct 29 06:14:21 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-DateTime-TimeZone
|
Name: perl-DateTime-TimeZone
|
||||||
Version: 2.14
|
Version: 2.15
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name DateTime-TimeZone
|
%define cpan_name DateTime-TimeZone
|
||||||
Summary: Time zone object base class and factory
|
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
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes CONTRIBUTING.md README.md tools
|
%doc Changes CONTRIBUTING.md README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user