1
0
forked from pool/perl-DateTime

Accepting request 631317 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/631317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime?expand=0&rev=47
This commit is contained in:
Dominique Leuenberger 2018-08-27 10:56:22 +00:00 committed by Git OBS Bridge
commit c7d85c57f2
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:708ed4a3dbaca8dc470fe29538e6fc0d25eca1831e9e77bea55a9812f0277c41
size 241370

3
DateTime-1.50.tar.gz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Aug 2 05:15:34 UTC 2018 - coolo@suse.com
- updated to 1.50
see /usr/share/doc/packages/perl-DateTime/Changes
1.50 2018-08-01
- The %F strftime pattern incorrectly zero-padded numbers less than four
digits. According to POSIX::strftime, this should output the year as-is
without padding. Reported by Andy Lester. GH #83.
-------------------------------------------------------------------
Mon May 21 05:13:37 UTC 2018 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-DateTime
Version: 1.49
Version: 1.50
Release: 0
%define cpan_name DateTime
Summary: Date and Time Object for Perl
@ -97,7 +97,7 @@ For infinite datetimes, please see the DateTime::Infinite module.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc appveyor.yml Changes CONTRIBUTING.md CREDITS leaptab.txt README.md TODO
%doc appveyor.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md CREDITS leaptab.txt README.md TODO
%license LICENSE
%changelog