Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Herwig for openSUSE:Factory checked in at 2021-07-22 22:43:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Herwig (Old) and /work/SRC/openSUSE:Factory/.Herwig.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Herwig" Thu Jul 22 22:43:22 2021 rev:14 rq:907602 version:7.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/Herwig/Herwig.changes 2020-06-12 21:43:49.516396885 +0200 +++ /work/SRC/openSUSE:Factory/.Herwig.new.1899/Herwig.changes 2021-07-22 22:44:03.631145058 +0200 @@ -1,0 +2,9 @@ +Fri Mar 19 00:19:24 UTC 2021 - Atri Bhattacharya <[email protected]> + +- Update to version 7.2.2: + * support for python 3 and gcc 10. + * ufo2herwig script is updated to be compatible with python 2 + and 3, using --convert option. +- Rebase Herwig-disable-repo-install.patch for update. + +------------------------------------------------------------------- Old: ---- Herwig-7.2.1.tar.bz2 New: ---- Herwig-7.2.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Herwig.spec ++++++ --- /var/tmp/diff_new_pack.ceTfP5/_old 2021-07-22 22:44:04.015144558 +0200 +++ /var/tmp/diff_new_pack.ceTfP5/_new 2021-07-22 22:44:04.019144553 +0200 @@ -1,7 +1,7 @@ # # spec file for package Herwig # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define _lto_cflags %{nil} %define so_name Herwig-libs Name: Herwig -Version: 7.2.1 +Version: 7.2.2 Release: 0 Summary: Multi-purpose event generator for high-energy physics License: GPL-2.0-only @@ -109,10 +109,6 @@ %prep %autosetup -p1 -# REMOVE SPURIOUS BACKUP FILES -rm Models/Feynrules/python/ufo2peg/converter.py.rej~ -rm Models/Feynrules/python/ufo2peg/vertices.py.orig - # FIX ENV BASED HASHBANG sed -i "1{s|/usr/bin/env bash|/bin/bash|}" src/herwig-config.in ++++++ Herwig-7.2.1.tar.bz2 -> Herwig-7.2.2.tar.bz2 ++++++ ++++ 25993 lines of diff (skipped) ++++++ Herwig-disable-repo-install.patch ++++++ --- /var/tmp/diff_new_pack.ceTfP5/_old 2021-07-22 22:44:06.583141211 +0200 +++ /var/tmp/diff_new_pack.ceTfP5/_new 2021-07-22 22:44:06.587141205 +0200 @@ -1,11 +1,18 @@ -Index: Herwig-7.2.1/src/Makefile.am +Index: Herwig-7.2.2/src/Makefile.am =================================================================== ---- Herwig-7.2.1.orig/src/Makefile.am -+++ Herwig-7.2.1/src/Makefile.am -@@ -177,11 +177,6 @@ THEPEGREPO=$(THEPEGLIBPATH)/ThePEGDefaul +--- Herwig-7.2.2.orig/src/Makefile.am ++++ Herwig-7.2.2/src/Makefile.am +@@ -176,17 +176,8 @@ SETUPTHEPEG=$(THEPEGPATH)/bin/setupThePE + THEPEGREPO=$(THEPEGLIBPATH)/ThePEGDefaults.rpo install-data-hook: - @echo Creating repository +- @echo Creating repository ++ @echo Skip creating repository + +- @if [ "$(PYTHON_PLATFORM)" = "darwin" ]; then\ +- install_name_tool -add_rpath $(DESTDIR)$(libdir) $(DESTDIR)$(pkglibdir)/HwEvtGenInterface.so;\ +- fi +- - @./Herwig init -L$(DESTDIR)$(pkglibdir) -i$(DESTDIR)$(pkgdatadir) -i$(DESTDIR)$(pkgdatadir)/snippets $(DESTDIR)$(defaultsdir)/HerwigDefaults.in --repo=$(DESTDIR)$(pkgdatadir)/HerwigDefaults.rpo - @if test -n "$(DESTDIR)"; \ - then sed -i.bak -e "s@$(DESTDIR)@@g" $(DESTDIR)$(pkgdatadir)/HerwigDefaults.rpo; \
