diff --git a/YAML-Tiny-1.66.tar.gz b/YAML-Tiny-1.66.tar.gz deleted file mode 100644 index e47cf5b..0000000 --- a/YAML-Tiny-1.66.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb79cb06a5d80b80871e77c3869e469c7bda39c995d930d6b55fe5bb2fa22730 -size 69762 diff --git a/YAML-Tiny-1.67.tar.gz b/YAML-Tiny-1.67.tar.gz new file mode 100644 index 0000000..622af66 --- /dev/null +++ b/YAML-Tiny-1.67.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f54e6e5ae08f0765801e3c3edc44d29a21e54c1789d12b44250cda19aba8d4b +size 70902 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-YAML-Tiny.changes b/perl-YAML-Tiny.changes index b3ce97f..515d394 100644 --- a/perl-YAML-Tiny.changes +++ b/perl-YAML-Tiny.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed May 13 13:07:52 UTC 2015 - coolo@suse.com + +- updated to 1.67 + see /usr/share/doc/packages/perl-YAML-Tiny/Changes + + 1.67 2015-05-12 00:10:24Z + + [FIXED] + + - instead of erroring on duplicate keys found in a hash (introduced in + version 1.63), now we only warn. This fixes an issue in Strawberry Perl + (via CPAN::Meta::YAML) when parsing a configuration file. + + [CHANGED] + + - Updated File::Temp test prereq to 0.19 for 'newdir' + ------------------------------------------------------------------- Tue Apr 14 17:39:05 UTC 2015 - coolo@suse.com diff --git a/perl-YAML-Tiny.spec b/perl-YAML-Tiny.spec index 0eb0691..27dc7d2 100644 --- a/perl-YAML-Tiny.spec +++ b/perl-YAML-Tiny.spec @@ -17,18 +17,22 @@ Name: perl-YAML-Tiny -Version: 1.66 +Version: 1.67 Release: 0 %define cpan_name YAML-Tiny Summary: Read/Write YAML files with as little code as possible -License: GPL-1.0+ or Artistic-1.0 +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/YAML-Tiny/ -Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(File::Temp) >= 0.19 +BuildRequires: perl(JSON::PP) +BuildRequires: perl(Test::More) >= 0.99 %{perl_requires} %description