Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fastjet for openSUSE:Factory checked 
in at 2021-08-28 22:29:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fastjet (Old)
 and      /work/SRC/openSUSE:Factory/.fastjet.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fastjet"

Sat Aug 28 22:29:06 2021 rev:8 rq:914683 version:3.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fastjet/fastjet.changes  2020-12-28 
10:31:01.357785059 +0100
+++ /work/SRC/openSUSE:Factory/.fastjet.new.1899/fastjet.changes        
2021-08-28 22:29:19.961988065 +0200
@@ -1,0 +2,42 @@
+Fri Aug 27 14:39:34 UTC 2021 - Dirk Stoecker <[email protected]>
+
+- update to 3.4.0
+- New features:
+ * addition of support for thread safety. It requires a compiler
+  * supporting the C++11 standard (or later) and must be explicitly
+    enabled at configure time. There are two options
+   - the --enable-limited-thread-safety configure option is generally
+     sufficient if each thread is processing entirely distinct events.
+     It should have essentially no speed overhead.
+   - the --enable-thread-safety configure option is required if you
+     want to be able to read/copy/process a common set of PseudoJets
+     across multiple threads. Depending on the system, our tests have
+     shown speed penalties of up to 10-15%. For further details, see
+     section 10 of the manual 
+  * The jet area infrastructure has new calls to facilitate
+    reproducible multi-threaded running: AreaDefinition::with_fixed_seed(seed)
+    and GhostedAreaSpec::get_last_seed(seed). See section 10.3.1 of the manual.
+  * The background estimators have a new interface to facilitate
+    reproducible multi-threaded running: BackgroundEstimatorBase::estimate(...)
+    returns a BackgroundEstimate object, which contains rho, sigma, etc. For
+    details on using it, see sections 8 and 10.3.2 of the manual. The
+    Subtractor class has been updated to use this. 
+ * Improvements to existing features:
+  * the Python interface now has improved exceptions (a fastjet Error
+    is translated into a FastJetError python exception) and can be
+    more easily be used with projects using FastJet that want to
+    define their own python wrappers. Thanks to Patrick Komiske
+    for the suggestions.
+  * PxConePlugin now has an optional mode argument for e+e- running
+    (mode=1) instead of pp running (mode=2). Thanks to Stefan Kluth
+     for the suggestion. 
+ * Bug fixes:
+  * the Fortran interface to e+e- interface now returns jets ordered
+    in decreasing energy rather than decreasing transverse momentum. 
+ * Changes compared to the fastjet-3.4.0-beta.1 release:
+  * added set_default_stream_and_mutex to Error and LimitedWarnings
+    to help guard against garbled output.
+- Build with enable-cgal-header-only for openSUSE > Leap 15.2
+  (where cgal version is >= 5).
+
+-------------------------------------------------------------------

Old:
----
  fastjet-3.3.4.tar.gz

New:
----
  fastjet-3.4.0.tar.gz

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

Other differences:
------------------
++++++ fastjet.spec ++++++
--- /var/tmp/diff_new_pack.OM93Rn/_old  2021-08-28 22:29:20.805988940 +0200
+++ /var/tmp/diff_new_pack.OM93Rn/_new  2021-08-28 22:29:20.805988940 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fastjet
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:           fastjet
-Version:        3.3.4
+Version:        3.4.0
 Release:        0
 Summary:        Package for jet finding in pp and e+e- collisions
 License:        GPL-2.0-or-later
@@ -134,8 +134,12 @@
 %setup -q
 
 %build
+# Don't use --enable-cgal-header-only option up to 15.2
 %configure --disable-static \
            --enable-allcxxplugins \
+%if 0%{?sle_version} < 120000 || 0%{?sle_version} > 150200
+           --enable-cgal-header-only \
+%endif
            --enable-pyext \
            --enable-cgal
 %make_build
@@ -166,6 +170,7 @@
 %{_libdir}/libfastjettools.so
 %{_libdir}/libfastjetplugins.so
 %{_includedir}/fastjet/
+%{_datadir}/%{name}/
 
 %files -n fastjet-plugin-siscone
 %{_libdir}/libsiscone*.so.*

++++++ fastjet-3.3.4.tar.gz -> fastjet-3.4.0.tar.gz ++++++
++++ 35558 lines of diff (skipped)

Reply via email to