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
This commit is contained in:
Stephan Kulow
2016-07-07 14:25:48 +00:00
committed by Git OBS Bridge
parent d09da466b1
commit a7026655b1
5 changed files with 48 additions and 19 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8106e940515c427371f8770d7c54a382103815670081a6b3ce83f50f6e78b4b7
size 23764

3
Time-Elapsed-0.32.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8522abe2316cb47335eb05397852ca3e947ee4a05d6bae49c2f53bc9045acc06
size 26776

28
cpanspec.yml Normal file
View File

@@ -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

View File

@@ -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 Mon Oct 10 05:38:12 UTC 2011 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Time-Elapsed # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,33 +16,28 @@
# #
Name: perl-Time-Elapsed Name: perl-Time-Elapsed
Version: 0.31 Version: 0.32
Release: 1 Release: 0
License: GPL+ or Artistic
%define cpan_name Time-Elapsed %define cpan_name Time-Elapsed
Summary: Displays the elapsed time as a human readable string. Summary: Displays the elapsed time as a human readable string
Url: http://search.cpan.org/dist/Time-Elapsed/ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl 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 BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Module::Build) BuildRequires: perl(Module::Build) >= 0.420000
#BuildRequires: perl(Build)
#BuildRequires: perl(Build::Spec)
#BuildRequires: perl(Pod::Simple)
#BuildRequires: perl(Test::Pod)
#BuildRequires: perl(Time::Elapsed)
%{perl_requires} %{perl_requires}
%description %description
This module transforms the elapsed seconds into a human readable string. It This module transforms the elapsed seconds into a human readable string. It
can be used for (for example) rendering 'uptime' values into a human can be used for (for example) rendering 'uptime' values into a human
readable form. The resulting string will be an approximation. See the the readable form. The resulting string will be an approximation. See the
/CAVEATS manpage section for more information. CAVEATS section for more information.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}