Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fastjet-contrib for openSUSE:Factory 
checked in at 2022-12-05 18:01:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fastjet-contrib (Old)
 and      /work/SRC/openSUSE:Factory/.fastjet-contrib.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fastjet-contrib"

Mon Dec  5 18:01:25 2022 rev:6 rq:1040116 version:1.049

Changes:
--------
--- /work/SRC/openSUSE:Factory/fastjet-contrib/fastjet-contrib.changes  
2022-10-14 15:43:21.043999698 +0200
+++ 
/work/SRC/openSUSE:Factory/.fastjet-contrib.new.1835/fastjet-contrib.changes    
    2022-12-05 18:01:32.968695387 +0100
@@ -1,0 +2,6 @@
+Sun Dec  4 20:36:13 UTC 2022 - Dirk Müller <[email protected]>
+
+- update to 1.049:
+  * updated Nsubjettiness to 2.26
+
+-------------------------------------------------------------------

Old:
----
  fjcontrib-1.048.tar.gz

New:
----
  fjcontrib-1.049.tar.gz

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

Other differences:
------------------
++++++ fastjet-contrib.spec ++++++
--- /var/tmp/diff_new_pack.RIXFOT/_old  2022-12-05 18:01:33.492698240 +0100
+++ /var/tmp/diff_new_pack.RIXFOT/_new  2022-12-05 18:01:33.496698262 +0100
@@ -18,7 +18,7 @@
 
 %define shlib libfastjetcontribfragile
 Name:           fastjet-contrib
-Version:        1.048
+Version:        1.049
 Release:        0
 Summary:        A library of 3rd-party add-ons to FastJet
 License:        GPL-2.0-only

++++++ fjcontrib-1.048.tar.gz -> fjcontrib-1.049.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fjcontrib-1.048/ChangeLog 
new/fjcontrib-1.049/ChangeLog
--- old/fjcontrib-1.048/ChangeLog       2021-12-08 11:18:07.000000000 +0100
+++ new/fjcontrib-1.049/ChangeLog       2022-06-15 22:24:32.000000000 +0200
@@ -1,3 +1,12 @@
+2022-06-15  Gavin Salam  <[email protected]>
+
+       * NEWS:
+       * VERSION
+       Preparing for release of fjcontrib-1.049
+
+       * contribs.svn:
+       updated Nsubjettiness to 2.26
+
 2021-12-08  Gregory Soyez  <[email protected]>
 
        * NEWS:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fjcontrib-1.048/NEWS new/fjcontrib-1.049/NEWS
--- old/fjcontrib-1.048/NEWS    2021-12-08 11:18:07.000000000 +0100
+++ new/fjcontrib-1.049/NEWS    2022-06-15 22:24:32.000000000 +0200
@@ -1,3 +1,6 @@
+2022-06-15: release of 1.049 with
+* updated of Nsubjettiness 2.2.6, with thread-safety improvements
+
 2021-12-08: release of 1.048 with
 * inclusion of C++11 check files (fixes bug reported by Andrii Verbytskyi)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fjcontrib-1.048/Nsubjettiness/AxesDefinition.hh 
new/fjcontrib-1.049/Nsubjettiness/AxesDefinition.hh
--- old/fjcontrib-1.048/Nsubjettiness/AxesDefinition.hh 2021-12-08 
11:18:12.000000000 +0100
+++ new/fjcontrib-1.049/Nsubjettiness/AxesDefinition.hh 2022-06-15 
22:24:43.000000000 +0200
@@ -4,7 +4,7 @@
 //  Copyright (c) 2011-14
 //  Jesse Thaler, Ken Van Tilburg, Christopher K. Vermilion, and TJ Wilkason
 //
