diff --git a/Data-Sah-Normalize-0.01.tar.gz b/Data-Sah-Normalize-0.01.tar.gz deleted file mode 100644 index 2903b5f..0000000 --- a/Data-Sah-Normalize-0.01.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14cef0d9be7b63caf990c058a2a9552a0c016ca7c8e38c571f41402bf92bc160 -size 14197 diff --git a/Data-Sah-Normalize-0.03.tar.gz b/Data-Sah-Normalize-0.03.tar.gz new file mode 100644 index 0000000..cbbe75d --- /dev/null +++ b/Data-Sah-Normalize-0.03.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd078d9a9a02f3bb9072a961c16b98ffd1e0d910da78bc2a29f0c7f40f2104b +size 15389 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Data-Sah-Normalize.changes b/perl-Data-Sah-Normalize.changes index b80c1f2..19c8820 100644 --- a/perl-Data-Sah-Normalize.changes +++ b/perl-Data-Sah-Normalize.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sat Apr 25 07:06:24 UTC 2015 - coolo@suse.com + +- updated to 0.03 + see /usr/share/doc/packages/perl-Data-Sah-Normalize/Changes + + 0.03 2015-04-24 (PERLANCAR) + + - Add prototype to normalize_schema($) to catch common error like + normalize_schema(int => min=>1) when it should be + normalize_schema([int => min=>1]). + + - Add benchmark devscript. + + + 0.02 2015-04-24 (PERLANCAR) + + - No functional changes. + + - Mark compliance to DefHash 1.0.10 and add test (code to support + 'prop(LANG)' has been previously added but not yet + documented/tested). + ------------------------------------------------------------------- Mon Apr 20 04:58:31 UTC 2015 - coolo@suse.com diff --git a/perl-Data-Sah-Normalize.spec b/perl-Data-Sah-Normalize.spec index ee447d6..55ed29d 100644 --- a/perl-Data-Sah-Normalize.spec +++ b/perl-Data-Sah-Normalize.spec @@ -17,19 +17,23 @@ Name: perl-Data-Sah-Normalize -Version: 0.01 +Version: 0.03 Release: 0 %define cpan_name Data-Sah-Normalize Summary: Normalize Sah schema License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Data-Sah-Normalize/ -Source0: http://www.cpan.org/authors/id/S/SH/SHARYANTO/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(DefHash) >= 1.0.10 +BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) >= 0.98 +Requires: perl(DefHash) >= 1.0.10 %{perl_requires} %description @@ -38,6 +42,7 @@ manpage to keep it in a small and minimal-dependencies package. %prep %setup -q -n %{cpan_name}-%{version} +find . -type f -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor