Hello community, here is the log from the commit of package IPython for openSUSE:Factory checked in at 2013-10-09 09:44:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-08-13 13:09:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.IPython.new/IPython.changes 2013-10-09 09:44:10.000000000 +0200 @@ -1,0 +2,7 @@ +Tue Oct 8 14:30:43 UTC 2013 - [email protected] + +- Update to 1.1.0 + * Bugfixes +- Fix building on openSUSE 12.2 + +------------------------------------------------------------------- Old: ---- ipython-1.0.0.tar.gz New: ---- ipython-1.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ IPython.spec ++++++ --- /var/tmp/diff_new_pack.RI3utG/_old 2013-10-09 09:44:12.000000000 +0200 +++ /var/tmp/diff_new_pack.RI3utG/_new 2013-10-09 09:44:12.000000000 +0200 @@ -18,7 +18,7 @@ Name: IPython BuildRequires: python-devel -Version: 1.0.0 +Version: 1.1.0 Release: 0 Source0: https://pypi.python.org/packages/source/i/ipython/ipython-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -124,11 +124,16 @@ mv build/html %{buildroot}%{_docdir}/%{name}/ popd +# set executable +chmod a+x %{buildroot}%{python_sitelib}/%{name}/html/static/components/less.js/bin/lessc +chmod a+x %{buildroot}%{python_sitelib}/%{name}/external/mathjax.py +chmod a+x %{buildroot}%{python_sitelib}/%{name}/html/static/components/marked/bin/marked + # remove hidden files -rm -f %{buildroot}/%{python_sitelib}/IPython/.git_commit_info.ini -rm -f %{buildroot}/%{_docdir}/%{name}/manual/.buildinfo +rm -f %{buildroot}%{python_sitelib}/%{name}/.git_commit_info.ini +rm -f %{buildroot}%{python_sitelib}/%{name}/html/static/components/.gitignore +rm -f %{buildroot}%{_docdir}/%{name}/manual/.buildinfo -%if 0%{?suse_version} > 1010 %fdupes %{buildroot}%{_docdir}/%{name}/ # install .desktop files @@ -146,7 +151,6 @@ ln -s "$i" ./ipython.png popd done -%endif %files %defattr(-,root,root) @@ -172,7 +176,9 @@ %{python_sitelib}/%{name} %{python_sitelib}/ipython-%{version}-py*.egg-info %exclude %{_docdir}/%{name}/html/ +%if 0%{?suse_version} > 1220 %exclude %{_docdir}/%{name}/examples/ +%endif %files doc %defattr(-,root,root) ++++++ ipython-1.0.0.tar.gz -> ipython-1.1.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/IPython/ipython-1.0.0.tar.gz /work/SRC/openSUSE:Factory/.IPython.new/ipython-1.1.0.tar.gz differ: char 5, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
