Hello community,
here is the log from the commit of package python2-jupyter_ipython for
openSUSE:Factory checked in at 2019-02-06 14:07:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python2-jupyter_ipython (Old)
and /work/SRC/openSUSE:Factory/.python2-jupyter_ipython.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python2-jupyter_ipython"
Wed Feb 6 14:07:12 2019 rev:8 rq:671900 version:5.8.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python2-jupyter_ipython/python2-jupyter_ipython.changes
2018-10-09 15:53:19.030343171 +0200
+++
/work/SRC/openSUSE:Factory/.python2-jupyter_ipython.new.28833/python2-jupyter_ipython.changes
2019-02-06 14:07:14.718651160 +0100
@@ -1,0 +2,5 @@
+Tue Feb 5 13:30:04 UTC 2019 - Antonio Larrosa <[email protected]>
+
+- Fix %suse_update_desktop_file call to evaluate py_ver correctly
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python2-jupyter_ipython.spec ++++++
--- /var/tmp/diff_new_pack.YfUBjP/_old 2019-02-06 14:07:15.698650981 +0100
+++ /var/tmp/diff_new_pack.YfUBjP/_new 2019-02-06 14:07:15.698650981 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python2-jupyter_ipython
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# 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/
#
@@ -202,7 +202,7 @@
# Modify and install .desktop file
mv examples/IPython\ Kernel/ipython.desktop ipython-%{py_ver}.desktop
desktop-file-edit --set-comment="Enhanced interactive Python %{py_ver} shell"
--set-name="ipython %{py_ver}" --set-generic-name="IPython %{py_ver}"
--set-key="Exec" --set-value="ipython-%{py_ver}" --set-icon="IPython-%{py_ver}"
ipython-%{py_ver}.desktop
-%suse_update_desktop_file -i -r ipython-%{py_ver} "System;TerminalEmulator;"
+%suse_update_desktop_file -i -r ipython-%{python_version}
"System;TerminalEmulator;"
rm %{buildroot}%{_bindir}/ipython2
ln -s %{_bindir}/ipython-%{py_ver} %{buildroot}%{_bindir}/ipython2