From 7063f9bfe96a3892261596867b7b1996fdfb92f3aac66b155a65bb66a327d1d4 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 10 Jun 2015 10:44:16 +0000 Subject: [PATCH] Accepting request 310903 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/310903 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime?expand=0&rev=60 --- DateTime-1.18.tar.gz | 3 --- DateTime-1.19.tar.gz | 3 +++ cpanspec.yml | 23 +++++++++++++++++++++++ perl-DateTime.changes | 18 ++++++++++++++++++ perl-DateTime.spec | 13 +++++++------ 5 files changed, 51 insertions(+), 9 deletions(-) delete mode 100644 DateTime-1.18.tar.gz create mode 100644 DateTime-1.19.tar.gz create mode 100644 cpanspec.yml diff --git a/DateTime-1.18.tar.gz b/DateTime-1.18.tar.gz deleted file mode 100644 index 5055518..0000000 --- a/DateTime-1.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bada2c9fe3e79429f7c84592d9a9defd3a8c71f7b584389d450aa324340d913a -size 212053 diff --git a/DateTime-1.19.tar.gz b/DateTime-1.19.tar.gz new file mode 100644 index 0000000..006c214 --- /dev/null +++ b/DateTime-1.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c8624a7827277e8eda35c77cfc6fd056bf2782238597f424ef6a6e33ed6009 +size 215029 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.changes b/perl-DateTime.changes index a49ed17..1e1714a 100644 --- a/perl-DateTime.changes +++ b/perl-DateTime.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Jun 7 08:26:20 UTC 2015 - coolo@suse.com + +- updated to 1.19 + see /usr/share/doc/packages/perl-DateTime/Changes + + 1.19 2015-05-31 + + - If you compared a DateTime object to an undef value, you might have received + a warning pointing to code inside DateTime.pm, instead of in your own + code. Fixed by Jason McIntosh. GH #7. + + - The 30future-tz.t could fail if run at certain very specific times. This + should now be much less likely, unless a time zone being tested implements a + DST change at noon (which would even more insane than DST already is by a + huge factor). Reported by Karen Etheridge and diagnosed by Slaven Rezic. RT + #102925. + ------------------------------------------------------------------- Sat Feb 7 16:23:08 UTC 2015 - coolo@suse.com diff --git a/perl-DateTime.spec b/perl-DateTime.spec index 3c8bd91..935fee4 100644 --- a/perl-DateTime.spec +++ b/perl-DateTime.spec @@ -17,23 +17,24 @@ Name: perl-DateTime -Version: 1.18 +Version: 1.19 Release: 0 %define cpan_name DateTime -Summary: A date and time object for Perl +Summary: Date and Time Object for Perl License: Artistic-2.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/DateTime/ -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 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(DateTime::Locale) >= 0.41 BuildRequires: perl(DateTime::TimeZone) >= 1.74 -BuildRequires: perl(Module::Build) >= 0.28 +BuildRequires: perl(Module::Build) >= 0.280000 BuildRequires: perl(Params::Validate) >= 0.76 BuildRequires: perl(Test::Fatal) -BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Test::Warnings) >= 0.005 BuildRequires: perl(Try::Tiny) Requires: perl(DateTime::Locale) >= 0.41 @@ -76,6 +77,6 @@ For infinite datetimes, please see the DateTime::Infinite module. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes cpanfile CREDITS leaptab.txt LICENSE README.md TODO weaver.ini +%doc Changes CREDITS leaptab.txt LICENSE README.md TODO %changelog