Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-YAML for openSUSE:Factory checked in at 2026-07-26 11:26:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-YAML (Old) and /work/SRC/openSUSE:Factory/.perl-YAML.new.2004 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-YAML" Sun Jul 26 11:26:36 2026 rev:49 rq:1367464 version:1.321.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-YAML/perl-YAML.changes 2026-07-21 22:56:03.456791518 +0200 +++ /work/SRC/openSUSE:Factory/.perl-YAML.new.2004/perl-YAML.changes 2026-07-26 11:26:38.298934658 +0200 @@ -1,0 +2,10 @@ +Thu Jul 23 07:49:28 UTC 2026 - Tina Müller <[email protected]> + +- updated to 1.321.0 (1.321) + see /usr/share/doc/packages/perl-YAML/Changes + + 1.321 2026-07-22 23:11:40+02:00 + - Going back to decimal version numbering to make existing comparisons + like 'if $YAML::VERSION >= 1.15' work. issue#233 + +------------------------------------------------------------------- Old: ---- YAML-v1.320.0.tar.gz New: ---- YAML-1.321.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-YAML.spec ++++++ --- /var/tmp/diff_new_pack.gECFmi/_old 2026-07-26 11:26:38.910955658 +0200 +++ /var/tmp/diff_new_pack.gECFmi/_new 2026-07-26 11:26:38.914955795 +0200 @@ -18,10 +18,10 @@ %define cpan_name YAML Name: perl-YAML -Version: 1.320.0 +Version: 1.321.0 Release: 0 -# v1.320.0 -> normalize -> 1.320.0 -%define cpan_version v1.320.0 +# 1.321 -> normalize -> 1.321.0 +%define cpan_version 1.321 License: Artistic-1.0 OR GPL-1.0-or-later Summary: YAML Ain't Markup Language™ URL: https://metacpan.org/release/%{cpan_name} @@ -34,6 +34,29 @@ BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::YAML) >= 1.05 +Provides: perl(YAML) = %{version} +Provides: perl(YAML::Any) = %{version} +Provides: perl(YAML::Dumper) +Provides: perl(YAML::Dumper::Base) +Provides: perl(YAML::Error) +Provides: perl(YAML::Loader) +Provides: perl(YAML::Loader::Base) +Provides: perl(YAML::Marshall) +Provides: perl(YAML::Mo) +Provides: perl(YAML::Node) +Provides: perl(YAML::Tag) +Provides: perl(YAML::Type::blessed) +Provides: perl(YAML::Type::code) +Provides: perl(YAML::Type::glob) +Provides: perl(YAML::Type::ref) +Provides: perl(YAML::Type::regexp) +Provides: perl(YAML::Type::undef) +Provides: perl(YAML::Types) +Provides: perl(YAML::Warning) +Provides: perl(yaml_mapping) +Provides: perl(yaml_scalar) +Provides: perl(yaml_sequence) +%undefine __perllib_provides %{perl_requires} %description ++++++ YAML-v1.320.0.tar.gz -> YAML-1.321.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-v1.320.0/Changes new/YAML-1.321/Changes --- old/YAML-v1.320.0/Changes 2026-07-20 13:49:35.912855571 +0200 +++ new/YAML-1.321/Changes 2026-07-22 23:15:32.580944336 +0200 @@ -1,3 +1,7 @@ +1.321 2026-07-22 23:11:40+02:00 + - Going back to decimal version numbering to make existing comparisons + like 'if $YAML::VERSION >= 1.15' work. issue#233 + v1.320.0 2026-07-20 13:38:21+02:00 - Security: Avoid backtracking leading to exponential load time. CVE-2026-63676 Thanks CPANSec diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-v1.320.0/META.json new/YAML-1.321/META.json --- old/YAML-v1.320.0/META.json 2026-07-20 13:49:35.913959489 +0200 +++ new/YAML-1.321/META.json 2026-07-22 23:15:32.582000830 +0200 @@ -58,7 +58,7 @@ "web" : "https://github.com/ingydotnet/yaml-pm" } }, - "version" : "v1.320.0", + "version" : "1.321", "x_generated_by_perl" : "v5.42.0", "x_serialization_backend" : "Cpanel::JSON::XS version 4.38", "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-v1.320.0/META.yml new/YAML-1.321/META.yml --- old/YAML-v1.320.0/META.yml 2026-07-20 13:49:35.913657703 +0200 +++ new/YAML-1.321/META.yml 2026-07-22 23:15:32.581730194 +0200 @@ -28,7 +28,7 @@ bugtracker: https://github.com/ingydotnet/yaml-pm/issues homepage: https://github.com/ingydotnet/yaml-pm repository: https://github.com/ingydotnet/yaml-pm.git -version: v1.320.0 +version: '1.321' x_generated_by_perl: v5.42.0 x_serialization_backend: 'YAML::Tiny version 1.76' x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-v1.320.0/Makefile.PL new/YAML-1.321/Makefile.PL --- old/YAML-v1.320.0/Makefile.PL 2026-07-20 13:49:35.914756452 +0200 +++ new/YAML-1.321/Makefile.PL 2026-07-22 23:15:32.582829780 +0200 @@ -23,7 +23,7 @@ "Test::More" => "0.88", "Test::YAML" => "1.05" }, - "VERSION" => "v1.320.0", + "VERSION" => "1.321", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-v1.320.0/README new/YAML-1.321/README --- old/YAML-v1.320.0/README 2026-07-20 13:49:35.912731951 +0200 +++ new/YAML-1.321/README 2026-07-22 23:15:32.580819808 +0200 @@ -4,7 +4,7 @@ VERSION - This document describes YAML version v1.320.0. + This document describes YAML version 1.321. IMPORTANT - PLEASE READ THIS FIRST diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-v1.320.0/lib/YAML/Any.pm new/YAML-1.321/lib/YAML/Any.pm --- old/YAML-v1.320.0/lib/YAML/Any.pm 2026-07-20 13:49:35.917924471 +0200 +++ new/YAML-1.321/lib/YAML/Any.pm 2026-07-22 23:15:32.585848336 +0200 @@ -1,6 +1,6 @@ use strict; use warnings; package YAML::Any; -our $VERSION = 'v1.320.0'; +our $VERSION = '1.321'; use Exporter (); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-v1.320.0/lib/YAML.pm new/YAML-1.321/lib/YAML.pm --- old/YAML-v1.320.0/lib/YAML.pm 2026-07-20 13:49:35.914656369 +0200 +++ new/YAML-1.321/lib/YAML.pm 2026-07-22 23:15:32.582732142 +0200 @@ -1,5 +1,5 @@ package YAML; -our $VERSION = 'v1.320.0'; +our $VERSION = '1.321'; use YAML::Mo; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-v1.320.0/lib/YAML.pod new/YAML-1.321/lib/YAML.pod --- old/YAML-v1.320.0/lib/YAML.pod 2026-07-20 13:49:35.915313929 +0200 +++ new/YAML-1.321/lib/YAML.pod 2026-07-22 23:15:32.583378386 +0200 @@ -12,7 +12,7 @@ =head1 VERSION -This document describes L<YAML> version B<v1.320.0>. +This document describes L<YAML> version B<1.321>. =head1 IMPORTANT - PLEASE READ THIS FIRST ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.gECFmi/_old 2026-07-26 11:26:39.118962795 +0200 +++ /var/tmp/diff_new_pack.gECFmi/_new 2026-07-26 11:26:39.122962933 +0200 @@ -1,6 +1,6 @@ -mtime: 1784550711 -commit: e2dc69230073eb90fd7fd3cee7e3abb3ddcd5381f9fee5c14ec4a748502cb8e4 +mtime: 1784806374 +commit: 1e932cd52427ac64bf1d83f6bc4913fb956331088dd0e81a3ff23c9dd55a3032 url: https://src.opensuse.org/perl/perl-YAML -revision: e2dc69230073eb90fd7fd3cee7e3abb3ddcd5381f9fee5c14ec4a748502cb8e4 +revision: 1e932cd52427ac64bf1d83f6bc4913fb956331088dd0e81a3ff23c9dd55a3032 projectscmsync: https://src.opensuse.org/perl/_ObsPrj ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-07-23 13:32:54.000000000 +0200 @@ -0,0 +1 @@ +.osc
