Accepting request 780959 from devel:languages:perl:autoupdate
- updated to 1.77 see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes 1.77 2020-02-29 * When the parsed string contained an invalid time zone offset (parsed with "%z") like "-9999", the error handling set in the parser's constructor was ignored and an exception was always thrown. Reported by x-qq. GH #25. OBS-URL: https://build.opensuse.org/request/show/780959 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-Strptime?expand=0&rev=47
This commit is contained in:
parent
a2e2b674e0
commit
92bca9a69f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:593c26466ed7a3d2cefe9215f1619666c5116bd3a551e0aa74b64a6353fcb50d
|
||||
size 113863
|
3
DateTime-Format-Strptime-1.77.tar.gz
Normal file
3
DateTime-Format-Strptime-1.77.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2fa43c838ecf5356f221a91a41c81dba22e7860c5474b4a61723259898173e4a
|
||||
size 114321
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 1 03:14:01 UTC 2020 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.77
|
||||
see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes
|
||||
|
||||
1.77 2020-02-29
|
||||
|
||||
* When the parsed string contained an invalid time zone offset (parsed with
|
||||
"%z") like "-9999", the error handling set in the parser's constructor was
|
||||
ignored and an exception was always thrown. Reported by x-qq. GH #25.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 8 06:06:46 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-DateTime-Format-Strptime
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 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-Format-Strptime
|
||||
Version: 1.76
|
||||
Version: 1.77
|
||||
Release: 0
|
||||
%define cpan_name DateTime-Format-Strptime
|
||||
Summary: Parse and format strp and strf time patterns
|
||||
@ -84,7 +84,7 @@ make test
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc bench Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
|
||||
%doc azure-pipelines.yml bench Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user