commit IPython for openSUSE:Factory
Hello community, here is the log from the commit of package IPython for openSUSE:Factory checked in at 2014-09-30 19:40:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/IPython (Old) and /work/SRC/openSUSE:Factory/.IPython.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "IPython" Changes: -------- --- /work/SRC/openSUSE:Factory/IPython/IPython.changes 2014-09-03 19:29:03.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.IPython.new/IPython.changes 2014-09-30 19:42:01.000000000 +0200 @@ -1,0 +2,7 @@ +Sat Aug 30 13:30:34 UTC 2014 - dimstar@opensuse.org + +- 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. + +------------------------------------------------------------------- New: ---- ipython-icons.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ IPython.spec ++++++ --- /var/tmp/diff_new_pack.XUIn9w/_old 2014-09-30 19:42:02.000000000 +0200 +++ /var/tmp/diff_new_pack.XUIn9w/_new 2014-09-30 19:42:02.000000000 +0200 @@ -21,13 +21,13 @@ Version: 2.2.0 Release: 0 Source0: https://pypi.python.org/packages/source/i/ipython/ipython-%{version}.tar.gz +Source1: ipython-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: python BuildRequires: python-Cython BuildRequires: python-curses @@ -43,7 +43,6 @@ BuildRequires: fdupes BuildRequires: update-desktop-files %endif -Requires: gnome-icon-theme Requires: python-pexpect Requires: python-pyzmq >= 2.1.11 Recommends: python-curses @@ -155,14 +154,7 @@ %suse_update_desktop_file -r -i ipython-qtconsole System TerminalEmulator # 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" ./ipython.png - popd -done +tar xf %{S:1} -C %{buildroot}%{_datadir} %files %defattr(-,root,root) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de