Hello community, here is the log from the commit of package python-scipy for openSUSE:Factory checked in at 2014-08-13 17:08:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-scipy (Old) and /work/SRC/openSUSE:Factory/.python-scipy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scipy" Changes: -------- --- /work/SRC/openSUSE:Factory/python-scipy/python-scipy.changes 2014-06-01 19:41:43.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-scipy.new/python-scipy.changes 2014-08-13 17:08:09.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Aug 11 08:53:11 UTC 2014 - [email protected] + +- Switch to pypi download location +- Minor spec file cleanups + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-scipy.spec ++++++ --- /var/tmp/diff_new_pack.0jcELp/_old 2014-08-13 17:08:12.000000000 +0200 +++ /var/tmp/diff_new_pack.0jcELp/_new 2014-08-13 17:08:12.000000000 +0200 @@ -18,15 +18,14 @@ %define with_atlas 0 -%define modname scipy -Name: python-%{modname} +Name: python-scipy Version: 0.14.0 Release: 0 Summary: Scientific Tools for Python License: BSD-3-Clause Group: Development/Libraries/Python Url: http://www.scipy.org -Source0: %{modname}-%{version}.tar.gz +Source0: https://pypi.python.org/packages/source/s/scipy/scipy-%{version}.tar.gz BuildRequires: blas-devel BuildRequires: fdupes BuildRequires: fftw-devel @@ -83,7 +82,7 @@ leading scientists and engineers. %prep -%setup -q -n %{modname}-%{version} +%setup -q -n scipy-%{version} find . -type f -name "*.py" -exec sed -i "s|#!/usr/bin/env python||" {} \; cat > site.cfg << EOF @@ -115,20 +114,20 @@ find %{buildroot}%{python_sitearch}/scipy/weave -type d -name examples | xargs rm -rf %fdupes %{buildroot}%{python_sitearch} # fix executability issue -chmod +x %{buildroot}%{python_sitearch}/%{modname}/io/arff/arffread.py -chmod +x %{buildroot}%{python_sitearch}/%{modname}/special/spfun_stats.py -chmod +x %{buildroot}%{python_sitearch}/%{modname}/special/generate_ufuncs.py +chmod +x %{buildroot}%{python_sitearch}/scipy/io/arff/arffread.py +chmod +x %{buildroot}%{python_sitearch}/scipy/special/spfun_stats.py +chmod +x %{buildroot}%{python_sitearch}/scipy/special/generate_ufuncs.py %files %defattr(-,root,root,-) %doc LICENSE.txt -%{python_sitearch}/%{modname}/ -%{python_sitearch}/%{modname}-%{version}-py%{py_ver}.egg-info -%exclude %{python_sitearch}/%{modname}/weave +%{python_sitearch}/scipy/ +%{python_sitearch}/scipy-%{version}-py*.egg-info +%exclude %{python_sitearch}/scipy/weave %files weave %defattr(-,root,root,-) %doc scipy/weave/examples -%{python_sitearch}/%{modname}/weave +%{python_sitearch}/scipy/weave %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
