Hello community,

here is the log from the commit of package python-numpy for openSUSE:Factory 
checked in at 2015-10-01 12:21:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-numpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-numpy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-numpy"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-numpy/python-numpy-doc.changes    
2015-03-05 18:15:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-numpy.new/python-numpy-doc.changes       
2015-10-01 12:21:44.000000000 +0200
@@ -1,0 +2,14 @@
+Wed Sep 23 07:31:55 UTC 2015 - [email protected]
+
+- update to version 1.9.3:
+  * #5866: fix error finding Python headers when build_ext --include-dirs is 
set;
+  * #6016: fix np.loadtxt error on Python 3.5 when reading from gzip files;
+  * #5555: Replace deprecated options for ifort;
+  * #6096: remove /GL for VS2015 in check_long_double_representation;
+  * #6141: enable Visual Studio 2015 C99 features;
+  * #6171: revert C99 complex for MSVC14.
+- Fix latex dependencies.
+- Disable building of latex packages on distros that don't support it
+- Disable building of latex packages entirely since it is currently broken
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python-numpy/python-numpy.changes        
2015-03-05 18:15:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-numpy.new/python-numpy.changes   
2015-10-01 12:21:44.000000000 +0200
@@ -1,0 +2,11 @@
+Wed Sep 23 07:31:55 UTC 2015 - [email protected]
+
+- update to version 1.9.3:
+  * #5866: fix error finding Python headers when build_ext --include-dirs is 
set;
+  * #6016: fix np.loadtxt error on Python 3.5 when reading from gzip files;
+  * #5555: Replace deprecated options for ifort;
+  * #6096: remove /GL for VS2015 in check_long_double_representation;
+  * #6141: enable Visual Studio 2015 C99 features;
+  * #6171: revert C99 complex for MSVC14.
+
+-------------------------------------------------------------------

Old:
----
  numpy-1.9.2.tar.gz

New:
----
  numpy-1.9.3.tar.gz

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

Other differences:
------------------
++++++ python-numpy-doc.spec ++++++
--- /var/tmp/diff_new_pack.P42vW9/_old  2015-10-01 12:21:45.000000000 +0200
+++ /var/tmp/diff_new_pack.P42vW9/_new  2015-10-01 12:21:45.000000000 +0200
@@ -19,7 +19,7 @@
 %define modname numpy
 Name:           python-numpy-doc
 %define docname numpydoc
-Version:        1.9.2
+Version:        1.9.3
 Release:        0
 %define docvers 0.4
 Url:            http://www.numpy.org/
@@ -39,8 +39,19 @@
 BuildRequires:  python-matplotlib
 BuildRequires:  python-numpy-devel
 BuildRequires:  python-numpydoc
-BuildRequires:  texlive-latex
 BuildRequires:  zip
+# LaTeX requirements, not available on SLES
+%if 0%{?suse_version} > 1110 && 0%{?suse_version} != 1315
+BuildRequires:  python-Sphinx-latex
+BuildRequires:  tex(a4wide.sty)
+BuildRequires:  tex(abstract.sty)
+BuildRequires:  tex(amsmath.sty)
+BuildRequires:  tex(epsfig.sty)
+BuildRequires:  tex(expdlist.sty)
+BuildRequires:  tex(verbatim.sty)
+BuildRequires:  tex(xspace.sty)
+BuildRequires:  tex(article.cls)
+%endif
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 BuildRequires:  gcc-fortran
@@ -114,25 +125,44 @@
 
 %build
 # make the documentation
-cd doc 
-make dist PYVER=%{py_ver}
+pushd doc 
+make html PYVER=%{py_ver}
+popd
+
+# LaTeX building currently broken
+# %if 0%{?suse_version} > 1110 && 0%{?suse_version} != 1315
+# pushd doc 
+# make latex PYVER=%{py_ver}
+# make -C build/latex all-pdf PYVER=%{py_ver}
+# popd
+# %endif
 
 %install
 # install the documentation
-cd doc
-mkdir -p %{buildroot}%{_docdir}/python-numpy/{html,pdf}
-tar -xzf build/dist.tar.gz -C %{buildroot}%{_docdir}/python-numpy/html
-mv %{buildroot}%{_docdir}/python-numpy/html/*.pdf 
%{buildroot}%{_docdir}/python-numpy/pdf/
+mkdir -p %{buildroot}%{_docdir}/python-numpy/
 
+pushd doc/build
+cp -r html %{buildroot}%{_docdir}/python-numpy/
+popd
 %fdupes %{buildroot}%{_docdir}/python-numpy/html/
-%fdupes %{buildroot}%{_docdir}/python-numpy/pdf/
+
+# LaTeX building currently broken
+# %if 0%{?suse_version} > 1110 && 0%{?suse_version} != 1315
+# pushd doc/build
+# cp -r pdf %{buildroot}%{_docdir}/python-numpy/
+# popd
+# %fdupes %{buildroot}%{_docdir}/python-numpy/pdf/
+# %endif
 
 %files html
 %defattr(-,root,root)
 %{_docdir}/python-numpy/html/
 
-%files pdf
-%defattr(-,root,root)
-%{_docdir}/python-numpy/pdf/
+# LaTeX building currently broken
+# %if 0%{?suse_version} > 1110 && 0%{?suse_version} != 1315
+# %files pdf
+# %defattr(-,root,root)
+# %{_docdir}/python-numpy/pdf/
+# %endif
 
 %changelog

++++++ python-numpy.spec ++++++
--- /var/tmp/diff_new_pack.P42vW9/_old  2015-10-01 12:21:45.000000000 +0200
+++ /var/tmp/diff_new_pack.P42vW9/_new  2015-10-01 12:21:45.000000000 +0200
@@ -19,7 +19,7 @@
 %define with_atlas 0
 
 Name:           python-numpy
-Version:        1.9.2
+Version:        1.9.3
 Release:        0
 Url:            http://www.numpy.org/
 Summary:        NumPy array processing for numbers, strings, records and 
objects

++++++ numpy-1.9.2.tar.gz -> numpy-1.9.3.tar.gz ++++++
++++ 23686 lines of diff (skipped)


Reply via email to