forked from pool/perl-YAML-LibYAML
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:
parent
8d2454fc9b
commit
a13b2bf883
@ -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
3
YAML-LibYAML-0.81.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70df660bfdd398b7a45d2b9d40f60a6036bc385a2f89e1af874029ee27f195e7
|
||||
size 150457
|
@ -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>
|
||||
|
||||
|
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user