Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ThePEG for openSUSE:Factory checked in at 2022-06-25 10:24:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ThePEG (Old) and /work/SRC/openSUSE:Factory/.ThePEG.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ThePEG" Sat Jun 25 10:24:26 2022 rev:17 rq:984908 version:2.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ThePEG/ThePEG.changes 2021-03-24 16:12:35.523916340 +0100 +++ /work/SRC/openSUSE:Factory/.ThePEG.new.1548/ThePEG.changes 2022-06-25 10:24:47.698719391 +0200 @@ -1,0 +2,9 @@ +Mon May 2 00:00:23 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 2.2.3: + * Support for spin 3 particles added. + * hepmc3 compatiblity added. + * Various bug fixes and improvements. + * Fix for c++11 compatiblity added. + +------------------------------------------------------------------- Old: ---- ThePEG-2.2.2.tar.bz2 New: ---- ThePEG-2.2.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ThePEG.spec ++++++ --- /var/tmp/diff_new_pack.jHcJwK/_old 2022-06-25 10:24:48.290720237 +0200 +++ /var/tmp/diff_new_pack.jHcJwK/_new 2022-06-25 10:24:48.294720243 +0200 @@ -1,7 +1,7 @@ # # spec file for package ThePEG # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %bcond_with java Name: ThePEG -Version: 2.2.2 +Version: 2.2.3 Release: 0 Summary: Toolkit providing a common platform for event generators in C++ License: GPL-2.0-only ++++++ ThePEG-2.2.2.tar.bz2 -> ThePEG-2.2.3.tar.bz2 ++++++ ++++ 9466 lines of diff (skipped) ++++++ ThePEG_gcc6_failed.patch ++++++ --- /var/tmp/diff_new_pack.jHcJwK/_old 2022-06-25 10:24:49.330721722 +0200 +++ /var/tmp/diff_new_pack.jHcJwK/_new 2022-06-25 10:24:49.334721727 +0200 @@ -15,11 +15,11 @@ Config/std.h | 2 ++ 1 file changed, 2 insertions(+) -Index: ThePEG-2.1.1/Config/std.h +Index: ThePEG-2.2.3/Config/std.h =================================================================== ---- ThePEG-2.1.1.orig/Config/std.h -+++ ThePEG-2.1.1/Config/std.h -@@ -100,6 +100,8 @@ using std::sqrt; +--- ThePEG-2.2.3.orig/Config/std.h ++++ ThePEG-2.2.3/Config/std.h +@@ -103,6 +103,8 @@ using std::sqrt; using std::abs; using std::atan2; using std::isfinite;