Accepting request 308190 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/308190
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Model-Tester?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2015-05-21 14:59:12 +00:00
committed by Git OBS Bridge
parent ef159c0b7f
commit fac2f95b23
5 changed files with 42 additions and 6 deletions

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:660f487535bdda4eb43b5b29cb13e2fe3ad07d9f79be0fb8b1e71a9cc6d93018
size 20894

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,15 @@
-------------------------------------------------------------------
Thu May 21 08:28:19 UTC 2015 - coolo@suse.com
- updated to 2.051
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
2.051 2015-05-20
* New features:
+ Added has_key and has_not_key parameters to check hash
element content
-------------------------------------------------------------------
Mon Apr 13 18:27:21 UTC 2015 - coolo@suse.com

View File

@@ -17,21 +17,22 @@
Name: perl-Config-Model-Tester
Version: 2.050
Version: 2.051
Release: 0
%define cpan_name Config-Model-Tester
Summary: Test framework for Config::Model
License: LGPL-2.1+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Config-Model-Tester/
Source: http://www.cpan.org/authors/id/D/DD/DDUMONT/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/D/DD/DDUMONT/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::Copy::Recursive)
BuildRequires: perl(Log::Log4perl) >= 1.11
BuildRequires: perl(Module::Build) >= 0.34
BuildRequires: perl(Module::Build) >= 0.340000
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Test::Differences)
BuildRequires: perl(Test::Exception)