1
0

Accepting request 710366 from home:pmonrealgonzalez:branches:devel:languages:perl

- 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)

OBS-URL: https://build.opensuse.org/request/show/710366
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-LibYAML?expand=0&rev=25
This commit is contained in:
Dirk Stoecker 2019-06-17 17:17:05 +00:00 committed by Git OBS Bridge
parent 4f2d2fd572
commit f2b690c84f
4 changed files with 28 additions and 7 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8405bacd21758ca828064b401c55e549dd7bfdda834aa993101b032cdc989573
size 149912

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Jun 17 14:29:58 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- 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

View File

@ -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