Hello community,
here is the log from the commit of package python2-jupyter_ipython for
openSUSE:Factory checked in at 2017-10-10 11:43:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python2-jupyter_ipython (Old)
and /work/SRC/openSUSE:Factory/.python2-jupyter_ipython.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python2-jupyter_ipython"
Tue Oct 10 11:43:20 2017 rev:2 rq:532922 version:5.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python2-jupyter_ipython/python2-jupyter_ipython.changes
2017-10-03 23:16:36.380149477 +0200
+++
/work/SRC/openSUSE:Factory/.python2-jupyter_ipython.new/python2-jupyter_ipython.changes
2017-10-10 11:43:22.950429596 +0200
@@ -1,0 +2,5 @@
+Mon Oct 9 16:56:11 UTC 2017 - [email protected]
+
+- fix conditional to allow build for older distributions
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python2-jupyter_ipython.spec ++++++
--- /var/tmp/diff_new_pack.1jB5TP/_old 2017-10-10 11:43:23.822391326 +0200
+++ /var/tmp/diff_new_pack.1jB5TP/_new 2017-10-10 11:43:23.826391151 +0200
@@ -29,7 +29,7 @@
%bcond_without backends
%endif
%else
-%if 0%{?sle_version} && 0%{sle_version} < 150000
+%if 0%{?sle_version} && 0%{?sle_version} < 150000
%bcond_with backends
%else
%bcond_without backends
@@ -48,9 +48,9 @@
BuildRequires: desktop-file-utils
BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
-BuildRequires: update-desktop-files
BuildRequires: python-devel
BuildRequires: python-setuptools
+BuildRequires: update-desktop-files
%if %{with iptest}
BuildRequires: python-backports.shutil_get_terminal_size
BuildRequires: python-decorator