8
0

Accepting request 767635 from devel:languages:perl:autoupdate

- updated to 1.30
   see /usr/share/doc/packages/perl-Time-Local/Changes
  1.30     2020-01-26
  
  - Identical to 1.30.
  
  
  1.29     2020-01-18 (TRIAL RELEASE)
  
  - Added timelocal_posix() and timegm_posix() subs. These are _exact_ opposites
    of Perl's localtime() and gmtime(), meaning that a round trip between the
    two pairs always produces the same value.

OBS-URL: https://build.opensuse.org/request/show/767635
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Time-Local?expand=0&rev=3
This commit is contained in:
2020-01-27 15:17:50 +00:00
committed by Git OBS Bridge
parent 5887fecacf
commit 60e5411e33
5 changed files with 52 additions and 6 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Jan 27 03:09:01 UTC 2020 - <timueller+perl@suse.de>
- updated to 1.30
see /usr/share/doc/packages/perl-Time-Local/Changes
1.30 2020-01-26
- Identical to 1.30.
1.29 2020-01-18 (TRIAL RELEASE)
- Added timelocal_posix() and timegm_posix() subs. These are _exact_ opposites
of Perl's localtime() and gmtime(), meaning that a round trip between the
two pairs always produces the same value.
-------------------------------------------------------------------
Wed Apr 3 07:06:31 UTC 2019 - Stephan Kulow <coolo@suse.com>