Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Rivet for openSUSE:Factory checked in at 2025-07-16 17:36:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Rivet (Old) and /work/SRC/openSUSE:Factory/.Rivet.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Rivet" Wed Jul 16 17:36:22 2025 rev:31 rq:1293787 version:3.1.11 Changes: -------- --- /work/SRC/openSUSE:Factory/Rivet/Rivet.changes 2025-04-10 21:59:29.557211982 +0200 +++ /work/SRC/openSUSE:Factory/.Rivet.new.7373/Rivet.changes 2025-07-16 17:36:55.336388707 +0200 @@ -1,0 +2,6 @@ +Thu Jul 10 22:56:17 UTC 2025 - Atri Bhattacharya <badshah...@gmail.com> + +- Add Rivet-include-missing-cstdint.patch: Include cstdint header + to fix build failures against GCC 15. + +------------------------------------------------------------------- New: ---- Rivet-include-missing-cstdint.patch ----------(New B)---------- New: - Add Rivet-include-missing-cstdint.patch: Include cstdint header to fix build failures against GCC 15. ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Rivet.spec ++++++ --- /var/tmp/diff_new_pack.reKCOm/_old 2025-07-16 17:36:56.060418826 +0200 +++ /var/tmp/diff_new_pack.reKCOm/_new 2025-07-16 17:36:56.064418992 +0200 @@ -30,6 +30,8 @@ Patch1: Rivet-disable-testCmdLine.patch # PATCH-FIX-UPSTREAM Rivet-fix-hepmc-tests.patch badshah...@gmail.com -- Use deduce_reader in API tests for HepMC 3.3.x compatibility; part of upstream commit ca0d57ca to release-4-0-x development branch Patch2: Rivet-fix-hepmc-tests.patch +# PATCH-FIX-UPSTREAM Rivet-include-missing-cstdint.patch badshah...@gmail.com -- Include missing header cstdint to fix build failures against GCC 15 +Patch3: Rivet-include-missing-cstdint.patch BuildRequires: HepMC-devel >= 3.2 BuildRequires: YODA-devel >= 1.9.11 BuildRequires: bash-completion ++++++ Rivet-include-missing-cstdint.patch ++++++ --- include/Rivet/Tools/RivetSTL.hh | 1 + 1 file changed, 1 insertion(+) Index: Rivet-3.1.11/include/Rivet/Tools/RivetSTL.hh =================================================================== --- Rivet-3.1.11.orig/include/Rivet/Tools/RivetSTL.hh +++ Rivet-3.1.11/include/Rivet/Tools/RivetSTL.hh @@ -12,6 +12,7 @@ #include <ostream> #include <fstream> #include <sstream> +#include <cstdint> // #include <tuple> // #include <utility> // #include <algorithm>