Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-YAML-Tiny for openSUSE:Factory checked in at 2025-01-07 20:50:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-YAML-Tiny (Old) and /work/SRC/openSUSE:Factory/.perl-YAML-Tiny.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-YAML-Tiny" Tue Jan 7 20:50:24 2025 rev:19 rq:1235292 version:1.760.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-YAML-Tiny/perl-YAML-Tiny.changes 2023-04-04 21:17:25.704045839 +0200 +++ /work/SRC/openSUSE:Factory/.perl-YAML-Tiny.new.1881/perl-YAML-Tiny.changes 2025-01-07 20:50:45.506311004 +0100 @@ -1,0 +2,16 @@ +Tue Dec 17 05:36:26 UTC 2024 - Tina Müller <timueller+perl@suse.de> + +- updated to 1.760.0 (1.76) + see /usr/share/doc/packages/perl-YAML-Tiny/Changes + + 1.76 2024-12-16 18:59:46Z + [FIXED] + - revert change from #60: "yes", "y" etc are not actually booleans. + (see issue #66). + 1.75 2024-12-15 21:24:54Z + [FIXED] + - fixed regression in %QUOTE (Nathan Monfils, PR#60) [later reverted + in release 1.76, see above) + - fix version comparison logic for forward compatibility (BooK, PR#63) + +------------------------------------------------------------------- Old: ---- YAML-Tiny-1.74.tar.gz New: ---- YAML-Tiny-1.76.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-YAML-Tiny.spec ++++++ --- /var/tmp/diff_new_pack.6TpkRZ/_old 2025-01-07 20:50:46.022332339 +0100 +++ /var/tmp/diff_new_pack.6TpkRZ/_new 2025-01-07 20:50:46.026332504 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-YAML-Tiny # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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-Tiny Name: perl-YAML-Tiny -Version: 1.74 +Version: 1.760.0 Release: 0 +# 1.76 -> normalize -> 1.760.0 +%define cpan_version 1.76 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Read/Write YAML files with as little code as possible URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl @@ -31,6 +33,8 @@ BuildRequires: perl(File::Temp) >= 0.19 BuildRequires: perl(JSON::PP) BuildRequires: perl(Test::More) >= 0.88 +Provides: perl(YAML::Tiny) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -71,9 +75,9 @@ to file and back again just fine. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} -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 ++++++ YAML-Tiny-1.74.tar.gz -> YAML-Tiny-1.76.tar.gz ++++++ ++++ 1749 lines of diff (skipped)