-//  $Id: AxesDefinition.hh 1130 2018-06-06 12:09:46Z jthaler $
+//  $Id: AxesDefinition.hh 1129 2018-06-06 12:08:58Z jthaler $
 //----------------------------------------------------------------------
 // This file is part of FastJet contrib.
 //
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fjcontrib-1.048/Nsubjettiness/ChangeLog 
new/fjcontrib-1.049/Nsubjettiness/ChangeLog
--- old/fjcontrib-1.048/Nsubjettiness/ChangeLog 2021-12-08 11:18:12.000000000 
+0100
+++ new/fjcontrib-1.049/Nsubjettiness/ChangeLog 2022-06-15 22:24:43.000000000 
+0200
@@ -1,3 +1,10 @@
+2022-06-13 <jthaler>
+   Removed -std=c++11 flag from makefile
+   Updated MeasureDefinition.cc to remove "static thread_local" (since it
+      doesn't really seem to help with timing)
+2022-06-10 <jthaler>
+   Updated makefile with -std=c++11 flag
+   Updated MeasureDefinition.cc with thread_local for thread safety
 2018-07-06 <jthaler>
    Updated comments in AxesDefinition.hh about role of JetDefinitionWrapper
    Updated AUTHORS with JHEP publication information for XCone
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fjcontrib-1.048/Nsubjettiness/MeasureDefinition.cc 
new/fjcontrib-1.049/Nsubjettiness/MeasureDefinition.cc
--- old/fjcontrib-1.048/Nsubjettiness/MeasureDefinition.cc      2021-12-08 
11:18:12.000000000 +0100
+++ new/fjcontrib-1.049/Nsubjettiness/MeasureDefinition.cc      2022-06-15 
22:24:43.000000000 +0200
@@ -4,7 +4,7 @@
 //  Copyright (c) 2011-14
 //  Jesse Thaler, Ken Van Tilburg, Christopher K. Vermilion, and TJ Wilkason
 //
-//  $Id: MeasureDefinition.cc 943 2016-06-09 00:55:29Z jthaler $
+//  $Id: MeasureDefinition.cc 1318 2022-06-13 22:17:46Z jthaler $
 //----------------------------------------------------------------------
 // This file is part of FastJet contrib.
 //
@@ -383,9 +383,8 @@
                                                           ) const {
    assert(old_axes.size() == N);
    
-   // some storage, declared static to save allocation/re-allocation costs
-   static LightLikeAxis new_axes[N];
-   static fastjet::PseudoJet new_jets[N];
+   LightLikeAxis new_axes[N];
+   fastjet::PseudoJet new_jets[N];
    for (int n = 0; n < N; ++n) {
       new_axes[n].reset(0.0,0.0,0.0,0.0);
       new_jets[n].reset_momentum(0.0,0.0,0.0,0.0);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fjcontrib-1.048/Nsubjettiness/NEWS 
new/fjcontrib-1.049/Nsubjettiness/NEWS
--- old/fjcontrib-1.048/Nsubjettiness/NEWS      2021-12-08 11:18:12.000000000 
+0100
+++ new/fjcontrib-1.049/Nsubjettiness/NEWS      2022-06-15 22:24:43.000000000 
+0200
@@ -31,6 +31,8 @@
   * (v2.2)  XConePlugin, which improves on the previous NjettinessPlugin to use
     N-jettiness as a jet finder using the new ConicalGeometric measure.
 
+-- 2.2.6:  (June 13, 2022) Removed "static" for thread safety (thanks Tomek
+           Procter and Andy Buckley)
 -- 2.2.5:  (June 6, 2018) Fixed bug involved undefined pointer for in
            AxesDefinition (thanks Attila Krasznahorkay)
 -- 2.2.4:  (Jun 14, 2016) Fixed bug where multi-pass minimization could yield
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fjcontrib-1.048/Nsubjettiness/VERSION 
new/fjcontrib-1.049/Nsubjettiness/VERSION
--- old/fjcontrib-1.048/Nsubjettiness/VERSION   2021-12-08 11:18:12.000000000 
+0100
+++ new/fjcontrib-1.049/Nsubjettiness/VERSION   2022-06-15 22:24:43.000000000 
+0200
@@ -1 +1 @@
-2.2.5
\ No newline at end of file
+2.2.6
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fjcontrib-1.048/VERSION new/fjcontrib-1.049/VERSION
--- old/fjcontrib-1.048/VERSION 2021-12-08 11:18:07.000000000 +0100
+++ new/fjcontrib-1.049/VERSION 2022-06-15 22:24:32.000000000 +0200
@@ -1,2 +1,2 @@
-1.048
+1.049
 

Reply via email to