forked from pool/perl-YAML-LibYAML
Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
4a1d6cd443 | |||
6724c81389 | |||
e922d4a7b1 | |||
0315c13395 | |||
9e08f9e20a | |||
3570355af2 | |||
c7b5b036eb | |||
5f753f76de |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:155ab83675345c50add03311acf9dd915955707f909a2abd8b17d7792859b2ec
|
|
||||||
size 153478
|
|
3
YAML-LibYAML-v0.904.0.tar.gz
Normal file
3
YAML-LibYAML-v0.904.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b656b0b11a4219c125679e8cbf7436a3f636e833fd63cf322d171dcb7c3eaf3e
|
||||||
|
size 168750
|
@@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 9 05:36:18 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.904.0
|
||||||
|
see /usr/share/doc/packages/perl-YAML-LibYAML/Changes
|
||||||
|
|
||||||
|
v0.904.0 2025-05-08 14:12:41+02:00
|
||||||
|
- Experimental OOP Interface, YAML 1.2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 3 05:31:43 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.903.0 (v0.903.0) (CVE-2025-40908, [bsc#1243902])
|
||||||
|
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>
|
Fri Mar 8 23:12:12 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-YAML-LibYAML
|
# spec file for package perl-YAML-LibYAML
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,27 +18,24 @@
|
|||||||
|
|
||||||
%define cpan_name YAML-LibYAML
|
%define cpan_name YAML-LibYAML
|
||||||
Name: perl-YAML-LibYAML
|
Name: perl-YAML-LibYAML
|
||||||
Version: 0.890.0
|
Version: 0.904.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 0.89
|
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Perl YAML Serialization using XS and libyaml
|
Summary: Perl YAML Serialization using XS and libyaml
|
||||||
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}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/T/TI/TINITA/%{cpan_name}-v%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(JSON::PP)
|
||||||
BuildRequires: perl(Test::More) >= 0.9
|
BuildRequires: perl(Test::More) >= 0.9
|
||||||
Provides: perl(YAML::LibYAML) = %{version}
|
|
||||||
Provides: perl(YAML::XS) = %{version}
|
|
||||||
%undefine __perllib_provides
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Perl YAML Serialization using XS and libyaml
|
Perl YAML Serialization using XS and libyaml
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-v%{version} -p1
|
||||||
|
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -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
|
||||||
|
|
||||||
@@ -55,7 +52,7 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc Changes CONTRIBUTING README
|
%doc Changes CONTRIBUTING.md README
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user