Hello community,

here is the log from the commit of package IPython for openSUSE:Factory checked 
in at 2012-10-25 12:09:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/IPython (Old)
 and      /work/SRC/openSUSE:Factory/.IPython.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/IPython/IPython.changes  2012-05-08 
12:10:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.IPython.new/IPython.changes     2012-10-25 
12:09:55.000000000 +0200
@@ -1,0 +2,9 @@
+Wed Oct 24 07:38:43 UTC 2012 - [email protected]
+
+- Update to 0.13.1
+  - New major upstream release
+  - Major notebook improvements
+  - Major improvements to the Qt console
+  - Improvement of parallel tools
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/IPython/python3-IPython.changes  2012-05-08 
12:10:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.IPython.new/python3-IPython.changes     
2012-10-25 12:09:55.000000000 +0200
@@ -1,0 +2,16 @@
+Wed Oct 24 08:24:47 UTC 2012 - [email protected]
+
+- Remove the renames (now setuptools adds a -3 suffix automatically) 
+- Fix man pages (rename them accordingly, fixes rpmlint warning)
+-------------------------------------------------------------------
+Wed Oct 24 07:41:21 UTC 2012 - [email protected]
+
+- Update to 0.13.1
+  - New major upstream release
+  - Major notebook improvements
+  - Major improvements to the Qt console
+  - Improvement of parallel tools
+ - Spec file adjustment: remove docs, since IPython-doc already
+   provides them
+
+-------------------------------------------------------------------

Old:
----
  ipython-0.12.1.tar.gz

New:
----
  ipython-0.13.1.tar.gz

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

Other differences:
------------------
++++++ IPython.spec ++++++
--- /var/tmp/diff_new_pack.BD5zlD/_old  2012-10-25 12:09:57.000000000 +0200
+++ /var/tmp/diff_new_pack.BD5zlD/_new  2012-10-25 12:09:57.000000000 +0200
@@ -18,7 +18,7 @@
 
 Name:           IPython
 BuildRequires:  python-devel
-Version:        0.12.1
+Version:        0.13.1
 Release:        0
 Source0:        ipython-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ python3-IPython.spec ++++++
--- /var/tmp/diff_new_pack.BD5zlD/_old  2012-10-25 12:09:57.000000000 +0200
+++ /var/tmp/diff_new_pack.BD5zlD/_new  2012-10-25 12:09:57.000000000 +0200
@@ -18,7 +18,7 @@
 
 %define        modname IPython
 Name:           python3-%{modname}
-Version:        0.12.1
+Version:        0.13.1
 Release:        0
 Source0:        ipython-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -105,12 +105,18 @@
 
 %build
 export CFLAGS="%{optflags}"
-python3 setup.py build
+/usr/bin/python3 setup.py build
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 rm -f %{buildroot}%{python3_sitelib}/IPython/.git_commit_info.ini
-for i in %{buildroot}%{_bindir}/*; do mv "$i" "${i}-python%{py3_ver}"; done # 
add -python3 suffix to executables
+
+# Remove docs
+rm -rf %{buildroot}/usr/share/doc/ipython/
+
+# Fix man pages
+
+for i in %{buildroot}%{_mandir}/man1/*; do mv "$i" "${i%%.1}3.1"; done
 
 %if 0%{?suse_version}
 %fdupes %{buildroot}
@@ -118,8 +124,9 @@
 
 %files
 %defattr(-,root,root)
-%{_bindir}/*-python%{py3_ver}
+%{_bindir}/*
 %{python3_sitelib}/%{modname}
 %{python3_sitelib}/ipython-%{version}-py%{py3_ver}.egg-info
+%{_mandir}/man1/*
 
 %changelog

++++++ ipython-0.12.1.tar.gz -> ipython-0.13.1.tar.gz ++++++
++++ 87270 lines of diff (skipped)

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

Reply via email to