Hello community, here is the log from the commit of package YODA for openSUSE:Factory checked in at 2019-08-24 18:47:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/YODA (Old) and /work/SRC/openSUSE:Factory/.YODA.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "YODA" Sat Aug 24 18:47:19 2019 rev:13 rq:725666 version:1.7.7 Changes: -------- --- /work/SRC/openSUSE:Factory/YODA/YODA.changes 2019-05-06 13:26:42.161203798 +0200 +++ /work/SRC/openSUSE:Factory/.YODA.new.7948/YODA.changes 2019-08-24 18:47:19.509751975 +0200 @@ -1,0 +2,24 @@ +Wed Aug 21 08:14:14 UTC 2019 - Atri Bhattacharya <[email protected]> + +- Update to version 1.7.7: + * Fix printing of YAML annotations. + * Fix Python 3 / Unicode compatibility for Point.pyx. +- Changes from version 1.7.6: + * Add xEdges and yEdges methods to the 2D Histo and Profile + classes, in C++ and Python. + * Remove @property attributes from Python xEdges methods. + * Fix Python3/argparse attribute access bug in yodamerge. +- Changes from version 1.7.5: + * Convert bin/* scripts to use Python3-compatible argparse + rather than old optparse. + * Fix Histo1D::integralRange to include the second-argument bin + content as described in the docstring. + * Fix Python3 StringIO import compatibility + * Add -m/-M filtering to yodadiff. + * Fix HistoBin2D printing in Python interface. + * Protect yodamerge against zero-valued (?!) ScaledBy + attributes. +- Drop conditional for boost BuildRequires pertaining to outdated + versions of openSUSE. + +------------------------------------------------------------------- Old: ---- YODA-1.7.4.tar.bz2 New: ---- YODA-1.7.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ YODA.spec ++++++ --- /var/tmp/diff_new_pack.20R6K2/_old 2019-08-24 18:47:19.981751929 +0200 +++ /var/tmp/diff_new_pack.20R6K2/_new 2019-08-24 18:47:19.985751929 +0200 @@ -12,14 +12,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define so_name lib%{name}-1_7_4 +%define so_name lib%{name}-1_7_7 Name: YODA -Version: 1.7.4 +Version: 1.7.7 Release: 0 Summary: A small set of data analysis classes for MC event generator validation analyses License: GPL-2.0-only @@ -27,11 +27,6 @@ Url: http://yoda.hepforge.org/ Source: http://www.hepforge.org/archive/yoda/%{name}-%{version}.tar.bz2 Patch1: sover.diff -%if 0%{?suse_version} > 1325 -BuildRequires: libboost_headers-devel -%else -BuildRequires: boost-devel -%endif BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: pkg-config ++++++ YODA-1.7.4.tar.bz2 -> YODA-1.7.7.tar.bz2 ++++++ ++++ 78457 lines of diff (skipped) ++++++ sover.diff ++++++ --- /var/tmp/diff_new_pack.20R6K2/_old 2019-08-24 18:47:21.337751799 +0200 +++ /var/tmp/diff_new_pack.20R6K2/_new 2019-08-24 18:47:21.337751799 +0200 @@ -2,10 +2,10 @@ src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -Index: YODA-1.7.4/src/Makefile.am +Index: YODA-1.7.7/src/Makefile.am =================================================================== ---- YODA-1.7.4.orig/src/Makefile.am -+++ YODA-1.7.4/src/Makefile.am +--- YODA-1.7.7.orig/src/Makefile.am ++++ YODA-1.7.7/src/Makefile.am @@ -23,7 +23,7 @@ libYODA_la_SOURCES = \ Scatter2D.cc \ Scatter3D.cc
