Hello community,

here is the log from the commit of package python3-IPython for openSUSE:Factory 
checked in at 2015-03-05 15:40:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-IPython (Old)
 and      /work/SRC/openSUSE:Factory/.python3-IPython.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-IPython"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-IPython/python3-IPython.changes  
2015-03-03 11:14:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-IPython.new/python3-IPython.changes     
2015-03-05 18:16:17.000000000 +0100
@@ -1,0 +2,8 @@
+Tue Mar  3 12:23:31 UTC 2015 - toddrme2...@gmail.com
+
+- Drop gnome-icon-theme BuildRequires: the theme no longer exists
+  (it was merged and renamed to Adwaita-icon-theme). Instead,
+  package the icons in a tarball and install them during build.
+- Reorganizes requirements a little.
+
+-------------------------------------------------------------------

New:
----
  ipython3-icons.tar.xz

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

Other differences:
------------------
++++++ python3-IPython.spec ++++++
--- /var/tmp/diff_new_pack.nYxug4/_old  2015-03-05 18:16:18.000000000 +0100
+++ /var/tmp/diff_new_pack.nYxug4/_new  2015-03-05 18:16:18.000000000 +0100
@@ -20,22 +20,20 @@
 Version:        3.0.0
 Release:        0
 Source0:        
https://pypi.python.org/packages/source/i/ipython/ipython-%{version}.tar.gz
+Source1:        ipython3-icons.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Url:            http://ipython.scipy.org/
 Summary:        An Enhanced Interactive Python Shell
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 BuildArch:      noarch
-BuildRequires:  gnome-icon-theme
 BuildRequires:  python3
+BuildRequires:  python3-devel
 BuildRequires:  python3-2to3
+BuildRequires:  python3-setuptools
 BuildRequires:  python3-Cython
 BuildRequires:  python3-curses
-BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
-BuildRequires:  python3-matplotlib
 BuildRequires:  python3-nose >= 0.10.1
-BuildRequires:  python3-numpydoc
 BuildRequires:  python3-opengl
 BuildRequires:  python3-pymongo
 BuildRequires:  python3-pyzmq-devel >= 2.1.11
@@ -44,7 +42,6 @@
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
 %endif
-Requires:       gnome-icon-theme
 Requires:       python3-Jinja2
 Requires:       python3-pyzmq >= 2.1.11
 Requires:       python3-tk
@@ -72,6 +69,7 @@
 BuildRequires:  graphviz
 BuildRequires:  graphviz-gnome
 BuildRequires:  python3-Sphinx >= 0.3
+BuildRequires:  python3-numpydoc
 
 %description
 IPython provides a replacement for the interactive python (Python)
@@ -164,17 +162,11 @@
 sed -i 's/gnome-netstatus-idle/ipython3/g' *.desktop
 %suse_update_desktop_file -r -i ipython3 System TerminalEmulator
 %suse_update_desktop_file -r -i ipython3-qtconsole System TerminalEmulator
+%endif
 
 # install icons
-for i in %{_datadir}/icons/gnome/*/status/gnome-netstatus-idle.*
-do
-    NUM="$(basename $(dirname $(dirname $i)))"
-    mkdir -p "%{buildroot}%{_datadir}/icons/hicolor/$NUM/apps/"
-    pushd "%{buildroot}%{_datadir}/icons/hicolor/$NUM/apps/"
-    ln -s "$i" ./ipython3.png
-    popd
-done
-%endif
+tar xf %{S:1} -C %{buildroot}%{_datadir}
+
 
 %files
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to