Accepting request 297264 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/297264
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Validator?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2015-04-16 18:11:54 +00:00
committed by Git OBS Bridge
parent 38f1191f36
commit 5cf46631f9
5 changed files with 48 additions and 20 deletions

View File

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

View File

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

20
cpanspec.yml Normal file
View File

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

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Apr 16 17:30:04 UTC 2015 - coolo@suse.com
- updated to 1.07
see /usr/share/doc/packages/perl-Data-Validator/Changes
1.07 2014-07-17T14:05:12Z
[BUG FIXES]
- Fix a wrong expansion in the case of the last optional hashref (#7 robario)
1.06 2014-07-15T13:19:35Z
[NEW FEATURES]
- Add Data::Validator::Role::SmartSequenced (#5 robario)
1.04 2013-11-26T13:34:13Z
[BUG FIXES]
- Fix an issue that sharing parameters threw cryptic errors
(@hirobanex++)
-------------------------------------------------------------------
Fri Oct 4 19:40:49 UTC 2013 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-Validator
#
# Copyright (c) 2013 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,35 +17,24 @@
Name: perl-Data-Validator
Version: 1.03
Version: 1.07
Release: 0
%define cpan_name Data-Validator
Summary: Rule based validator on type constraint system
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Data-Validator/
Source: http://www.cpan.org/authors/id/G/GF/GFUJI/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/G/GF/GFUJI/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(CPAN::Meta)
BuildRequires: perl(CPAN::Meta::Prereqs)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59
BuildRequires: perl(Module::Build) >= 0.38
BuildRequires: perl(Module::Build) >= 0.380000
BuildRequires: perl(Mouse) >= 0.93
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Requires)
#BuildRequires: perl(Data::Validator)
#BuildRequires: perl(Moose)
#BuildRequires: perl(MooseX::Params::Validate)
#BuildRequires: perl(Mouse::Role)
#BuildRequires: perl(Mouse::Util)
#BuildRequires: perl(Mouse::Util::TypeConstraints)
#BuildRequires: perl(MouseX::Types::URI)
#BuildRequires: perl(Params::Validate)
#BuildRequires: perl(Smart::Args)
#BuildRequires: perl(Test::Mouse)
Requires: perl(Mouse) >= 0.93
%{perl_requires}
@@ -72,6 +61,6 @@ CSV, JSON, XML, and so on.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes cpanfile example LICENSE README.md
%doc Changes example LICENSE README.md
%changelog