Accepting request 210531 from devel:languages:perl

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/210531
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Date-Manip?expand=0&rev=35
This commit is contained in:
Stephan Kulow 2013-12-12 10:20:07 +00:00 committed by Git OBS Bridge
commit 8fcce12b82
4 changed files with 32 additions and 6 deletions

View File

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

3
Date-Manip-6.42.tar.gz Normal file
View File

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Dec 9 11:20:00 UTC 2013 - coolo@suse.com
- updated to 6.42
* Added ParseDateFormat function
Added the ParseDateFormat function to the DM6 functional interface
in response to RT 89286.
* Added Common Log format
Added the date format used in apache logs: 11/Oct/2000:13:55:36 -0700
RT 89286.
* Time zone fixes
Newest zoneinfo data (tzdata 2013h)
* Bug fixes
Fixed a bug where dates of the form of a delta with a timezone attached
(i.e. "1 day ago at midnight UTC") failed. RT 89256
Fixed a bug where events handling gave a warning if there were no events
that applied. RT 90344
-------------------------------------------------------------------
Fri Oct 4 09:17:24 UTC 2013 - coolo@suse.com
@ -16,7 +42,7 @@ Fri Oct 4 09:17:24 UTC 2013 - coolo@suse.com
Fixed a bug where recurrences with no interval did not work if a start and
end date were specified, and no dates fell in that range. Jan Pradac
=item Time zone fixes
* Time zone fixes
Newest zoneinfo data (tzdata 2013d)

View File

@ -17,7 +17,7 @@
Name: perl-Date-Manip
Version: 6.41
Version: 6.42
Release: 0
%define cpan_name Date-Manip
Summary: Date manipulation routines
@ -51,7 +51,7 @@ Requires: perl(Test::Inter)
%description
Date::Manip is a series of modules designed to make any common date/time
operation easy to do. Operations such as comparing two times, determining a
data a given amount of time from another, or parsing international times
date a given amount of time from another, or parsing international times
are all easily done. It deals with time as it is used in the Gregorian
calendar (the one currently in use) with full support for time changes due
to daylight saving time.