Sync from SUSE:SLFO:Main perl-YAML-LibYAML revision 28e3e3db13b655e962493e25649d5ac3

This commit is contained in:
Adrian Schröter 2025-02-26 14:05:05 +01:00
parent 45ebb5bef3
commit 14148c8145
4 changed files with 65 additions and 9 deletions

BIN
YAML-LibYAML-0.86.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
YAML-LibYAML-v0.903.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,54 @@
-------------------------------------------------------------------
Mon Feb 3 05:31:43 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.903.0 (v0.903.0)
see /usr/share/doc/packages/perl-YAML-LibYAML/Changes
v0.903.0 2025-02-03 00:12:41+01:00
- Security fix: Use 3-arg form of open in LoadFile (issue#120 PR#121)
-------------------------------------------------------------------
Sat Sep 21 05:35:07 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.902.0 (v0.902.0)
see /usr/share/doc/packages/perl-YAML-LibYAML/Changes
v0.902.0 2024-09-20 21:39:00+02:00
- Loaded builtin booleans are not readonly anymore for perl >= v5.36
v0.901.0 2024-09-06 23:56:41+02:00
- Change version scheme
- Fix missing linebreak in pod from Dist::Zilla conversion
0.90 2024-09-06 23:44:13+02:00
- Change from Zilla::Dist to Dist::Zilla
-------------------------------------------------------------------
Fri Mar 8 23:12:12 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Sat Jan 27 03:10:33 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.89
see /usr/share/doc/packages/perl-YAML-LibYAML/Changes
0.89 Sat 27 Jan 2024 01:44:08 AM CET
- Recognise core booleans on Perl 5.36+ at dump time (PR#114 PEVANS++)
-------------------------------------------------------------------
Sat May 13 03:08:54 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.88
see /usr/share/doc/packages/perl-YAML-LibYAML/Changes
0.88 Fri May 12 05:28:05 AM PDT 2023
- REVERT "Turn off internal POK flag for number scalars"
0.87 Thu May 4 09:37:26 PM CEST 2023
- Turn off internal POK flag for number scalars
-------------------------------------------------------------------
Fri Jan 27 03:08:45 UTC 2023 - Tina Müller <timueller+perl@suse.de>
@ -59,6 +110,9 @@ Tue Jan 28 03:15:43 UTC 2020 - <timueller+perl@suse.de>
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
0.69: [bsc#1173703]
- Security fix: Add $LoadBlessed option to turn on/off loading objects:
Default is set to true. Note that, the behavior is unchanged.
-------------------------------------------------------------------
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
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,12 +18,14 @@
%define cpan_name YAML-LibYAML
Name: perl-YAML-LibYAML
Version: 0.86
Version: 0.903.0
Release: 0
# v0.903.0 -> normalize -> 0.903.0
%define cpan_version v0.903.0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Perl YAML Serialization using XS and libyaml
URL: https://metacpan.org/release/%{cpan_name}
Source0: 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}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildRequires: perl
BuildRequires: perl-macros
@ -34,9 +36,9 @@ BuildRequires: perl(Test::More) >= 0.9
Perl YAML Serialization using XS and libyaml
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@ -51,7 +53,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc Changes CONTRIBUTING README
%doc Changes CONTRIBUTING.md README
%license LICENSE
%changelog