From 9aa520640d0b9ee745887574c806984d6005399ae663b998f0418237a7e307ae Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 16 Apr 2015 17:12:59 +0000 Subject: [PATCH] Accepting request 297214 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/297214 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-TimeZone?expand=0&rev=62 --- DateTime-TimeZone-1.85.tar.gz | 3 --- DateTime-TimeZone-1.86.tar.gz | 3 +++ cpanspec.yml | 20 ++++++++++++++++++++ perl-DateTime-TimeZone.changes | 11 +++++++++++ perl-DateTime-TimeZone.spec | 13 +++++++------ 5 files changed, 41 insertions(+), 9 deletions(-) delete mode 100644 DateTime-TimeZone-1.85.tar.gz create mode 100644 DateTime-TimeZone-1.86.tar.gz create mode 100644 cpanspec.yml diff --git a/DateTime-TimeZone-1.85.tar.gz b/DateTime-TimeZone-1.85.tar.gz deleted file mode 100644 index 1a8fc53..0000000 --- a/DateTime-TimeZone-1.85.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d84728f4f0ca5c0ad362e4ff265b1175a464d48f7d5ad355af4ad8f5e8e97cb -size 895086 diff --git a/DateTime-TimeZone-1.86.tar.gz b/DateTime-TimeZone-1.86.tar.gz new file mode 100644 index 0000000..381b30f --- /dev/null +++ b/DateTime-TimeZone-1.86.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df085d848dd9b68458c6523c8fa07a8f1765f14b1bb3a44564fe68957ca445aa +size 898010 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b320f5 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,20 @@ +--- +#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 diff --git a/perl-DateTime-TimeZone.changes b/perl-DateTime-TimeZone.changes index a52367a..069fda8 100644 --- a/perl-DateTime-TimeZone.changes +++ b/perl-DateTime-TimeZone.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Apr 16 16:16:20 UTC 2015 - coolo@suse.com + +- updated to 1.86 + see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes + + 1.86 2015-03-21 + + - This release is based on version 2015b of the Olson database. This release + includes contemporary changes for Mongolia and Palestine. + ------------------------------------------------------------------- Fri Feb 6 13:13:36 UTC 2015 - coolo@suse.com diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec index 9a7566a..83e5dce 100644 --- a/perl-DateTime-TimeZone.spec +++ b/perl-DateTime-TimeZone.spec @@ -17,14 +17,15 @@ Name: perl-DateTime-TimeZone -Version: 1.85 +Version: 1.86 Release: 0 %define cpan_name DateTime-TimeZone Summary: Time zone object base class and factory License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/DateTime-TimeZone/ -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 @@ -33,6 +34,9 @@ BuildRequires: perl(Class::Singleton) >= 1.03 BuildRequires: perl(List::AllUtils) BuildRequires: perl(Module::Runtime) BuildRequires: perl(Params::Validate) >= 0.72 +BuildRequires: perl(Test::Fatal) +BuildRequires: perl(Test::More) >= 0.96 +BuildRequires: perl(Test::Requires) BuildRequires: perl(Try::Tiny) BuildRequires: perl(parent) Requires: perl(Class::Singleton) >= 1.03 @@ -42,9 +46,6 @@ Requires: perl(Params::Validate) >= 0.72 Requires: perl(Try::Tiny) Requires: perl(parent) %{perl_requires} -# MANUAL -BuildRequires: perl(Test::Fatal) -BuildRequires: perl(Test::Requires) %description This class is the base class for all time zone objects. A time zone is @@ -73,6 +74,6 @@ find . -type f -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes cpanfile LICENSE README.md tidyall.ini weaver.ini +%doc Changes LICENSE README.md %changelog