Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package trng for openSUSE:Factory checked in at 2026-03-11 20:51:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/trng (Old) and /work/SRC/openSUSE:Factory/.trng.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trng" Wed Mar 11 20:51:48 2026 rev:8 rq:1338034 version:4.28 Changes: -------- --- /work/SRC/openSUSE:Factory/trng/trng.changes 2024-10-09 22:13:39.516034097 +0200 +++ /work/SRC/openSUSE:Factory/.trng.new.8177/trng.changes 2026-03-11 20:52:31.503033201 +0100 @@ -1,0 +2,8 @@ +Fri Mar 6 09:49:37 UTC 2026 - Atri Bhattacharya <[email protected]> + +- Update to version 4.28: + * Fix typo in macro name +- Update trng-external-catch.patch to use `Catch2 >= 3.0` and bump + minimum version in BuildRequires to 3.0. + +------------------------------------------------------------------- Old: ---- trng-4.27.tar.gz New: ---- trng-4.28.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ trng.spec ++++++ --- /var/tmp/diff_new_pack.fUpOlM/_old 2026-03-11 20:52:32.019054490 +0100 +++ /var/tmp/diff_new_pack.fUpOlM/_new 2026-03-11 20:52:32.023054655 +0100 @@ -1,7 +1,7 @@ # # spec file for package trng # -# 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 @@ -16,9 +16,9 @@ # -%global shlib libtrng4-27 +%global shlib libtrng4-28 Name: trng -Version: 4.27 +Version: 4.28 Release: 0 Summary: A Random Number Generator Library License: BSD-3-Clause @@ -31,7 +31,7 @@ BuildRequires: libboost_headers-devel BuildRequires: libboost_test-devel BuildRequires: tbb-devel -BuildRequires: cmake(Catch2) < 3.0 +BuildRequires: cmake(Catch2) > 3.0 %description TRNG is a pseudo random number generator C++ library. ++++++ trng-4.27.tar.gz -> trng-4.28.tar.gz ++++++ ++++ 1870 lines of diff (skipped) ++++++ trng-external-catch.patch ++++++ --- /var/tmp/diff_new_pack.fUpOlM/_old 2026-03-11 20:52:32.239063566 +0100 +++ /var/tmp/diff_new_pack.fUpOlM/_new 2026-03-11 20:52:32.243063731 +0100 @@ -1,7 +1,7 @@ -Index: trng4-4.25/CMakeLists.txt +Index: trng4-4.28/CMakeLists.txt =================================================================== ---- trng4-4.25.orig/CMakeLists.txt -+++ trng4-4.25/CMakeLists.txt +--- trng4-4.28.orig/CMakeLists.txt ++++ trng4-4.28/CMakeLists.txt @@ -14,6 +14,7 @@ endif() option(TRNG_ENABLE_TESTS "Enable/Disable the compilation of the TRNG tests" ON) @@ -16,7 +16,7 @@ if(TRNG_ENABLE_TESTS) - add_subdirectory(external/Catch2) + if(USE_EXTERNAL_CATCH) -+ find_package(Catch2 2 REQUIRED) ++ find_package(Catch2 3 REQUIRED) + else(USE_EXTERNAL_CATCH) + add_subdirectory(external/Catch2) + endif()
