Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package YODA for openSUSE:Factory checked in at 2021-04-06 17:30:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/YODA (Old) and /work/SRC/openSUSE:Factory/.YODA.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "YODA" Tue Apr 6 17:30:31 2021 rev:20 rq:882907 version:1.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/YODA/YODA.changes 2020-12-02 13:59:22.749874338 +0100 +++ /work/SRC/openSUSE:Factory/.YODA.new.2401/YODA.changes 2021-04-06 17:31:56.227270043 +0200 @@ -1,0 +2,28 @@ +Thu Apr 1 00:22:09 UTC 2021 - Atri Bhattacharya <[email protected]> + +- Update to version 1.9.0: + * Add missing inline declarations to free IO functions. + * Add fillDim() methods to the Bin, Bin1D and Bin2D classes. + * Rename the Point getParentAO etc. to getParent, using the new + Scatter base, and improve the accessor methods. + * Add Scatter base class to the Scatter classes, with rmPoints() + implemented there. + * Add Binned and Fillable base classes, the former introducing + the fillDim() method and rmBin(), and use them as ABCs for the + counter, histo and profile types. + * Allow YODA's Python interface to read from StringIO and FileIO + objects. + * Add rmPoint() and rmPoints() methods on all Scatter types. + * Change scaleDim() to scale() for points and scatters + * Remove ROOT5 compatibility, and handle 6.22 change in PyROOT. + * Fix out-of-source builds re. bash completions. + * Fixes to the Profile1D Python interface. + * Add <limits> header include to AnalysisObject.h to support + GCC11 (cf. http://gcc.gnu.org/gcc-11/porting_to.html) + * Restructure yodamerge to use pairwise merges, avoiding + simultaneous loading of all the input files and greatly + speeding up processing. Simultaneous simplification by + replacement of yodamerge stacking functionality with + yodastack. + +------------------------------------------------------------------- Old: ---- YODA-1.8.5.tar.bz2 New: ---- YODA-1.9.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ YODA.spec ++++++ --- /var/tmp/diff_new_pack.NkeWmh/_old 2021-04-06 17:31:56.755270640 +0200 +++ /var/tmp/diff_new_pack.NkeWmh/_new 2021-04-06 17:31:56.759270645 +0200 @@ -1,7 +1,7 @@ # # spec file for package YODA # -# 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 @@ -16,10 +16,10 @@ # -%define so_name lib%{name}-1_8_5 +%define so_name lib%{name}-1_9_0 Name: YODA -Version: 1.8.5 +Version: 1.9.0 Release: 0 Summary: A small set of data analysis classes for MC event generator validation analyses License: GPL-2.0-only @@ -79,7 +79,6 @@ This package provides the source files for development with %{name}. - %package devel Summary: A small set of data analysis classes for MC event generator validation analyses Group: Development/Libraries/C and C++ @@ -130,7 +129,7 @@ %make_install mkdir -p %{buildroot}%{_datadir}/bash-completion/completions -mv %{buildroot}%{_prefix}/etc/bash_completion.d/* %{buildroot}%{_datadir}/bash-completion/completions/ +mv %{buildroot}/etc/bash_completion.d/* %{buildroot}%{_datadir}/bash-completion/completions/ find %{buildroot}%{_libdir}/ -name "*.la" -delete %check @@ -151,7 +150,6 @@ %{_libdir}/libYODA.so %{_libdir}/pkgconfig/yoda.pc %{_includedir}/%{name}/ -%{_datadir}/%{name}/ %files -n python3-%{name} %defattr(-,root,root) @@ -173,5 +171,6 @@ %{_bindir}/yodals %{_bindir}/yodaplot %{_bindir}/yodascale +%{_bindir}/yodastack %changelog ++++++ YODA-1.8.5.tar.bz2 -> YODA-1.9.0.tar.bz2 ++++++ ++++ 33755 lines of diff (skipped)
