From a7026655b1366631ee7becc67adf53eeb51e70df85581a6894faa6fcd84d83b7 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 7 Jul 2016 14:25:48 +0000 Subject: [PATCH] Accepting request 406946 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/406946 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Time-Elapsed?expand=0&rev=2 --- Time-Elapsed-0.31.tar.gz | 3 --- Time-Elapsed-0.32.tar.gz | 3 +++ cpanspec.yml | 28 ++++++++++++++++++++++++++++ perl-Time-Elapsed.changes | 6 ++++++ perl-Time-Elapsed.spec | 27 +++++++++++---------------- 5 files changed, 48 insertions(+), 19 deletions(-) delete mode 100644 Time-Elapsed-0.31.tar.gz create mode 100644 Time-Elapsed-0.32.tar.gz create mode 100644 cpanspec.yml diff --git a/Time-Elapsed-0.31.tar.gz b/Time-Elapsed-0.31.tar.gz deleted file mode 100644 index c226585..0000000 --- a/Time-Elapsed-0.31.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8106e940515c427371f8770d7c54a382103815670081a6b3ce83f50f6e78b4b7 -size 23764 diff --git a/Time-Elapsed-0.32.tar.gz b/Time-Elapsed-0.32.tar.gz new file mode 100644 index 0000000..b5df218 --- /dev/null +++ b/Time-Elapsed-0.32.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8522abe2316cb47335eb05397852ca3e947ee4a05d6bae49c2f53bc9045acc06 +size 26776 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#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_build: |- +# rm unused.files +#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-Time-Elapsed.changes b/perl-Time-Elapsed.changes index cb5d4f5..87021c7 100644 --- a/perl-Time-Elapsed.changes +++ b/perl-Time-Elapsed.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 6 08:52:36 UTC 2016 - coolo@suse.com + +- updated to 0.32 + see /usr/share/doc/packages/perl-Time-Elapsed/Changes + ------------------------------------------------------------------- Mon Oct 10 05:38:12 UTC 2011 - coolo@suse.com diff --git a/perl-Time-Elapsed.spec b/perl-Time-Elapsed.spec index e3c9027..d7278d1 100644 --- a/perl-Time-Elapsed.spec +++ b/perl-Time-Elapsed.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Time-Elapsed # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -16,33 +16,28 @@ # - Name: perl-Time-Elapsed -Version: 0.31 -Release: 1 -License: GPL+ or Artistic +Version: 0.32 +Release: 0 %define cpan_name Time-Elapsed -Summary: Displays the elapsed time as a human readable string. -Url: http://search.cpan.org/dist/Time-Elapsed/ +Summary: Displays the elapsed time as a human readable string +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -Source: http://www.cpan.org/authors/id/B/BU/BURAK/%{cpan_name}-%{version}.tar.gz +Url: http://search.cpan.org/dist/Time-Elapsed/ +Source0: http://www.cpan.org/authors/id/B/BU/BURAK/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build) -#BuildRequires: perl(Build) -#BuildRequires: perl(Build::Spec) -#BuildRequires: perl(Pod::Simple) -#BuildRequires: perl(Test::Pod) -#BuildRequires: perl(Time::Elapsed) +BuildRequires: perl(Module::Build) >= 0.420000 %{perl_requires} %description This module transforms the elapsed seconds into a human readable string. It can be used for (for example) rendering 'uptime' values into a human -readable form. The resulting string will be an approximation. See the the -/CAVEATS manpage section for more information. +readable form. The resulting string will be an approximation. See the +CAVEATS section for more information. %prep %setup -q -n %{cpan_name}-%{version}