Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-UUID for openSUSE:Factory checked in at 2026-06-09 14:25:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-UUID (Old) and /work/SRC/openSUSE:Factory/.perl-UUID.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-UUID" Tue Jun 9 14:25:49 2026 rev:9 rq:1358061 version:0.380.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-UUID/perl-UUID.changes 2025-04-15 16:49:17.155594392 +0200 +++ /work/SRC/openSUSE:Factory/.perl-UUID.new.2375/perl-UUID.changes 2026-06-09 14:27:55.935495288 +0200 @@ -1,0 +2,47 @@ +Fri May 15 08:20:53 UTC 2026 - Tina Müller <[email protected]> + +- updated to 0.380.0 (0.38) + see /usr/share/doc/packages/perl-UUID/Changes + + 0.38 Thu May 14 10:52:38 EDT 2026 + - Use system randomness for seeding internal PRNG. Source is + platform-specific and preferred in the following order, if + available: + - arc4random() + - BCryptGenRandom() + - CryptGenRandom() + - getentropy() + - getrandom() + - /dev/urandom + - Move internal context to anonymous mmap to synchronize timestamps + between multiple processes or threads. This also means random + numbers from all processes/threads now come from a common pool, + eliminating chance of parallel duplication. + - Improved internal context locking, switching away from pthreads due + to cross-platform inconsistencies with respect to process-shared + mutexes. Now OpenBSD uses futex, Win32 uses SRWLocks, and OSX uses + GCD. Everywhere else uses sem_wait. These solutions were promoted to + top-tier after realizing they would have to be done anyway as + fallbacks for pthreads. + - Add internal try/catch to ensure locks are not orphaned and avoid + deadlock in fork/thread scenarios. + - Fix off-by-one in time adjustment causing occasional duplication on + very fast hosts. (Over 10M UUIDs/sec, so probably never seen in + production.) See, for example: + https://www.cpantesters.org/cpan/report/f26eddf4-dc5c-11f0-baa1-832b6e8775ea + - Scroll to failed test t/3unique/v6.t + - Notice the first 3 digit groups of each UUID. + - For v6 UUIDs, the first 3 groups are basically system time in 100ns steps. + - The first 12 UUIDs are increasing 1 count each. + - The next 11 UUIDs are also increasing 1 count each, repeating the + same times as the first 12. The sequence field (the 4th digit + group) has increased though, so this is okay. + - The 24th UUID repeats the 23rd. + - The burst ends with the 28th UUID. + - Sped up t/3unique non-forking tests to tickle off-by-one bug. + - Make t/3unique fork/prefork tests run in parallel. + - Make t/8threads tests try harder to produce dupes. + - Add fork/prefork tests for uncovered UUID versions. + - Drop Test::More in favor of lighter, faster, homegrown module. + +------------------------------------------------------------------- Old: ---- UUID-0.37.tar.gz New: ---- README.md UUID-0.38.tar.gz _scmsync.obsinfo build.specials.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-UUID.spec ++++++ --- /var/tmp/diff_new_pack.eBl6Wk/_old 2026-06-09 14:27:57.323552899 +0200 +++ /var/tmp/diff_new_pack.eBl6Wk/_new 2026-06-09 14:27:57.323552899 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-UUID # -# Copyright (c) 2025 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,22 +18,21 @@ %define cpan_name UUID Name: perl-UUID -Version: 0.370.0 +Version: 0.380.0 Release: 0 -# 0.37 -> normalize -> 0.370.0 -%define cpan_version 0.37 +# 0.38 -> normalize -> 0.380.0 +%define cpan_version 0.38 License: Artistic-2.0 Summary: Universally Unique Identifier library for Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/J/JR/JRM/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml +Source100: README.md BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(CPAN::Meta) -BuildRequires: perl(Devel::CheckLib) >= 1.14 +BuildRequires: perl(Devel::CheckLib) >= 1.140 BuildRequires: perl(ExtUtils::MakeMaker) >= 7.06 -BuildRequires: perl(List::Util) >= 1.29 -BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Try::Tiny) BuildRequires: perl(version) >= 0.77 Provides: perl(UUID) = %{version} @@ -58,9 +57,9 @@ are variant 1, meaning compliant with the OSF DCE standard as described in RFC4122. -Versions 6 and 7 are not standardized. They are presented here as proposed -in RFC4122bis, version 14, and may change in the future. RFC4122bis is -noted to replace RFC4122, if approved. +Versions 6 and 7 are not yet standardized. They are presented here as +proposed in RFC4122bis, version 14, and may change in the future. +RFC4122bis is noted to replace RFC4122, if approved. %prep %autosetup -n %{cpan_name}-%{cpan_version} -p1 ++++++ 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)  ++++++ UUID-0.37.tar.gz -> UUID-0.38.tar.gz ++++++ ++++ 15189 lines of diff (skipped) ++++++ _scmsync.obsinfo ++++++ mtime: 1778833253 commit: fbaeb73ae9a0ee19fd7bd6d0eee820f8c4aa54182e86d3b11ec1b7254bfed22d url: https://src.opensuse.org/perl/perl-UUID revision: fbaeb73ae9a0ee19fd7bd6d0eee820f8c4aa54182e86d3b11ec1b7254bfed22d 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-05-15 10:20:53.000000000 +0200 @@ -0,0 +1 @@ +.osc
