Hello community,

here is the log from the commit of package YODA for openSUSE:Factory checked in 
at 2020-11-17 21:27:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/YODA (Old)
 and      /work/SRC/openSUSE:Factory/.YODA.new.24930 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "YODA"

Tue Nov 17 21:27:00 2020 rev:18 rq:849050 version:1.8.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/YODA/YODA.changes        2020-07-17 
20:54:15.245133324 +0200
+++ /work/SRC/openSUSE:Factory/.YODA.new.24930/YODA.changes     2020-11-17 
21:27:01.749480881 +0100
@@ -1,0 +2,23 @@
+Mon Nov  9 22:20:45 UTC 2020 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to version 1.8.4:
+  * Don't suppress cross-section-normalised empty histograms in
+    yodamerge.
+  * Use ROOT's ROOT_VERSION_CODE and ROOT_VERSION macros to handle
+    the changing TPython API.
+  * Do not apply bin-width scaling by default between YODA and
+    ROOT binned objects.
+  * Improve ROOT conversion utilities to support a fuller set of
+    width-scaling and focus-mapping options.
+  * Fix Point1D.setXErrs() function to handle sources and asymm
+    errors correctly.
+  * Map scatter reset() functions into Python.
+  * Create bash completion dir in $prefix/etc if it doesn't exist.
+  * Fix missing call-parentheses in Python-mapped Bin classes,
+    including in the __repr__ functions, which was making
+    print(bin) crash.
+- Move bash_completion file from /usr/etc, where it is installed,
+  to the correct dir: `%{_datadir}/bash-completions/completions/`;
+  add BuildRequires: bash-completion for correct dir ownership.
+
+-------------------------------------------------------------------

Old:
----
  YODA-1.8.3.tar.bz2

New:
----
  YODA-1.8.4.tar.bz2

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

Other differences:
------------------
++++++ YODA.spec ++++++
--- /var/tmp/diff_new_pack.yeD6gW/_old  2020-11-17 21:27:02.281481391 +0100
+++ /var/tmp/diff_new_pack.yeD6gW/_new  2020-11-17 21:27:02.281481391 +0100
@@ -16,10 +16,10 @@
 #
 
 
-%define so_name lib%{name}-1_8_3
+%define so_name lib%{name}-1_8_4
 
 Name:           YODA
-Version:        1.8.3
+Version:        1.8.4
 Release:        0
 Summary:        A small set of data analysis classes for MC event generator 
validation analyses
 License:        GPL-2.0-only
@@ -27,11 +27,13 @@
 URL:            http://yoda.hepforge.org/
 Source:         http://www.hepforge.org/archive/yoda/%{name}-%{version}.tar.bz2
 Patch1:         sover.diff
+BuildRequires:  bash-completion
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  python3-Cython
 BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
 # SECTION For running python tests in make check
 BuildRequires:  python3-matplotlib
 BuildRequires:  python3-numpy
@@ -127,6 +129,8 @@
 %install
 %make_install
 
+mkdir -p %{buildroot}%{_datadir}/bash-completion/completions
+mv %{buildroot}%{_prefix}/etc/bash_completion.d/* 
%{buildroot}%{_datadir}/bash-completion/completions/
 find %{buildroot}%{_libdir}/ -name "*.la" -delete
 
 %check
@@ -154,6 +158,7 @@
 %{python3_sitearch}/yoda/
 %{python3_sitearch}/yoda1/
 %{python3_sitearch}/yoda*.egg-info
+%{_datadir}/bash-completion/completions/*
 %{_bindir}/aida2flat
 %{_bindir}/aida2yoda
 %{_bindir}/flat2yoda

++++++ YODA-1.8.3.tar.bz2 -> YODA-1.8.4.tar.bz2 ++++++
++++ 29105 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to