1
0

Accepting request 767972 from devel:languages:perl:autoupdate

- 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

OBS-URL: https://build.opensuse.org/request/show/767972
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-LibYAML?expand=0&rev=30
This commit is contained in:
Pedro Monreal Gonzalez 2020-01-28 10:13:50 +00:00 committed by Git OBS Bridge
parent 8d2454fc9b
commit a13b2bf883
4 changed files with 16 additions and 6 deletions

View File

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

3
YAML-LibYAML-0.81.tar.gz Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jan 28 03:15:43 UTC 2020 - <timueller+perl@suse.de>
- 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 <tina.mueller@suse.com> Thu Aug 29 10:34:07 CEST 2019 - Tina Mueller <tina.mueller@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-YAML-LibYAML # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: perl-YAML-LibYAML Name: perl-YAML-LibYAML
Version: 0.80 Version: 0.81
Release: 0 Release: 0
%define cpan_name YAML-LibYAML %define cpan_name YAML-LibYAML
Summary: Perl YAML Serialization using XS and libyaml Summary: Perl YAML Serialization using XS and libyaml
@ -37,7 +37,7 @@ Perl YAML Serialization using XS and libyaml
%prep %prep
%setup -q -n %{cpan_name}-%{version} %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 %build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"