Hello community,

here is the log from the commit of package bpython for openSUSE:Factory checked 
in at 2013-04-01 11:28:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bpython (Old)
 and      /work/SRC/openSUSE:Factory/.bpython.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bpython", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bpython/bpython.changes  2013-01-07 
15:40:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.bpython.new/bpython.changes     2013-04-01 
11:28:25.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Mar 21 11:11:44 UTC 2013 - [email protected]
+
+- Drop bpython.desktop, instead only use suse_update_desktop_file
+  to fix up the upstream one
+- Build and install HTML documentation
+
+-------------------------------------------------------------------

Old:
----
  bpython.desktop

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

Other differences:
------------------
++++++ bpython.spec ++++++
--- /var/tmp/diff_new_pack.SH59Vw/_old  2013-04-01 11:28:26.000000000 +0200
+++ /var/tmp/diff_new_pack.SH59Vw/_new  2013-04-01 11:28:26.000000000 +0200
@@ -23,19 +23,21 @@
 License:        MIT
 Group:          Development/Languages/Python
 Source:         
http://www.bpython-interpreter.org/releases/bpython-%{version}.tar.gz
-Source1:        bpython.desktop
-Source99:       rpmlintrc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  python-distribute
+# Documentation requirements:
 BuildRequires: python-Sphinx
+# Test requirements:
+BuildRequires:  python-curses
+BuildRequires:  python-mock
+BuildRequires:  python-nose
 Requires:       python-curses
 Requires:       python-pygments
 Requires:       python-pyparsing
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%py_requires
 %else
 BuildArch:      noarch
 %endif
@@ -50,24 +52,34 @@
 
 %prep
 %setup -q
-sed -i '1d' bpython/keys.py # Remove she-bang line
+sed -i "/Icon.*/d" data/bpython.desktop # Drop non-existing icon reference
 
 %build
-%{__python} setup.py build
+python setup.py build
+python setup.py build_sphinx && rm build/sphinx/html/.buildinfo # HTML 
documentation
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-install -Dm0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop
+rm -r %{buildroot}%{python_sitelib}/bpython/test # Don't ship tests
 %if 0%{?suse_version}
-%suse_update_desktop_file -r %{name} Development IDE
+%suse_update_desktop_file -G bpython -r %{name} Development IDE
 %endif
 
+#NOTE(saschpe): Check the one failing test
+#%%check
+#nosetests
+
 %files
 %defattr(-,root,root)
-%doc AUTHORS CHANGELOG LICENSE ROADMAP TODO
-%{_bindir}/bpython*
-%{python_sitelib}/*
-%{_mandir}/man*/*.*.gz
+%doc AUTHORS CHANGELOG LICENSE ROADMAP TODO build/sphinx/html
+%{_bindir}/bpython
+%{_bindir}/bpython-gtk
+%{_bindir}/bpython-urwid
+%{python_sitelib}/bpdb
+%{python_sitelib}/bpython-%{version}-py%{py_ver}.egg-info
+%{python_sitelib}/bpython
+%{_mandir}/man1/bpython.1.gz
+%{_mandir}/man5/bpython-config.5.gz
 %{_datadir}/applications/%{name}.desktop
 
 %changelog

++++++ bpython-0.12.tar.gz ++++++

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to