update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime?expand=0&rev=58
This commit is contained in:
parent
cf3d483b1f
commit
6e5fb580b9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e65a333806d000825724cfa23d7d33539b853b6e819d4922d2a68579416374ce
|
||||
size 206862
|
3
DateTime-1.18.tar.gz
Normal file
3
DateTime-1.18.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bada2c9fe3e79429f7c84592d9a9defd3a8c71f7b584389d450aa324340d913a
|
||||
size 212053
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 7 16:23:08 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 1.18
|
||||
- There will be a new leap second on June 30, 2015.
|
||||
|
||||
|
||||
1.17 2015-01-04
|
||||
|
||||
- No code changes from the 1.16 release.
|
||||
|
||||
|
||||
1.16 2015-01-04 (TRIAL RELEASE)
|
||||
|
||||
- Test fix for systems where IVs are 4 bytes long.
|
||||
|
||||
|
||||
1.15 2015-01-03 (TRIAL RELEASE)
|
||||
|
||||
- Trying this again ... Experimental fix for adding very large numbers of
|
||||
days. Previously, trying to add more than around 2^28 days could cause
|
||||
errors if the result ended up in a leap year. This is being released as a
|
||||
trial release because I'm not sure how this change will behave on a 32-bit
|
||||
Perl. Reported by KMX. RT #97046.
|
||||
|
||||
|
||||
1.14 2015-01-03
|
||||
|
||||
- Accidentally released 1.13 as a non-TRIAL release. Releasing 1.13 minus the
|
||||
integer change so there's a known-safe stable release on CPAN for people to
|
||||
install.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 15 15:15:18 UTC 2014 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-DateTime
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 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,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-DateTime
|
||||
Version: 1.12
|
||||
Version: 1.18
|
||||
Release: 0
|
||||
%define cpan_name DateTime
|
||||
Summary: A date and time object for Perl
|
||||
@ -76,6 +76,6 @@ For infinite datetimes, please see the DateTime::Infinite module.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes CREDITS leaptab.txt LICENSE README.md TODO
|
||||
%doc Changes cpanfile CREDITS leaptab.txt LICENSE README.md TODO weaver.ini
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user