diff --git a/Data-Validator-1.03.tar.gz b/Data-Validator-1.03.tar.gz deleted file mode 100644 index 4c3eb9b..0000000 --- a/Data-Validator-1.03.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a77bd3a8f1eb255cd7cd0bdd7ff7215c3221ebe43a16fb952a823b171f6b4ec -size 20289 diff --git a/Data-Validator-1.07.tar.gz b/Data-Validator-1.07.tar.gz new file mode 100644 index 0000000..482cc4d --- /dev/null +++ b/Data-Validator-1.07.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f96420e93c0f77c1faeb1954701580288a5bffed57a1e434e5811965500ff1 +size 21497 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b320f5 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Data-Validator.changes b/perl-Data-Validator.changes index 94882b1..0ff0386 100644 --- a/perl-Data-Validator.changes +++ b/perl-Data-Validator.changes @@ -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 diff --git a/perl-Data-Validator.spec b/perl-Data-Validator.spec index d8889ed..1ca841c 100644 --- a/perl-Data-Validator.spec +++ b/perl-Data-Validator.spec @@ -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