Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package SHERPA-MC for openSUSE:Factory 
checked in at 2024-04-02 16:44:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/SHERPA-MC (Old)
 and      /work/SRC/openSUSE:Factory/.SHERPA-MC.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SHERPA-MC"

Tue Apr  2 16:44:14 2024 rev:21 rq:1164104 version:2.2.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/SHERPA-MC/SHERPA-MC.changes      2023-06-26 
18:16:55.370691334 +0200
+++ /work/SRC/openSUSE:Factory/.SHERPA-MC.new.1905/SHERPA-MC.changes    
2024-04-02 16:47:05.875104450 +0200
@@ -1,0 +2,41 @@
+Sun Mar 31 09:58:03 UTC 2024 - Atri Bhattacharya <[email protected]>
+
+- Update to version 2.2.15:
+  * Fix for fixed-order NLO results (enabled using QCD_NLO_Mode:
+    Fixed_Order).
+- Changes from version 2.2.14:
+  * Fix: Reinstate clustering in OneHEvent to fix physics issue.
+- Changes from version 2.2.13:
+  * New:
+    - Expand pilot technology to scale setting (using the new
+      PILOT scale setter) and to loop generators (using the
+      process Pilot_Loop_Generator setting) !564 !461
+    - Allow to not read in partonic decay data, e.g. if one wants
+      to select a single B or D decay !537
+  * Technical/performance improvements:
+    - Make sure that HepMC3 output only correctly reports two beam
+      particles !572
+    - Use consistent order of weight names in HepMC3 output as in
+      HepMC2 output !459
+    - Resurrect HepMC3_Short output format !512
+    - Adapt pilot run strategy to be compatible with (adapted)
+      external RNG !497
+    - Fix memory leak in fusing hooks !403
+  * Fixes of runtime issues:
+    - Fix for missing tau spin correlations !574
+    - Fix crash when using a neutron-neutron beam setup !553
+    - Fix PDF book-keeping issues in the event output when using
+      the pilot run !508 !532
+    - Fix potential unit (e.g. MeV vs. GeV) inconsistency for
+      correlated subevents !512
+    - Throw exception instead of silently reweighting AlphaS input
+      scales where it is not appropriate !455
+    - Fix crash when using weighted event generation without any
+      on-the-fly variations !473
+    - Reset non-perturbative event phases after Retry_Event,
+      removing the occurence of spurious tau decays !526
+- Add SHERPA-MC-swig-noruntime.patch: Drop `-noruntime` from swig
+  command line as it has been deprecated since version 4.0 and
+  dropped from 4.2.x.
+
+-------------------------------------------------------------------

Old:
----
  SHERPA-MC-2.2.12.tar.gz

New:
----
  SHERPA-MC-2.2.15.tar.gz
  SHERPA-MC-swig-noruntime.patch

BETA DEBUG BEGIN:
  New:      removing the occurence of spurious tau decays !526
- Add SHERPA-MC-swig-noruntime.patch: Drop `-noruntime` from swig
  command line as it has been deprecated since version 4.0 and
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ SHERPA-MC.spec ++++++
--- /var/tmp/diff_new_pack.872dKH/_old  2024-04-02 16:47:06.619131815 +0200
+++ /var/tmp/diff_new_pack.872dKH/_new  2024-04-02 16:47:06.619131815 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package SHERPA-MC
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 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 @@
 %define _lto_cflags %{nil}
 
 Name:           SHERPA-MC
-Version:        2.2.12
+Version:        2.2.15
 Release:        0
 Summary:        MC event generator for Simulation of High-Energy Reactions of 
PArticles
 License:        GPL-2.0-or-later AND GPL-3.0-only
@@ -32,6 +32,8 @@
 Patch0:         SHERPA-MC-no-return-in-non-void-function.patch
 # PATCH-FIX-UPSTREAM SHERPA-MC-ignore-distutils-deprecation-warning.patch 
[email protected] -- Disable deprecation warning when importing distutils 
from python3.10, so that autotools can still work
 Patch1:         SHERPA-MC-ignore-distutils-deprecation-warning.patch
+# PATCH-FIX-UPSTREAM SHERPA-MC-swig-noruntime.patch [email protected] -- 
Drop `-noruntime` from swig command line
+Patch2:         SHERPA-MC-swig-noruntime.patch
 BuildRequires:  HepMC-devel >= 3.0
 BuildRequires:  LHAPDF-devel
 BuildRequires:  Rivet-devel

++++++ SHERPA-MC-2.2.12.tar.gz -> SHERPA-MC-2.2.15.tar.gz ++++++
/work/SRC/openSUSE:Factory/SHERPA-MC/SHERPA-MC-2.2.12.tar.gz 
/work/SRC/openSUSE:Factory/.SHERPA-MC.new.1905/SHERPA-MC-2.2.15.tar.gz differ: 
char 5, line 1

++++++ SHERPA-MC-swig-noruntime.patch ++++++
Index: SHERPA-MC-2.2.15/m4/ax_swig_multi_module_support.m4
===================================================================
--- SHERPA-MC-2.2.15.orig/m4/ax_swig_multi_module_support.m4
+++ SHERPA-MC-2.2.15/m4/ax_swig_multi_module_support.m4
@@ -52,5 +52,5 @@
 AU_ALIAS([SWIG_MULTI_MODULE_SUPPORT], [AX_SWIG_MULTI_MODULE_SUPPORT])
 AC_DEFUN([AX_SWIG_MULTI_MODULE_SUPPORT],[
         AC_REQUIRE([AX_PKG_SWIG])
-        SWIG="$SWIG -noruntime"
+        SWIG="$SWIG"
 ])

Reply via email to