diff --git a/YAML-LibYAML-0.80.tar.gz b/YAML-LibYAML-0.80.tar.gz deleted file mode 100644 index 9b97508..0000000 --- a/YAML-LibYAML-0.80.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d60d8d581b178372a20679a40bcfe2d9b018371a200daf32907df290a2716da -size 150024 diff --git a/YAML-LibYAML-0.81.tar.gz b/YAML-LibYAML-0.81.tar.gz new file mode 100644 index 0000000..5b0b3b8 --- /dev/null +++ b/YAML-LibYAML-0.81.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70df660bfdd398b7a45d2b9d40f60a6036bc385a2f89e1af874029ee27f195e7 +size 150457 diff --git a/perl-YAML-LibYAML.changes b/perl-YAML-LibYAML.changes index a4bf55f..acdb95a 100644 --- a/perl-YAML-LibYAML.changes +++ b/perl-YAML-LibYAML.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jan 28 03:15:43 UTC 2020 - + +- updated to 0.81 + see /usr/share/doc/packages/perl-YAML-LibYAML/Changes + + 0.81 Mon 27 Jan 2020 11:05:46 PM CET + - Breaking Change: Set $YAML::XS::LoadBlessed default to false to make it + more secure + ------------------------------------------------------------------- Thu Aug 29 10:34:07 CEST 2019 - Tina Mueller diff --git a/perl-YAML-LibYAML.spec b/perl-YAML-LibYAML.spec index acc0bbb..a6016e6 100644 --- a/perl-YAML-LibYAML.spec +++ b/perl-YAML-LibYAML.spec @@ -1,7 +1,7 @@ # # spec file for package perl-YAML-LibYAML # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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,7 +17,7 @@ Name: perl-YAML-LibYAML -Version: 0.80 +Version: 0.81 Release: 0 %define cpan_name YAML-LibYAML Summary: Perl YAML Serialization using XS and libyaml @@ -37,7 +37,7 @@ Perl YAML Serialization using XS and libyaml %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"