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
This commit is contained in:
Stephan Kulow 2015-10-06 05:39:16 +00:00 committed by Git OBS Bridge
parent d72eff4bab
commit 54a9ee15b3
5 changed files with 44 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ff69d0f5a0359aab04e7276db5bee3be10040da24fbf09de1d904e7ead78b28
size 36863

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:87fe0184d760f780de2405b2dffd579e19c755d006f1c4e799eb3d3476892659
size 40220

23
cpanspec.yml Normal file
View File

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

View File

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

View File

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