From 64932236cf1d81f81c725efe3d263b5d8bba3c39dbfd58afdfd7d7ea2cb89440 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 4 May 2020 05:13:51 +0000 Subject: [PATCH] Accepting request 799829 from devel:languages:perl:autoupdate updated to 0.82 see /usr/share/doc/packages/perl-YAML-LibYAML/Changes 0.82 Sat 02 May 2020 08:39:03 PM CEST - Updated libyaml sources to 0.2.4. Changes affecting YAML::XS are - Output '...' at the stream end after a block scalar with trailing empty lines - Accept '%YAML 1.2' directives (they are ignored and do not change behaviour though) OBS-URL: https://build.opensuse.org/request/show/799829 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-LibYAML?expand=0&rev=32 --- YAML-LibYAML-0.81.tar.gz | 3 --- YAML-LibYAML-0.82.tar.gz | 3 +++ perl-YAML-LibYAML.changes | 14 ++++++++++++++ perl-YAML-LibYAML.spec | 6 +++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 YAML-LibYAML-0.81.tar.gz create mode 100644 YAML-LibYAML-0.82.tar.gz diff --git a/YAML-LibYAML-0.81.tar.gz b/YAML-LibYAML-0.81.tar.gz deleted file mode 100644 index 5b0b3b8..0000000 --- a/YAML-LibYAML-0.81.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70df660bfdd398b7a45d2b9d40f60a6036bc385a2f89e1af874029ee27f195e7 -size 150457 diff --git a/YAML-LibYAML-0.82.tar.gz b/YAML-LibYAML-0.82.tar.gz new file mode 100644 index 0000000..d8bac16 --- /dev/null +++ b/YAML-LibYAML-0.82.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b4c7a3965c6cce173658f31217b9a3884edcc52ce058a8f58c69a56687fe48 +size 151109 diff --git a/perl-YAML-LibYAML.changes b/perl-YAML-LibYAML.changes index acdb95a..f4303a1 100644 --- a/perl-YAML-LibYAML.changes +++ b/perl-YAML-LibYAML.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun May 3 03:14:19 UTC 2020 - Tina Müller + +updated to 0.82 + see /usr/share/doc/packages/perl-YAML-LibYAML/Changes + + 0.82 Sat 02 May 2020 08:39:03 PM CEST + - Updated libyaml sources to 0.2.4. Changes affecting YAML::XS are + - Output '...' at the stream end after a block scalar with trailing empty + lines + - Accept '%YAML 1.2' directives (they are ignored and do not change + behaviour though) + + ------------------------------------------------------------------- Tue Jan 28 03:15:43 UTC 2020 - diff --git a/perl-YAML-LibYAML.spec b/perl-YAML-LibYAML.spec index a6016e6..fdb7f4c 100644 --- a/perl-YAML-LibYAML.spec +++ b/perl-YAML-LibYAML.spec @@ -1,7 +1,7 @@ # # spec file for package perl-YAML-LibYAML # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: perl-YAML-LibYAML -Version: 0.81 +Version: 0.82 Release: 0 %define cpan_name YAML-LibYAML Summary: Perl YAML Serialization using XS and libyaml License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/T/TI/TINITA/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build