From 54a9ee15b37f4a50d15bf4dc506fdc56265c91e9241fedaa8d98811b72fbe1dd Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 6 Oct 2015 05:39:16 +0000 Subject: [PATCH] Accepting request 336471 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/336471 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-Strptime?expand=0&rev=19 --- DateTime-Format-Strptime-1.56.tar.gz | 3 --- DateTime-Format-Strptime-1.57.tar.gz | 3 +++ cpanspec.yml | 23 +++++++++++++++++++++++ perl-DateTime-Format-Strptime.changes | 11 +++++++++++ perl-DateTime-Format-Strptime.spec | 14 +++++++------- 5 files changed, 44 insertions(+), 10 deletions(-) delete mode 100644 DateTime-Format-Strptime-1.56.tar.gz create mode 100644 DateTime-Format-Strptime-1.57.tar.gz create mode 100644 cpanspec.yml diff --git a/DateTime-Format-Strptime-1.56.tar.gz b/DateTime-Format-Strptime-1.56.tar.gz deleted file mode 100644 index 5e29fe7..0000000 --- a/DateTime-Format-Strptime-1.56.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ff69d0f5a0359aab04e7276db5bee3be10040da24fbf09de1d904e7ead78b28 -size 36863 diff --git a/DateTime-Format-Strptime-1.57.tar.gz b/DateTime-Format-Strptime-1.57.tar.gz new file mode 100644 index 0000000..1eb1181 --- /dev/null +++ b/DateTime-Format-Strptime-1.57.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87fe0184d760f780de2405b2dffd579e19c755d006f1c4e799eb3d3476892659 +size 40220 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,23 @@ +--- +#description_paragraphs: 3 +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-DateTime-Format-Strptime.changes b/perl-DateTime-Format-Strptime.changes index 5106440..8c98338 100644 --- a/perl-DateTime-Format-Strptime.changes +++ b/perl-DateTime-Format-Strptime.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Oct 5 08:32:24 UTC 2015 - coolo@suse.com + +- updated to 1.57 + see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes + + 1.57 2015-10-04 + + - Make all tests pass with both the current DateTime::Locale and the upcoming + new version (currently still in trial releases). + ------------------------------------------------------------------- Thu Sep 18 17:20:22 UTC 2014 - Greg.Freemyer@gmail.com diff --git a/perl-DateTime-Format-Strptime.spec b/perl-DateTime-Format-Strptime.spec index a863c9b..e9fcb3e 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) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,26 +17,26 @@ Name: perl-DateTime-Format-Strptime -Version: 1.56 +Version: 1.57 Release: 0 %define cpan_name DateTime-Format-Strptime Summary: Parse and format strp and strf time patterns License: Artistic-2.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/DateTime-Format-Strptime/ -Source: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(DateTime) >= 1.00 -BuildRequires: perl(DateTime::Locale) >= 0.45 +BuildRequires: perl(DateTime::Locale) >= 0.450000 BuildRequires: perl(DateTime::TimeZone) >= 0.79 BuildRequires: perl(Params::Validate) >= 0.64 -BuildRequires: perl(Test::More) >= 0.88 -#BuildRequires: perl(DateTime::Format::Strptime) +BuildRequires: perl(Test::More) >= 0.96 Requires: perl(DateTime) >= 1.00 -Requires: perl(DateTime::Locale) >= 0.45 +Requires: perl(DateTime::Locale) >= 0.450000 Requires: perl(DateTime::TimeZone) >= 0.79 Requires: perl(Params::Validate) >= 0.64 %{perl_requires}