Hello community, here is the log from the commit of package SHERPA-MC for openSUSE:Factory checked in at 2017-04-29 10:53:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/SHERPA-MC (Old) and /work/SRC/openSUSE:Factory/.SHERPA-MC.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "SHERPA-MC" Sat Apr 29 10:53:42 2017 rev:7 rq:491828 version:2.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/SHERPA-MC/SHERPA-MC.changes 2017-03-12 20:02:29.850513231 +0100 +++ /work/SRC/openSUSE:Factory/.SHERPA-MC.new/SHERPA-MC.changes 2017-04-29 10:54:10.670688438 +0200 @@ -1,0 +2,9 @@ +Fri Apr 28 06:47:09 UTC 2017 - [email protected] + +- Update to version 2.2.3: + * Support for the Recola one-loop generator for QCD corrections. +- Add SHERPA-MC-no-return-in-non-void-function.patch -- Fix a + non-void (bool) function that was not returning any data to + return "true". + +------------------------------------------------------------------- Old: ---- SHERPA-MC-2.2.1.tar.gz New: ---- SHERPA-MC-2.2.3.tar.gz SHERPA-MC-no-return-in-non-void-function.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ SHERPA-MC.spec ++++++ --- /var/tmp/diff_new_pack.3WuKgu/_old 2017-04-29 10:54:11.838523461 +0200 +++ /var/tmp/diff_new_pack.3WuKgu/_new 2017-04-29 10:54:11.842522896 +0200 @@ -19,13 +19,15 @@ %define soname lib%{name}0 Name: SHERPA-MC -Version: 2.2.1 +Version: 2.2.3 Release: 0 Summary: MC event generator for Simulation of High-Energy Reactions of PArticles License: GPL-2.0+ and GPL-3.0 Group: Development/Libraries/C and C++ Url: https://sherpa.hepforge.org/ Source: http://www.hepforge.org/archive/sherpa/%{name}-%{version}.tar.gz +# PATCH-FIX-UPSTREAM SHERPA-MC-no-return-in-non-void-function.patch [email protected] -- Fix a non-void (bool) function that was not returning any data to return "true" +Patch0: SHERPA-MC-no-return-in-non-void-function.patch BuildRequires: HepMC-devel BuildRequires: LHAPDF-devel BuildRequires: Rivet-devel @@ -132,6 +134,7 @@ %prep %setup -q +%patch0 -p1 %build %configure \ ++++++ SHERPA-MC-2.2.1.tar.gz -> SHERPA-MC-2.2.3.tar.gz ++++++ /work/SRC/openSUSE:Factory/SHERPA-MC/SHERPA-MC-2.2.1.tar.gz /work/SRC/openSUSE:Factory/.SHERPA-MC.new/SHERPA-MC-2.2.3.tar.gz differ: char 5, line 1 ++++++ SHERPA-MC-no-return-in-non-void-function.patch ++++++ Index: SHERPA-MC-2.2.3/SHERPA/Tools/HepMC2_Interface.C =================================================================== --- SHERPA-MC-2.2.3.orig/SHERPA/Tools/HepMC2_Interface.C +++ SHERPA-MC-2.2.3/SHERPA/Tools/HepMC2_Interface.C @@ -647,6 +647,7 @@ bool HepMC2_Interface::AddCrossSection(H #else msg_Info()<<METHOD<<"(): Cannot add XS info to GenEvent."<<std::endl; #endif + return true; } void HepMC2_Interface::DeleteGenSubEventList()
