From 058e525e6a0e1735d1c03874c2ac3dd93706e86f3ec7d9ee7e0a2bb6a24766f4 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 23 Mar 2016 10:07:06 +0000 Subject: [PATCH 1/2] Accepting request 377313 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/377313 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-Strptime?expand=0&rev=31 --- DateTime-Format-Strptime-1.64.tar.gz | 3 --- DateTime-Format-Strptime-1.65.tar.gz | 3 +++ perl-DateTime-Format-Strptime.changes | 11 +++++++++++ perl-DateTime-Format-Strptime.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 DateTime-Format-Strptime-1.64.tar.gz create mode 100644 DateTime-Format-Strptime-1.65.tar.gz diff --git a/DateTime-Format-Strptime-1.64.tar.gz b/DateTime-Format-Strptime-1.64.tar.gz deleted file mode 100644 index 8dfa587..0000000 --- a/DateTime-Format-Strptime-1.64.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7168c3740d39f07d2c7e36797c296184fd1cf20d4d9305c021bd7ee719a5400 -size 43005 diff --git a/DateTime-Format-Strptime-1.65.tar.gz b/DateTime-Format-Strptime-1.65.tar.gz new file mode 100644 index 0000000..e4f798a --- /dev/null +++ b/DateTime-Format-Strptime-1.65.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621ae39efd1134850b5d47b6cba772a250d7920c268e05cfb9908d993d3cd527 +size 43190 diff --git a/perl-DateTime-Format-Strptime.changes b/perl-DateTime-Format-Strptime.changes index 12640b1..4ae471b 100644 --- a/perl-DateTime-Format-Strptime.changes +++ b/perl-DateTime-Format-Strptime.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Mar 22 10:06:45 UTC 2016 - coolo@suse.com + +- updated to 1.65 + see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes + + 1.65 2016-03-15 + + - Updated zone short name parsing to handle names like "+07", which were + introduced in the latest IANA time zone database release. + ------------------------------------------------------------------- Tue Mar 8 10:08:06 UTC 2016 - coolo@suse.com diff --git a/perl-DateTime-Format-Strptime.spec b/perl-DateTime-Format-Strptime.spec index a7eafe7..8530ac8 100644 --- a/perl-DateTime-Format-Strptime.spec +++ b/perl-DateTime-Format-Strptime.spec @@ -17,7 +17,7 @@ Name: perl-DateTime-Format-Strptime -Version: 1.64 +Version: 1.65 Release: 0 %define cpan_name DateTime-Format-Strptime Summary: Parse and format strp and strf time patterns From 2c8c8e9f22b78df2b5cd94ba8cf60644464bf63a7daea28011f9373f278dc6da Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 6 Apr 2016 06:24:47 +0000 Subject: [PATCH 2/2] Accepting request 383907 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/383907 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-Strptime?expand=0&rev=32 --- DateTime-Format-Strptime-1.65.tar.gz | 3 --- DateTime-Format-Strptime-1.67.tar.gz | 3 +++ perl-DateTime-Format-Strptime.changes | 21 +++++++++++++++++++++ perl-DateTime-Format-Strptime.spec | 4 ++-- 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 DateTime-Format-Strptime-1.65.tar.gz create mode 100644 DateTime-Format-Strptime-1.67.tar.gz diff --git a/DateTime-Format-Strptime-1.65.tar.gz b/DateTime-Format-Strptime-1.65.tar.gz deleted file mode 100644 index e4f798a..0000000 --- a/DateTime-Format-Strptime-1.65.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:621ae39efd1134850b5d47b6cba772a250d7920c268e05cfb9908d993d3cd527 -size 43190 diff --git a/DateTime-Format-Strptime-1.67.tar.gz b/DateTime-Format-Strptime-1.67.tar.gz new file mode 100644 index 0000000..5784e75 --- /dev/null +++ b/DateTime-Format-Strptime-1.67.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bedc31384dac1ab739edcaa7155411971b513d5d2ee323489bc3257cede07946 +size 110252 diff --git a/perl-DateTime-Format-Strptime.changes b/perl-DateTime-Format-Strptime.changes index 4ae471b..0ae56b7 100644 --- a/perl-DateTime-Format-Strptime.changes +++ b/perl-DateTime-Format-Strptime.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Apr 4 09:33:20 UTC 2016 - coolo@suse.com + +- updated to 1.67 + see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes + + 1.67 2016-03-31 + + - Fixed a regression introduced in 1.60. Older versions of this library would + match dates pretty match anywhere in a string, so "%Y-%m-%d" would match a + string like "abcd1234-12-30efgh". This is probably _too_ permissive, but we + definitely want to match on word boundaries so that we match + "log.2016-03-31". Based on a PR from YASUTAKE Kiyoshi. GitHub #3. + + + 1.66 2016-03-27 + + - Added a zone_map constructor argument. This lets you supply a mapping for + ambiguous time zone abbreviations. Based on a patch from Douglas Wilson. RT + #74762. + ------------------------------------------------------------------- Tue Mar 22 10:06:45 UTC 2016 - coolo@suse.com diff --git a/perl-DateTime-Format-Strptime.spec b/perl-DateTime-Format-Strptime.spec index 8530ac8..c31f20b 100644 --- a/perl-DateTime-Format-Strptime.spec +++ b/perl-DateTime-Format-Strptime.spec @@ -17,7 +17,7 @@ Name: perl-DateTime-Format-Strptime -Version: 1.65 +Version: 1.67 Release: 0 %define cpan_name DateTime-Format-Strptime Summary: Parse and format strp and strf time patterns @@ -70,6 +70,6 @@ and a pattern and returns the 'DateTime' object associated. %files -f %{name}.files %defattr(-,root,root,755) -%doc bench Changes LICENSE README.md +%doc bench Changes CONTRIBUTING.md LICENSE README.md %changelog