diff --git a/YAML-LibYAML-0.74.tar.gz b/YAML-LibYAML-0.74.tar.gz deleted file mode 100644 index 47a0e96..0000000 --- a/YAML-LibYAML-0.74.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0dd0e70e3eaba431e34ef04783f09679196d6be9b00d3b6697da46fdc033408 -size 148305 diff --git a/YAML-LibYAML-0.79.tar.gz b/YAML-LibYAML-0.79.tar.gz new file mode 100644 index 0000000..4b89c1a --- /dev/null +++ b/YAML-LibYAML-0.79.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8405bacd21758ca828064b401c55e549dd7bfdda834aa993101b032cdc989573 +size 149912 diff --git a/perl-YAML-LibYAML.changes b/perl-YAML-LibYAML.changes index 50ae275..0cb9705 100644 --- a/perl-YAML-LibYAML.changes +++ b/perl-YAML-LibYAML.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Jun 17 14:29:58 UTC 2019 - Pedro Monreal Gonzalez + +- update to 0.79 + 0.79 Tue 11 Jun 2019 09:35:22 PM CEST + - Support aliasing scalars resolved as null or booleans (tinita) + - Add YAML::XS::LibYAML::libyaml_version() (tinita) + - Support standard !!int/!!float tags instead of dying (tinita) + 0.78 Sat 18 May 2019 06:35:21 PM CEST + - Fix double free/core dump when Dump()ing binary data, see issue#91 (tinita) + - Update config.h from libyaml (tinita) + 0.77 Mon 15 Apr 2019 10:55:13 PM CEST + - Update libyaml to version 0.2.2. Most important change for users is that plain + urls in flow style can be parsed now. Example: `[ http://yaml.org]`. (tinita) + 0.76 Sun Dec 30 20:10:16 CET 2018 + - Add $Indent - number of spaces when dumping. PR#89 @zdm++ + - Fix typo in docs. PR#87 @mr-mixas++ + - Fix links in docs. @manwar++ + 0.75 Sat Nov 3 14:17:28 CET 2018 + - Implement $LoadCode (tinita) + ------------------------------------------------------------------- Fri Sep 14 09:13:57 UTC 2018 - pmonrealgonzalez@suse.com diff --git a/perl-YAML-LibYAML.spec b/perl-YAML-LibYAML.spec index 4bb00c9..49f057a 100644 --- a/perl-YAML-LibYAML.spec +++ b/perl-YAML-LibYAML.spec @@ -1,7 +1,7 @@ # # spec file for package perl-YAML-LibYAML # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,19 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define cpan_name YAML-LibYAML Name: perl-YAML-LibYAML -Version: 0.74 +Version: 0.79 Release: 0 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} -Source: https://cpan.metacpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/T/TI/TINITA/%{cpan_name}-%{version}.tar.gz Patch0: %{name}-no-plan.patch BuildRequires: perl BuildRequires: perl-macros