From d72eff4babaa8b7405b6b9b111c61bce059a26cc82974064be6f289e8abe5603 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 21 Sep 2014 06:56:49 +0000 Subject: [PATCH] Accepting request 250135 from home:gregfreemyer:branches:devel:languages:perl Update to v1.56 to fix recent build breakage in d:l:perl OBS-URL: https://build.opensuse.org/request/show/250135 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-Strptime?expand=0&rev=17 --- DateTime-Format-Strptime-1.54.tar.gz | 3 --- DateTime-Format-Strptime-1.56.tar.gz | 3 +++ perl-DateTime-Format-Strptime.changes | 8 ++++++++ perl-DateTime-Format-Strptime.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 DateTime-Format-Strptime-1.54.tar.gz create mode 100644 DateTime-Format-Strptime-1.56.tar.gz diff --git a/DateTime-Format-Strptime-1.54.tar.gz b/DateTime-Format-Strptime-1.54.tar.gz deleted file mode 100644 index 2c4b751..0000000 --- a/DateTime-Format-Strptime-1.54.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00bb61b12472fb1a637ec55bbd8878db05b3aac89a67b7991b281e32896db9de -size 26578 diff --git a/DateTime-Format-Strptime-1.56.tar.gz b/DateTime-Format-Strptime-1.56.tar.gz new file mode 100644 index 0000000..5e29fe7 --- /dev/null +++ b/DateTime-Format-Strptime-1.56.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff69d0f5a0359aab04e7276db5bee3be10040da24fbf09de1d904e7ead78b28 +size 36863 diff --git a/perl-DateTime-Format-Strptime.changes b/perl-DateTime-Format-Strptime.changes index a518122..5106440 100644 --- a/perl-DateTime-Format-Strptime.changes +++ b/perl-DateTime-Format-Strptime.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Sep 18 17:20:22 UTC 2014 - Greg.Freemyer@gmail.com + +- update to v1.56 + - Recent DateTime::TimeZone changes broke the tests. + - Fixed Latin-1 content in test code. It's now UTF-8. +- change %doc to pull README.md instead of README. README is no longer in tarball. + ------------------------------------------------------------------- Mon Jun 10 15:46:45 UTC 2013 - coolo@suse.com diff --git a/perl-DateTime-Format-Strptime.spec b/perl-DateTime-Format-Strptime.spec index f8108c4..a863c9b 100644 --- a/perl-DateTime-Format-Strptime.spec +++ b/perl-DateTime-Format-Strptime.spec @@ -1,7 +1,7 @@ # # spec file for package perl-DateTime-Format-Strptime # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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.54 +Version: 1.56 Release: 0 %define cpan_name DateTime-Format-Strptime Summary: Parse and format strp and strf time patterns @@ -64,6 +64,6 @@ and a pattern and returns the 'DateTime' object associated. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes LICENSE README.md %changelog