Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Clone for openSUSE:Factory checked in at 2026-03-13 21:15:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Clone (Old) and /work/SRC/openSUSE:Factory/.perl-Clone.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Clone" Fri Mar 13 21:15:37 2026 rev:34 rq:1338058 version:0.480.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Clone/perl-Clone.changes 2024-08-30 13:26:39.160065424 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Clone.new.8177/perl-Clone.changes 2026-03-13 21:15:47.458829132 +0100 @@ -1,0 +2,32 @@ +Tue Mar 3 06:05:41 UTC 2026 - Tina Müller <[email protected]> + +- updated to 0.480.0 (0.48) + see /usr/share/doc/packages/perl-Clone/Changes + + 0.48 2026-03-02 16:02:00 atoomic + - perf: optimize hot paths in Clone.xs + - fix: replace subtest with SKIP/bare blocks to avoid Test2 warnings + - fix: don't require MGf_DUP flag for ext magic duplication + - fix: lower MAX_DEPTH to 4000 to prevent SEGV on CPAN smokers + - fix: use platform-adaptive depth in t/10-deep_recursion.t for Windows + - Fix t/10-deep_recursion.t for Windows + - Fix C89 declaration-after-statement violations in Clone.xs + - Fix deep recursion stack overflow on Windows + - Fix cloning of Math::BigInt::GMP objects (fixes #16) + - Fix cloning of threads::shared data structures (fixes #18) + - Add thread safety test for Class::DBI-like patterns (fixes #14) + - Add comprehensive documentation with examples and limitations + - Improve README.md structure and installation instructions + - Add DBI + DBD::SQLite as recommended test dependencies + - Fix weakened reference cloning via deferred weakening (fixes #15) + - Fix memory leak when cloning non-existent hash values (fixes #42) + - Fix segfault when cloning DBI database handles (fixes #27) + - Rewrite t/09-circular.t to fix SEGV on CPAN Testers (fixes #54) + - Replace static recursion_depth with stack parameter + - Fix C++ style comments in Clone.xs for C89 portability + - Fix memory leak in Clone.xs (fixes #42) + - Allow a MAX_DEPTH recursion of 32000 calls (fixes #19 aka RT97525) + - Rename tests with more readable names + - Remove TODO from cow test + +------------------------------------------------------------------- Old: ---- Clone-0.47.tar.gz New: ---- Clone-0.48.tar.gz README.md _scmsync.obsinfo build.specials.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Clone.spec ++++++ --- /var/tmp/diff_new_pack.MoHNlQ/_old 2026-03-13 21:15:48.358865194 +0100 +++ /var/tmp/diff_new_pack.MoHNlQ/_new 2026-03-13 21:15:48.358865194 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Clone # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,18 +18,19 @@ %define cpan_name Clone Name: perl-Clone -Version: 0.470.0 +Version: 0.480.0 Release: 0 -# 0.47 -> normalize -> 0.470.0 -%define cpan_version 0.47 +# 0.48 -> normalize -> 0.480.0 +%define cpan_version 0.48 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Recursively copy Perl datatypes URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml +Source100: README.md BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(B::COW) >= 0.004 +BuildRequires: perl(B::COW) >= 0.4 BuildRequires: perl(Test::More) >= 0.88 Provides: perl(Clone) = %{version} %undefine __perllib_provides @@ -50,7 +51,7 @@ my %copy = %{ clone (\%hash) }; %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 ++++++ Clone-0.47.tar.gz -> Clone-0.48.tar.gz ++++++ ++++ 4791 lines of diff (skipped) ++++++ README.md ++++++ ## Build Results Current state of perl in openSUSE:Factory is  The current state of perl in the devel project build (devel:languages:perl)  ++++++ _scmsync.obsinfo ++++++ mtime: 1772517942 commit: 9c48266e339fc540499c3bcdd09921f7187b95980311837aa5022a75d75a329d url: https://src.opensuse.org/perl/perl-Clone.git revision: 9c48266e339fc540499c3bcdd09921f7187b95980311837aa5022a75d75a329d projectscmsync: https://src.opensuse.org/perl/_ObsPrj ++++++ 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-03-09 19:15:32.000000000 +0100 @@ -0,0 +1 @@ +.osc
