Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package Rivet for openSUSE:Factory checked 
in at 2021-12-13 20:44:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/Rivet (Old)
 and      /work/SRC/openSUSE:Factory/.Rivet.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "Rivet"

Mon Dec 13 20:44:34 2021 rev:21 rq:940166 version:3.1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/Rivet/Rivet.changes      2021-02-19 
23:46:34.571440503 +0100
+++ /work/SRC/openSUSE:Factory/.Rivet.new.2520/Rivet.changes    2021-12-13 
20:50:37.804643890 +0100
@@ -1,0 +2,78 @@
+Tue Dec  7 21:51:00 UTC 2021 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to version 3.1.5:
+  * Changed the first labelling in ATLAS_2016_I1467230 from "/*"
+    to "/d01-*"
+  * Use the new Ref(Un)match regex info to filter unwanted objects
+    from ref files during HepData sync.
+  * Add support for Warning, RefMatch, and RefUnmatch keys in
+    analysis info files, mapped to the Analysis and AnalysisInfo
+    APIs.
+  * Add testing, warning messages, and unit tests for
+    negative-virtuality FS particles.
+  * Fix the analysis-plugin uninstall target.
+  * Remove many const return-by-value signatures, and other sloppy
+    or meaningless C++ antipatterns flagged by the icpc build.
+  * Add SFINAE x/y/z/t() method detection to Vector4 constructors,
+    and explicit .pseudojet() calls to Particles and Jets passed
+    to PseudoJet constructors.
+  * submission of ATLAS_2019_I1768911 (Z pT and phi* and at 13
+    TeV)
+  * Provide more options to specify the Cython command to be used.
+    Thanks to Christian Holm Christensen.
+  * Separate the DESTDIR from prefix in the Python module
+    installation, to clean up FreeBSD packaging.
+  * introduce isCompatibleWithSqrtS function for sqrtS dependent
+    hist booking, falls back to ENERGY option to make routines
+    reentrant safe
+  * fix back for CounterPtr filling: no fill should mean no fill,
+    not fill using weight 0
+  * Add ability for mkhtml to use pdfunite in place of pdftk and
+    pdfmerge for making a booklet.
+  * fix indentation in MC_MUONS.info
+  * add per-file print out to rivet-merge
+  * support keyboard interruption in rivet-merge
+  * Correction to use xE rather than xP in OPAL_1997_S3396100, by
+    Adil Jueid.
+  * New CMS analyses: CMS_2020_I1794169 (WZ and same-sign WW boson
+    pairs), CMS_2020_I1814328 (W+W- boson pair production), and
+    CMS_2020_I1837084 (Z-boson differential production cross
+    section using its invisible decay mode; NB: runs on Z->mumu
+    sample)
+  * Improve option handling for booleans, and exception emission
+    with incompatible casts.
+  * Add a default-value argument to the string version of
+    getOption().
+  * Change the DressedLepton single-FS name from barefs to allfs,
+    to reduce confusion.
+  * Add DIRECT and DRESSED options to MC_ELECTRONS and MC_MUONS.
+  * Fix dressed-lepton origin position for the standard,
+    non-jet-clustering mode.
+  * Remove raw int baryon counter from STAR_2006_S6860818.
+  * catch low-stats crash in LHCB_2013_I1208105 reported by Jan
+    Kretzschmar
+  * Improve error message for when the calibration file has been
+    forgotten
+  * Remove numerical epsilon cutoff for pseudorapidity
+    calculation: inf is a perfectly good value for beamline
+    momenta. Regression test updated.
+  * Add convenience V2, V3, V4, and P4 alias names for the vector
+    types.
+  * Add tests for eta and rapidity values calculated in particular
+    for +-z vectors.
+  * Allowing file.yoda:x1.23 and file.yoda:=1.23 as rivet-merge
+    arguments to multiply or overwrite the cross-section
+    respectively
+  * Add LHCB_2010_S8758301 -> LHCB_2010_I865584 alias, requested
+    by LHCb.
+  * Adding zero-division protection in AH::setCrossSection
+    (spotted by P. Ilten, thanks!)
+  * Submission of MC_HFDECAYS (MC-only validation routine for
+    heavy-flavour hadron decays)
+  * Add Analysis::barchart() functions for converting histos to
+    inert 'bar charts' without bin-width scaling. Sometimes
+    necessary, e.g. for reporting infinite-width bin contents.
+  * Update bundled yaml-cpp to version 0.6.3
+- Drop Rivet-analysis-compilation.patch: incorporated upstream.
+
+-------------------------------------------------------------------

Old:
----
  Rivet-3.1.3.tar.gz
  Rivet-analysis-compilation.patch

New:
----
  Rivet-3.1.5.tar.gz

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

Other differences:
------------------
++++++ Rivet.spec ++++++
--- /var/tmp/diff_new_pack.weQIZG/_old  2021-12-13 20:50:38.356644244 +0100
+++ /var/tmp/diff_new_pack.weQIZG/_new  2021-12-13 20:50:38.364644249 +0100
@@ -16,9 +16,10 @@
 #
 
 
-%define so_name lib%{name}-3_1_3
+%define ver 3.1.5
+%define so_name lib%{name}-%(echo %{ver} | tr '.' '_')
 Name:           Rivet
-Version:        3.1.3
+Version:        %{ver}
 Release:        0
 Summary:        A toolkit for validation of Monte Carlo event generators
 License:        GPL-2.0-only
@@ -26,8 +27,6 @@
 URL:            https://rivet.hepforge.org/
 Source:         http://www.hepforge.org/archive/rivet/%{name}-%{version}.tar.gz
 Patch0:         sover.diff
-# PATCH-FIX-UPSTREAM Rivet-analysis-compilation.patch badshah...@gmail.com -- 
Fix analysis compilation errors; patch taken from upstream git commit
-Patch1:         Rivet-analysis-compilation.patch
 BuildRequires:  HepMC-devel >= 3.0
 BuildRequires:  YODA-devel >= 1.8.0
 BuildRequires:  bash-completion
@@ -148,6 +147,7 @@
 %make_build
 
 %install
+export PYTHONPATH+=':%{buildroot}%{_libdir}/python%{py3_ver}/site-packages'
 %make_install
 
 # SECTION Fix env based hashbangs in binaries
@@ -170,7 +170,7 @@
 sed -E -i '1{/^#!.*env python/d}' 
%{buildroot}%{python3_sitearch}/rivet/spiresbib.py
 
 mkdir -p %{buildroot}%{_datadir}/bash-completion/completions
-mv %{buildroot}%{_prefix}/etc/bash_completion.d/rivet-completion 
%{buildroot}%{_datadir}/bash-completion/completions/
+mv %{buildroot}/etc/bash_completion.d/rivet-completion 
%{buildroot}%{_datadir}/bash-completion/completions/
 
 %fdupes %{buildroot}%{_datadir}/Rivet/
 

++++++ Rivet-3.1.3.tar.gz -> Rivet-3.1.5.tar.gz ++++++
/work/SRC/openSUSE:Factory/Rivet/Rivet-3.1.3.tar.gz 
/work/SRC/openSUSE:Factory/.Rivet.new.2520/Rivet-3.1.5.tar.gz differ: char 5, 
line 1

Reply via email to