forked from pool/perl-YAML-Syck
Automatic update to v1.360.0 (1.36) #1
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cc9156ccaebda798ebfe2f31b619e806577f860ed1704262f17ffad3c6e34159
|
|
||||||
size 166886
|
|
||||||
BIN
YAML-Syck-1.36.tar.gz
(Stored with Git LFS)
Normal file
BIN
YAML-Syck-1.36.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 14 12:27:18 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.360.0 (1.36)
|
||||||
|
see /usr/share/doc/packages/perl-YAML-Syck/Changes
|
||||||
|
|
||||||
|
1.36 Oct 10 2025
|
||||||
|
- Address memory corruption leading to 'str' value being set on empty keys
|
||||||
|
Thanks @timlegge
|
||||||
|
1.35 Oct 9 2025
|
||||||
|
- Address parsing error related to string detection on read for empty strings.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 29 12:36:00 UTC 2025 - pgajdos@suse.com
|
Thu May 29 12:36:00 UTC 2025 - pgajdos@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-YAML-Syck
|
# spec file for package perl-YAML-Syck
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -16,20 +16,25 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-YAML-Syck
|
|
||||||
Version: 1.34
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name YAML-Syck
|
%define cpan_name YAML-Syck
|
||||||
Summary: Perl YAML loader and dumper
|
Name: perl-YAML-Syck
|
||||||
|
Version: 1.360.0
|
||||||
|
Release: 0
|
||||||
|
# 1.36 -> normalize -> 1.360.0
|
||||||
|
%define cpan_version 1.36
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/Perl
|
Summary: Perl YAML loader and dumper
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
Source100: README.md
|
Source100: README.md
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
Provides: perl(JSON::Syck) = %{version}
|
||||||
|
Provides: perl(YAML::Dumper::Syck)
|
||||||
|
Provides: perl(YAML::Loader::Syck)
|
||||||
|
Provides: perl(YAML::Syck) = %{version}
|
||||||
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -43,8 +48,9 @@ the 'Load'/'Dump' functions. The default setting is for preserving
|
|||||||
backward-compatibility with 'YAML.pm'.
|
backward-compatibility with 'YAML.pm'.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -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
|
%build
|
||||||
# https://github.com/cpan-authors/YAML-Syck/issues/61
|
# https://github.com/cpan-authors/YAML-Syck/issues/61
|
||||||
@@ -60,7 +66,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes COMPATIBILITY README.md
|
%doc Changes COMPATIBILITY README.md
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user