Hello community, here is the log from the commit of package YODA for openSUSE:Factory checked in at 2020-01-07 23:55:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/YODA (Old) and /work/SRC/openSUSE:Factory/.YODA.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "YODA" Tue Jan 7 23:55:36 2020 rev:14 rq:761603 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/YODA/YODA.changes 2019-08-24 18:47:19.509751975 +0200 +++ /work/SRC/openSUSE:Factory/.YODA.new.6675/YODA.changes 2020-01-07 23:56:30.516129578 +0100 @@ -1,0 +2,18 @@ +Sat Jan 4 16:41:21 UTC 2020 - Atri Bhattacharya <[email protected]> + +- Update to version 1.8.0: + * Add extra optional bool arguments to the mkScatter converter + functions for Histo1D and Histo2D types. + * Force rebuild of the Python interface if a sufficient Cython + is found, even if the generated .cpp file is present at + configure-time. + * Final conversion to use ast module not just in autotype but as + first choice in AO.annotation. + * Remove ALL uses of @property in the Python interfaces: all + methods must have call-parentheses now. + * Improve Python annotation parsing to preferentially use ast + rather than yaml. + * Add x/yErrs and x/yErrAvgs functions to Scatter2D Python. +- Rebase so numbering patch for updated version. + +------------------------------------------------------------------- Old: ---- YODA-1.7.7.tar.bz2 New: ---- YODA-1.8.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ YODA.spec ++++++ --- /var/tmp/diff_new_pack.UjiG5x/_old 2020-01-07 23:56:34.760131781 +0100 +++ /var/tmp/diff_new_pack.UjiG5x/_new 2020-01-07 23:56:34.764131784 +0100 @@ -1,7 +1,7 @@ # # spec file for package YODA # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,15 +16,15 @@ # -%define so_name lib%{name}-1_7_7 +%define so_name lib%{name}-1_8_0 Name: YODA -Version: 1.7.7 +Version: 1.8.0 Release: 0 Summary: A small set of data analysis classes for MC event generator validation analyses License: GPL-2.0-only Group: Development/Libraries/C and C++ -Url: http://yoda.hepforge.org/ +URL: http://yoda.hepforge.org/ Source: http://www.hepforge.org/archive/yoda/%{name}-%{version}.tar.bz2 Patch1: sover.diff BuildRequires: gcc-c++ @@ -132,7 +132,8 @@ %files devel %defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING +%doc AUTHORS ChangeLog +%license COPYING %{_bindir}/aida2flat %{_bindir}/aida2yoda %{_bindir}/flat2yoda ++++++ YODA-1.7.7.tar.bz2 -> YODA-1.8.0.tar.bz2 ++++++ ++++ 97577 lines of diff (skipped) ++++++ sover.diff ++++++ --- /var/tmp/diff_new_pack.UjiG5x/_old 2020-01-07 23:56:36.056132454 +0100 +++ /var/tmp/diff_new_pack.UjiG5x/_new 2020-01-07 23:56:36.056132454 +0100 @@ -2,13 +2,13 @@ src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -Index: YODA-1.7.7/src/Makefile.am +Index: YODA-1.8.0/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 +--- YODA-1.8.0.orig/src/Makefile.am ++++ YODA-1.8.0/src/Makefile.am +@@ -26,7 +26,7 @@ libYODA_la_SOURCES = \ + Point2D.cc \ + Point3D.cc -libYODA_la_LDFLAGS = -avoid-version +libYODA_la_LDFLAGS = -release ${PACKAGE_VERSION}
