2018-06-22 21:55:40 +00:00
|
|
|
# without means enabled
|
2019-06-10 12:34:49 +00:00
|
|
|
%bcond_with doc
|
2011-09-09 07:52:10 +00:00
|
|
|
|
2024-05-02 14:43:43 +00:00
|
|
|
# Pythran is an optional build dependency.
|
|
|
|
# When used, it makes some modules faster,
|
|
|
|
# but it is usually not available soon enough for new major Python versions.
|
|
|
|
%if 0%{?rhel}
|
|
|
|
%bcond_with pythran
|
2024-05-30 09:11:23 +00:00
|
|
|
%bcond_with pooch
|
2024-05-02 14:43:43 +00:00
|
|
|
%else
|
|
|
|
%bcond_without pythran
|
2024-05-30 09:11:23 +00:00
|
|
|
%bcond_without pooch
|
2024-05-02 14:43:43 +00:00
|
|
|
%endif
|
|
|
|
|
2023-10-12 01:25:16 +00:00
|
|
|
# The code is not safe to build with LTO
|
|
|
|
%global _lto_cflags %{nil}
|
|
|
|
|
2024-01-29 20:53:17 +00:00
|
|
|
%ifarch %{ix86}
|
|
|
|
# On i686, there is a confusion whether Fortran INTEGER should be
|
|
|
|
# translated as int or long.
|
|
|
|
# <https://github.com/scipy/scipy/issues/19993>
|
|
|
|
%global build_type_safety_c 2
|
|
|
|
%endif
|
|
|
|
|
2015-10-14 18:16:32 +00:00
|
|
|
# Set to pre-release version suffix if building pre-release, else %%{nil}
|
2014-05-06 14:54:45 +00:00
|
|
|
%global rcver %{nil}
|
2013-08-29 18:19:23 +00:00
|
|
|
|
2020-08-19 15:34:00 +00:00
|
|
|
%if 0%{?fedora} >= 33 || 0%{?rhel} >= 9
|
|
|
|
%global blaslib flexiblas
|
|
|
|
%global blasvar %{nil}
|
|
|
|
%else
|
|
|
|
%global blaslib openblas
|
|
|
|
%global blasvar p
|
|
|
|
%endif
|
|
|
|
|
2015-10-14 18:16:32 +00:00
|
|
|
Summary: Scientific Tools for Python
|
|
|
|
Name: scipy
|
2023-10-12 00:58:01 +00:00
|
|
|
Version: 1.11.3
|
2024-10-29 16:13:34 +00:00
|
|
|
Release: 17%{?dist}
|
2006-12-07 00:41:53 +00:00
|
|
|
|
2023-10-12 01:24:43 +00:00
|
|
|
# BSD-3-Clause -- whole package except:
|
|
|
|
# BSD-2-Clause -- scipy/_lib/_pep440.py
|
|
|
|
# scipy/_lib/decorator.py
|
|
|
|
# scipy/optimize/lbfgsb_src
|
|
|
|
# scipy/special/_ellip_harm.pxd
|
|
|
|
# MIT -- scipy/cluster/_optimal_leaf_ordering.pyx
|
|
|
|
# scipy/io/_idl.py
|
|
|
|
# scipy/linalg/_basic.py (in part)
|
|
|
|
# scipy/optimize/_highs
|
|
|
|
# scipy/optimize/_lbfgsb_py.py
|
|
|
|
# scipy/optimize/_tnc.py
|
|
|
|
# scipy/optimize/_trlib
|
|
|
|
# scipy/optimize/tnc
|
|
|
|
# scipy/special/Faddeeva.{cc,hh}
|
|
|
|
# BSL-1.0 -- scipy/_lib/boost_math
|
|
|
|
# scipy/special/cephes
|
|
|
|
# Boehm-GC -- scipy/sparse/linalg/_dsolve/SuperLU
|
|
|
|
# Qhull -- scipy/spatial/qhull_src
|
|
|
|
# LicenseRef-Fedora-Public-Domain -- scipy/odr/__odrpack.c
|
|
|
|
License: BSD-3-Clause AND BSD-2-Clause AND MIT AND BSL-1.0 AND Boehm-GC AND Qhull AND LicenseRef-Fedora-Public-Domain
|
2016-02-15 23:26:41 +00:00
|
|
|
Url: http://www.scipy.org/scipylib/index.html
|
2018-06-22 21:55:40 +00:00
|
|
|
Source0: https://github.com/scipy/scipy/releases/download/v%{version}/scipy-%{version}.tar.gz
|
2006-12-07 00:41:53 +00:00
|
|
|
|
2023-11-01 14:59:53 +00:00
|
|
|
# TST: Fix #19442 minimally
|
|
|
|
# https://github.com/scipy/scipy/pull/19443
|
|
|
|
#
|
|
|
|
# Fixes:
|
|
|
|
#
|
|
|
|
# BUG: Error collecting tests due to inconsistent parameterization order in
|
|
|
|
# test_b_orthonormalize
|
|
|
|
# https://github.com/scipy/scipy/issues/19442
|
|
|
|
Patch: https://github.com/scipy/scipy/pull/19443.patch
|
|
|
|
|
2020-08-19 15:34:00 +00:00
|
|
|
BuildRequires: %{blaslib}-devel
|
2023-11-28 14:45:43 +00:00
|
|
|
BuildRequires: gcc-gfortran, gcc-c++
|
2006-12-07 00:41:53 +00:00
|
|
|
|
2020-03-01 21:01:01 +00:00
|
|
|
BuildRequires: pybind11-devel
|
2023-11-28 14:45:43 +00:00
|
|
|
BuildRequires: python3-devel, python3-numpy-f2py
|
2023-11-28 14:44:18 +00:00
|
|
|
|
2017-10-26 17:04:11 +00:00
|
|
|
BuildRequires: python3-pytest
|
2023-11-28 14:44:18 +00:00
|
|
|
BuildRequires: python3-pytest-timeout
|
2023-05-23 23:32:34 +00:00
|
|
|
%if ! 0%{?rhel}
|
2017-10-29 03:05:25 +00:00
|
|
|
BuildRequires: python3-pytest-xdist
|
2023-05-23 23:32:34 +00:00
|
|
|
%endif
|
2024-05-30 09:11:23 +00:00
|
|
|
%if %{with pooch}
|
2023-11-28 14:44:18 +00:00
|
|
|
BuildRequires: python3-pooch
|
2024-05-30 09:11:23 +00:00
|
|
|
%endif
|
2018-06-22 21:55:40 +00:00
|
|
|
|
|
|
|
%if %{with doc}
|
2017-11-20 13:57:38 +00:00
|
|
|
BuildRequires: python3-sphinx
|
|
|
|
BuildRequires: python3-matplotlib
|
|
|
|
BuildRequires: python3-numpydoc
|
2019-07-12 13:14:03 +00:00
|
|
|
%endif
|
2006-12-07 00:41:53 +00:00
|
|
|
|
2019-07-12 13:12:53 +00:00
|
|
|
%global _description %{expand:
|
2007-10-03 23:20:44 +00:00
|
|
|
Scipy is open-source software for mathematics, science, and
|
|
|
|
engineering. The core library is NumPy which provides convenient and
|
|
|
|
fast N-dimensional array manipulation. The SciPy library is built to
|
|
|
|
work with NumPy arrays, and provides many user-friendly and efficient
|
|
|
|
numerical routines such as routines for numerical integration and
|
|
|
|
optimization. Together, they run on all popular operating systems, are
|
|
|
|
quick to install, and are free of charge. NumPy and SciPy are easy to
|
|
|
|
use, but powerful enough to be depended upon by some of the world's
|
2019-07-12 13:12:53 +00:00
|
|
|
leading scientists and engineers.}
|
2006-12-07 00:41:53 +00:00
|
|
|
|
2019-07-12 13:12:53 +00:00
|
|
|
%description %_description
|
2006-12-07 00:41:53 +00:00
|
|
|
|
2019-10-18 12:29:03 +00:00
|
|
|
%package -n python3-scipy
|
2015-10-14 18:21:01 +00:00
|
|
|
Summary: Scientific Tools for Python
|
2024-06-07 08:37:48 +00:00
|
|
|
Requires: python3-numpy, python3-f2py
|
|
|
|
%if %{with pooch}
|
|
|
|
Requires: python3-pooch
|
|
|
|
%endif
|
2023-10-12 01:24:58 +00:00
|
|
|
Provides: bundled(arpack) = 3.3.0
|
|
|
|
Provides: bundled(biasedurn)
|
|
|
|
Provides: bundled(boost-math)
|
|
|
|
Provides: bundled(coin-or-HiGHS) = 1.2
|
|
|
|
Provides: bundled(Faddeeva)
|
|
|
|
Provides: bundled(id)
|
|
|
|
Provides: bundled(l-bfgs-b) = 3.0
|
|
|
|
Provides: bundled(LAPJVsp)
|
|
|
|
Provides: bundled(python3-decorator) = 4.0.5
|
|
|
|
Provides: bundled(python3-pep440)
|
|
|
|
Provides: bundled(python3-pypocketfft) = bf2c431c21213b7c5e23c2f542009b0bd3ec1445
|
|
|
|
Provides: bundled(qhull) = 2019.1
|
|
|
|
Provides: bundled(SuperLU) = 5.2.0
|
|
|
|
Provides: bundled(unuran) = 1.8.1
|
2019-10-18 12:29:03 +00:00
|
|
|
%description -n python3-scipy %_description
|
2015-10-14 18:21:01 +00:00
|
|
|
|
2018-06-22 21:55:40 +00:00
|
|
|
%if %{with doc}
|
2017-11-20 13:57:38 +00:00
|
|
|
%package -n python3-scipy-doc
|
|
|
|
Summary: Scientific Tools for Python - documentation
|
|
|
|
Requires: python3-scipy = %{version}-%{release}
|
|
|
|
%description -n python3-scipy-doc
|
|
|
|
HTML documentation for Scipy
|
2019-07-12 13:14:03 +00:00
|
|
|
%endif
|
2015-10-14 18:21:01 +00:00
|
|
|
|
2023-07-18 08:25:31 +00:00
|
|
|
%package -n python3-scipy-tests
|
|
|
|
Summary: Scientific Tools for Python - test files
|
|
|
|
Requires: python3-scipy = %{version}-%{release}
|
|
|
|
Requires: python3-pytest
|
|
|
|
%description -n python3-scipy-tests
|
|
|
|
Scipy test files
|
2011-09-09 07:52:10 +00:00
|
|
|
|
|
|
|
%prep
|
2018-06-23 21:00:13 +00:00
|
|
|
%autosetup -p1 -n %{name}-%{version}%{?rcver}
|
2023-11-30 10:44:22 +00:00
|
|
|
|
2024-05-02 14:43:43 +00:00
|
|
|
# Remove pythran dependency if not explicitly required
|
|
|
|
%if %{without pythran}
|
2023-11-30 10:44:22 +00:00
|
|
|
sed -i '/pythran/d' pyproject.toml
|
2024-05-02 14:43:43 +00:00
|
|
|
%endif
|
2024-05-30 09:11:23 +00:00
|
|
|
%if %{without pooch}
|
2024-06-07 08:37:48 +00:00
|
|
|
sed -i 's/, "pooch"]/]/g' pyproject.toml
|
2024-05-30 09:11:23 +00:00
|
|
|
sed -i '/pooch/d' pyproject.toml
|
|
|
|
%endif
|
2023-11-30 10:44:22 +00:00
|
|
|
|
2023-11-28 14:44:18 +00:00
|
|
|
cat >> pyproject.toml << EOF
|
2007-10-03 23:20:44 +00:00
|
|
|
|
2023-11-28 14:44:18 +00:00
|
|
|
[tool.meson-python.args]
|
2024-05-02 14:43:43 +00:00
|
|
|
setup = ['-Dblas=%{blaslib}%{blasvar}', '-Dlapack=%{blaslib}%{blasvar}'%{!?with_pythran:, '-Duse-pythran=false'}]
|
2007-10-03 23:20:44 +00:00
|
|
|
EOF
|
2006-12-07 00:41:53 +00:00
|
|
|
|
2023-11-21 19:26:52 +00:00
|
|
|
# Enable build with Python 3.13+
|
|
|
|
# Upstream only allows Python pre-releases in git HEAD, not in releases.
|
|
|
|
# However in Fedora, we actively build packages with Python pre-releases very soon.
|
|
|
|
sed -i 's/requires-python = ">=3.9,<3.13"/requires-python = ">=3.9"/' pyproject.toml
|
|
|
|
|
2019-06-10 12:34:49 +00:00
|
|
|
# Docs won't build unless the .dat files are specified here
|
2023-10-12 00:58:01 +00:00
|
|
|
sed -i 's/metadata = dict(/metadata = dict(package_data={"": ["*.dat"]},/' _setup.py
|
2019-06-10 12:34:49 +00:00
|
|
|
|
|
|
|
rm $(grep -rl '/\* Generated by Cython') PKG-INFO
|
2008-10-02 17:22:00 +00:00
|
|
|
|
2023-10-12 00:58:01 +00:00
|
|
|
# numpy no longer contains a copy of distutils
|
|
|
|
for f in $(grep -Frl numpy.distutils); do
|
|
|
|
sed -i.orig 's/numpy\.\(distutils\)/\1/g' $f
|
|
|
|
touch -r $f.orig $f
|
|
|
|
rm $f.orig
|
|
|
|
done
|
|
|
|
|
2023-11-28 14:44:18 +00:00
|
|
|
# Do not do benchmarking or coverage testing for RPM builds
|
|
|
|
sed -i '/^[[:blank:]]*"(asv|pytest-cov)"/d' pyproject.toml
|
|
|
|
|
|
|
|
# No scikit-umfpack in Fedora
|
|
|
|
sed -i '/^[[:blank:]]*"scikit-umfpack"/d' pyproject.toml
|
|
|
|
|
|
|
|
# No pytest-xdist in RHEL
|
|
|
|
%if 0%{?rhel}
|
|
|
|
sed -i '/^[[:blank:]]*"pytest-xdist"/d' pyproject.toml
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# Loosen the lower bound on numpy
|
|
|
|
sed -i "/numpy.*python_version=='3.12'/s/1\.26\.0/1\.24\.4/" pyproject.toml
|
|
|
|
|
|
|
|
# Loosen the upper bound on meson-python
|
|
|
|
sed -i '/meson-python/s/0\.15\.0/0\.16\.0/' pyproject.toml
|
|
|
|
|
|
|
|
# Loosen the upper bound on Cython
|
|
|
|
sed -i '/Cython/s/3\.0/3\.1/' pyproject.toml
|
|
|
|
|
|
|
|
# Loosen the upper bound on pybind11
|
|
|
|
sed -i '/pybind11/s/2\.11\.1/2.12.0/' pyproject.toml
|
|
|
|
|
2023-10-12 01:25:54 +00:00
|
|
|
# Work around failure to detect open_memstream. In glibc, open_memstream is
|
|
|
|
# not a real function. It is a weak alias to __open_memstream.
|
|
|
|
sed -i "s/\('has_openmemstream', \)'0'/\1'1'/" scipy/_lib/meson.build
|
|
|
|
|
2023-11-28 14:44:18 +00:00
|
|
|
%generate_buildrequires
|
|
|
|
%pyproject_buildrequires -R
|
|
|
|
|
2006-12-07 00:41:53 +00:00
|
|
|
%build
|
2023-11-28 14:44:18 +00:00
|
|
|
%pyproject_wheel
|
2021-06-24 09:54:10 +00:00
|
|
|
|
2023-11-28 14:44:18 +00:00
|
|
|
%if %{with doc}
|
2019-10-18 12:29:03 +00:00
|
|
|
for PY in %{python3_version}; do
|
|
|
|
pushd doc
|
|
|
|
export PYTHONPATH=$(echo ../build/lib.linux-*-$PY/)
|
|
|
|
make html SPHINXBUILD=sphinx-build-$PY
|
|
|
|
rm -rf build/html/.buildinfo
|
|
|
|
mv build build-$PY
|
|
|
|
popd
|
2018-06-23 08:10:51 +00:00
|
|
|
done
|
2023-11-28 14:44:18 +00:00
|
|
|
%endif
|
2011-09-09 07:52:10 +00:00
|
|
|
|
2006-12-07 00:41:53 +00:00
|
|
|
%install
|
2023-11-28 14:44:18 +00:00
|
|
|
%pyproject_install
|
|
|
|
%pyproject_save_files scipy
|
2021-06-24 09:54:10 +00:00
|
|
|
|
2019-04-24 03:28:06 +00:00
|
|
|
# Some files got ambiguous python shebangs, we fix them after everything else is done
|
2022-11-01 06:19:09 +00:00
|
|
|
%py3_shebang_fix %{buildroot}%{python3_sitearch}
|
2006-12-07 00:41:53 +00:00
|
|
|
|
2023-11-28 14:44:18 +00:00
|
|
|
# Fix executable bits
|
|
|
|
chmod 0755 %{buildroot}%{python3_sitearch}/scipy/sparse/linalg/_isolve/tests/test_gcrotmk.py
|
|
|
|
|
2011-04-01 16:17:52 +00:00
|
|
|
%check
|
2020-08-19 15:34:00 +00:00
|
|
|
# check against the reference BLAS/LAPACK
|
|
|
|
export FLEXIBLAS=netlib
|
|
|
|
|
2021-02-03 13:27:19 +00:00
|
|
|
# default test timeout
|
|
|
|
TIMEOUT=500
|
|
|
|
|
2024-01-17 16:55:11 +00:00
|
|
|
# TestDatasets try to download from the internet
|
|
|
|
SKIP_ALL="not TestDatasets"
|
2023-01-25 19:36:37 +00:00
|
|
|
export PYTEST_ADDOPTS="-k '$SKIP_ALL'"
|
2024-01-17 16:55:11 +00:00
|
|
|
|
|
|
|
%ifarch ppc64le
|
2024-02-15 17:38:26 +00:00
|
|
|
export PYTEST_ADDOPTS="-k '$SKIP_ALL and \
|
|
|
|
not test_eigs and \
|
|
|
|
not test_gees_trexc and \
|
|
|
|
not test_gees_trsen and \
|
|
|
|
not test_trexc_NAG and \
|
|
|
|
not test_trsen_NAG and \
|
|
|
|
not test_real_nonsymmetric_modes and \
|
|
|
|
not test_real_eigs_real_k_subset and \
|
|
|
|
not test_ticket_1459_arpack_crash'"
|
2024-01-17 16:55:11 +00:00
|
|
|
TIMEOUT=1000
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%ifarch aarch64
|
2023-01-25 19:36:37 +00:00
|
|
|
# TestConstructUtils::test_concatenate_int32_overflow is flaky on aarch64
|
|
|
|
export PYTEST_ADDOPTS="-k '$SKIP_ALL and \
|
2024-01-17 16:55:11 +00:00
|
|
|
not test_concatenate_int32_overflow'"
|
2021-02-03 13:27:19 +00:00
|
|
|
TIMEOUT=1000
|
2018-06-23 21:00:13 +00:00
|
|
|
%endif
|
|
|
|
|
2023-01-25 19:36:37 +00:00
|
|
|
%ifarch s390x
|
2021-06-03 08:56:12 +00:00
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1959353
|
2023-01-25 19:36:37 +00:00
|
|
|
export PYTEST_ADDOPTS="-k '$SKIP_ALL and \
|
2023-07-10 08:53:49 +00:00
|
|
|
not test_distance_transform_cdt05'"
|
2022-06-14 14:13:31 +00:00
|
|
|
TIMEOUT=1000
|
2021-12-21 22:41:09 +00:00
|
|
|
%endif
|
|
|
|
|
2022-03-26 16:01:55 +00:00
|
|
|
%ifarch x86_64
|
2023-10-12 03:05:53 +00:00
|
|
|
%if 0%{?rhel}
|
2023-01-25 19:36:37 +00:00
|
|
|
export PYTEST_ADDOPTS="-k '$SKIP_ALL and \
|
2024-02-15 17:38:26 +00:00
|
|
|
not test_list_of_problems and \
|
2024-01-17 16:55:11 +00:00
|
|
|
not test_gh7799'"
|
2023-10-12 03:05:53 +00:00
|
|
|
%endif
|
2021-06-03 08:56:12 +00:00
|
|
|
%endif
|
|
|
|
|
2024-01-17 16:55:11 +00:00
|
|
|
%ifarch i686
|
2023-01-25 19:36:37 +00:00
|
|
|
# https://github.com/scipy/scipy/issues/17213
|
|
|
|
export PYTEST_ADDOPTS="-k '$SKIP_ALL and \
|
2024-02-15 17:38:26 +00:00
|
|
|
not test_gh12218 and \
|
2023-01-25 19:36:37 +00:00
|
|
|
not test_examples and \
|
|
|
|
not test_shifts and \
|
2024-01-17 16:55:11 +00:00
|
|
|
not test_svdp'"
|
2022-03-05 15:20:07 +00:00
|
|
|
%endif
|
|
|
|
|
2023-11-06 10:45:05 +00:00
|
|
|
%ifarch riscv64
|
|
|
|
export PYTEST_ADDOPTS="-k '$SKIP_ALL and \
|
|
|
|
not TestSchur and \
|
|
|
|
not test_gejsv_general and \
|
|
|
|
not test_kendall_p_exact_large and \
|
|
|
|
not test_gejsv_edge_arguments and \
|
|
|
|
not test_gh12999 and \
|
|
|
|
not test_propack and \
|
|
|
|
not test_milp and \
|
|
|
|
not test_gejsv_NAG'"
|
|
|
|
%endif
|
|
|
|
|
2017-10-31 22:42:42 +00:00
|
|
|
pushd %{buildroot}/%{python3_sitearch}
|
2024-05-30 09:11:23 +00:00
|
|
|
# Ignoring the datasets tests as we don't have the optional pooch
|
|
|
|
# dependency on RHEL.
|
|
|
|
%{pytest} %{!?with_pooch:--ignore=scipy/datasets/tests/test_data.py} --timeout=${TIMEOUT} scipy %{?!rhel:--numprocesses=auto}
|
2019-02-06 23:30:32 +00:00
|
|
|
# Remove test remnants
|
|
|
|
rm -rf gram{A,B}
|
2023-10-12 00:58:01 +00:00
|
|
|
rm -rf .pytest_cache
|
2017-10-31 22:42:42 +00:00
|
|
|
popd
|
2011-09-09 07:52:10 +00:00
|
|
|
|
2023-11-28 14:44:18 +00:00
|
|
|
%files -n python3-scipy -f %{pyproject_files}
|
2024-01-16 19:13:35 +00:00
|
|
|
%license LICENSE.txt LICENSES_bundled.txt
|
2023-07-18 08:25:31 +00:00
|
|
|
%exclude %{python3_sitearch}/scipy/*/tests/
|
|
|
|
%exclude %{python3_sitearch}/scipy/*/*/tests/
|
|
|
|
%exclude %{python3_sitearch}/scipy/*/*/*/tests/
|
|
|
|
%exclude %{python3_sitearch}/scipy/*/*/*/*/tests/
|
|
|
|
|
|
|
|
%files -n python3-scipy-tests
|
|
|
|
%{python3_sitearch}/scipy/*/tests/
|
|
|
|
%{python3_sitearch}/scipy/*/*/tests/
|
|
|
|
%{python3_sitearch}/scipy/*/*/*/tests/
|
|
|
|
%{python3_sitearch}/scipy/*/*/*/*/tests/
|
2017-11-20 13:57:38 +00:00
|
|
|
|
2018-06-22 21:55:40 +00:00
|
|
|
%if %{with doc}
|
2017-11-20 13:57:38 +00:00
|
|
|
%files -n python3-scipy-doc
|
|
|
|
%license LICENSE.txt
|
2018-06-23 08:10:51 +00:00
|
|
|
%doc doc/build-%{python3_version}/html
|
2019-07-12 13:14:03 +00:00
|
|
|
%endif
|
2006-12-07 00:41:53 +00:00
|
|
|
|
|
|
|
%changelog
|
2024-10-29 16:13:34 +00:00
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.11.3-17
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
2024-10-02 10:53:04 +00:00
|
|
|
* Wed Oct 02 2024 Pavel Simovec <psimovec@redhat.com> - 1.11.3-16
|
|
|
|
- Waive annocheck results: --skip-implicit-values
|
|
|
|
- Resolves: RHEL-33519
|
|
|
|
|
2024-07-29 09:49:23 +00:00
|
|
|
* Mon Jul 29 2024 Pavel Simovec <psimovec@redhat.com> - 1.11.3-15
|
|
|
|
- Waive annocheck results: --skip-fortify and --skip-lto
|
|
|
|
- Resolves: RHEL-33519
|
|
|
|
|
2024-06-27 13:41:52 +00:00
|
|
|
* Thu Jun 27 2024 Pavel Simovec <psimovec@redhat.com> - 1.11.3-14
|
|
|
|
- rebuilt
|
|
|
|
|
2024-06-26 10:37:17 +00:00
|
|
|
* Wed Jun 26 2024 Pavel Simovec <psimovec@redhat.com> - 1.11.3-13
|
|
|
|
- Waive annocheck results: --skip-fortify and --skip-lto
|
|
|
|
- Resolves: RHEL-33519
|
|
|
|
|
2024-06-24 16:23:52 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.11.3-12
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-06-07 08:37:48 +00:00
|
|
|
* Fri Jun 07 2024 Pavel Simovec <psimovec@redhat.com> - 1.11.3-11
|
|
|
|
- Fix python-pooch not fully removed
|
|
|
|
- Resolves: RHEL-35429
|
|
|
|
|
2023-11-06 10:45:05 +00:00
|
|
|
* Fri Jun 07 2024 Richard W.M. Jones <rjones@redhat.com> - 1.11.3-10
|
|
|
|
- Enable riscv64
|
|
|
|
|
2024-05-30 09:11:23 +00:00
|
|
|
* Tue May 28 2024 Pavel Simovec <psimovec@redhat.com> - 1.11.3-9
|
|
|
|
- Remove python-pooch optional dependency from RHEL
|
|
|
|
- Related: RHELMISC-5321
|
|
|
|
|
2024-05-02 14:43:43 +00:00
|
|
|
* Thu May 02 2024 Pavel Simovec <psimovec@redhat.com> - 1.11.3-8
|
|
|
|
- Build without pythran in RHEL by default
|
|
|
|
- Resolves: RHEL-33955
|
|
|
|
|
2024-04-29 14:06:43 +00:00
|
|
|
* Fri Apr 26 2024 Pavel Simovec <psimovec@redhat.com> - 1.11.3-7
|
|
|
|
- Fully remove pythran dependency
|
|
|
|
- Resolves: RHEL-33955
|
|
|
|
|
2024-01-17 16:55:11 +00:00
|
|
|
* Tue Jan 30 2024 Miro Hrončok <mhroncok@redhat.com> - 1.11.3-6
|
|
|
|
- Skip fewer tests during build
|
|
|
|
|
2024-01-29 20:53:17 +00:00
|
|
|
* Mon Jan 29 2024 Florian Weimer <fweimer@redhat.com> - 1.11.3-5
|
|
|
|
- Disable incompatible-pointer-types errors on i686 (#2258823)
|
|
|
|
|
2024-01-27 02:15:43 +00:00
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-11-30 10:44:22 +00:00
|
|
|
* Thu Nov 30 2023 Karolina Surma <ksurma@redhat.com> - 1.11.3-3
|
|
|
|
- Fix the build without pythran
|
|
|
|
|
2023-11-01 14:59:53 +00:00
|
|
|
* Wed Nov 01 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.11.3-2
|
|
|
|
- Patch error collecting tests with pytest-xdist
|
|
|
|
|
2023-10-12 00:58:01 +00:00
|
|
|
* Wed Oct 11 2023 Jerry James <loganjerry@gmail.com> - 1.11.3-1
|
|
|
|
- New upstream release 1.11.3
|
|
|
|
resolves: #2211813
|
2023-10-12 01:24:43 +00:00
|
|
|
- Convert License tag to SPDX
|
2023-10-12 01:24:58 +00:00
|
|
|
- Add Provides for bundled projects
|
2023-10-12 01:25:16 +00:00
|
|
|
- Disable LTO
|
2023-10-12 01:25:34 +00:00
|
|
|
- Pythran works on 32-bit architectures again
|
2023-10-12 01:25:54 +00:00
|
|
|
- Fix detection of open_memstream
|
2023-11-28 14:44:18 +00:00
|
|
|
- Use pyproject macros instead of the deprecated py3 macros
|
2023-10-12 03:05:53 +00:00
|
|
|
- Reenable some tests that work again
|
2023-11-28 14:45:43 +00:00
|
|
|
- Remove unused BuildRequires
|
2023-10-12 00:58:01 +00:00
|
|
|
|
2023-07-10 08:53:49 +00:00
|
|
|
* Wed Jul 12 2023 psimovec <psimovec@redhat.com> - 1.11.1-1
|
|
|
|
- New upstream release 1.11.1
|
2023-07-18 08:25:31 +00:00
|
|
|
resolves: #2211813
|
|
|
|
- Separate tests into subpackage python3-scipy-tests
|
2023-07-10 08:53:49 +00:00
|
|
|
|
2023-07-10 11:56:51 +00:00
|
|
|
* Mon Jul 10 2023 Python Maint <python-maint@redhat.com> - 1.10.1-5
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
2023-06-14 22:05:31 +00:00
|
|
|
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 1.10.1-4
|
|
|
|
- Bootstrap for Python 3.12
|
|
|
|
|
2023-05-23 23:32:34 +00:00
|
|
|
* Tue May 23 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 1.10.1-3
|
|
|
|
- Avoid pytest-xdist dependency in RHEL builds
|
|
|
|
|
2023-03-15 16:17:44 +00:00
|
|
|
* Wed Mar 15 2023 Pavel Šimovec <psimovec@redhat.com> - 1.10.1-2
|
|
|
|
- Remove workaround for linking issue on x86_64
|
|
|
|
- resolves: #2068530
|
|
|
|
|
|
|
|
* Wed Feb 22 2023 Pavel Šimovec <psimovec@redhat.com> - 1.10.1-1
|
2023-02-21 10:26:49 +00:00
|
|
|
- New upstream release 1.10.1
|
2023-01-25 19:36:37 +00:00
|
|
|
resolves: #2101172
|
|
|
|
- Use the optional python3-pooch dependency
|
|
|
|
|
2023-01-21 02:48:02 +00:00
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-07-23 08:10:14 +00:00
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-07-03 07:24:35 +00:00
|
|
|
* Sun Jul 3 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.8.1-5
|
|
|
|
- Fix linalg.lapack syevr segfault (#2099102)
|
|
|
|
|
2022-06-17 11:25:12 +00:00
|
|
|
* Fri Jun 17 2022 Python Maint <python-maint@redhat.com> - 1.8.1-4
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
2022-06-14 11:50:32 +00:00
|
|
|
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 1.8.1-3
|
|
|
|
- Bootstrap for Python 3.11
|
|
|
|
|
2022-06-14 10:08:50 +00:00
|
|
|
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 1.8.1-2
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
2022-06-09 17:55:05 +00:00
|
|
|
* Thu Jun 09 2022 Nikola Forró <nforro@redhat.com> - 1.8.1-1
|
|
|
|
- New upstream release 1.8.1
|
|
|
|
resolves: #2088437
|
|
|
|
|
2022-03-26 16:01:55 +00:00
|
|
|
* Sat Mar 26 2022 Nikola Forró <nforro@redhat.com> - 1.8.0-3
|
|
|
|
- Skip test_cython_api also on armv7hl
|
|
|
|
|
2022-03-26 08:16:47 +00:00
|
|
|
* Sat Mar 26 2022 Nikola Forró <nforro@redhat.com> - 1.8.0-2
|
|
|
|
- Disable pythran on armv7hl as well
|
|
|
|
|
2022-03-05 15:20:07 +00:00
|
|
|
* Mon Feb 07 2022 Nikola Forró <nforro@redhat.com> - 1.8.0-1
|
|
|
|
- New upstream release 1.8.0
|
|
|
|
resolves: #2035126
|
|
|
|
|
2022-01-22 00:29:31 +00:00
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-12-21 22:41:09 +00:00
|
|
|
* Tue Dec 21 2021 Nikola Forró <nforro@redhat.com> - 1.7.3-1
|
|
|
|
- New upstream release 1.7.3
|
|
|
|
resolves: #1988883
|
|
|
|
|
2021-07-23 17:11:24 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-07-15 10:51:44 +00:00
|
|
|
* Wed Jul 14 2021 Miro Hrončok <mhroncok@redhat.com> - 1.7.0-2
|
|
|
|
- Use the optional Pythran build dependency
|
|
|
|
|
2021-06-24 09:54:10 +00:00
|
|
|
* Wed Jun 23 2021 Nikola Forró <nforro@redhat.com> - 1.7.0-1
|
|
|
|
- New upstream release 1.7.0
|
|
|
|
resolves: #1953422
|
|
|
|
|
2021-06-04 08:11:34 +00:00
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.6.2-4
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
2021-04-23 16:47:32 +00:00
|
|
|
* Fri Apr 23 2021 Nikola Forró <nforro@redhat.com> - 1.6.2-3
|
|
|
|
- Remove RPATH from certain shared object files
|
|
|
|
|
2021-03-30 18:39:57 +00:00
|
|
|
* Tue Mar 30 2021 Jonathan Wakely <jwakely@redhat.com> - 1.6.2-2
|
|
|
|
- Rebuilt for removed libstdc++ symbol (#1937698)
|
|
|
|
|
2021-03-25 14:03:36 +00:00
|
|
|
* Thu Mar 25 2021 Nikola Forró <nforro@redhat.com> - 1.6.2-1
|
|
|
|
- New upstream release 1.6.2
|
|
|
|
resolves: #1942896
|
|
|
|
|
2021-02-18 13:14:58 +00:00
|
|
|
* Thu Feb 18 2021 Nikola Forró <nforro@redhat.com> - 1.6.1-1
|
|
|
|
- New upstream release 1.6.1
|
|
|
|
resolves: #1929994
|
|
|
|
|
2021-02-03 13:27:19 +00:00
|
|
|
* Wed Feb 03 2021 Nikola Forró <nforro@redhat.com> - 1.6.0-3
|
|
|
|
- Increase test timeout on s390x
|
|
|
|
|
2021-01-27 20:04:18 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-14 17:56:12 +00:00
|
|
|
* Mon Jan 04 2021 Nikola Forró <nforro@redhat.com> - 1.6.0-1
|
|
|
|
- New upstream release 1.6.0
|
|
|
|
resolves: #1906692
|
|
|
|
|
2020-11-25 18:08:00 +00:00
|
|
|
* Wed Nov 25 2020 Nikola Forró <nforro@redhat.com> - 1.5.4-2
|
|
|
|
- Skip factorial() float tests on Python 3.10
|
|
|
|
resolves: #1898157
|
|
|
|
|
2020-11-05 19:11:20 +00:00
|
|
|
* Thu Nov 05 2020 Nikola Forró <nforro@redhat.com> - 1.5.4-1
|
|
|
|
- New upstream release 1.5.4
|
|
|
|
- Increase test timeout, 300 seconds is not always enough
|
|
|
|
for test_logpdf_overflow on s390x
|
|
|
|
resolves: #1894887
|
|
|
|
|
2020-10-19 12:27:31 +00:00
|
|
|
* Mon Oct 19 2020 Nikola Forró <nforro@redhat.com> - 1.5.3-1
|
|
|
|
- New upstream release 1.5.3
|
|
|
|
resolves: #1889132
|
|
|
|
|
2020-09-30 18:22:12 +00:00
|
|
|
* Wed Sep 30 2020 Nikola Forró <nforro@redhat.com> - 1.5.2-2
|
|
|
|
- Skip one more test expected to fail on 32-bit architectures
|
|
|
|
|
2020-09-30 13:34:25 +00:00
|
|
|
* Mon Aug 31 2020 Nikola Forró <nforro@redhat.com> - 1.5.2-1
|
|
|
|
- New upstream release 1.5.2
|
|
|
|
resolves: #1853871 and #1840077
|
|
|
|
|
2020-08-19 15:34:00 +00:00
|
|
|
* Sun Aug 16 2020 Iñaki Úcar <iucar@fedoraproject.org> - 1.5.0-4
|
|
|
|
- https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager
|
|
|
|
|
2020-08-01 08:57:42 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-3
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-29 10:23:12 +00:00
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-06-23 07:20:53 +00:00
|
|
|
* Tue Jun 23 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.5.0-1
|
|
|
|
- Update to latest version
|
|
|
|
|
2020-05-25 19:59:38 +00:00
|
|
|
* Mon May 25 2020 Miro Hrončok <mhroncok@redhat.com> - 1.4.1-2
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
2020-03-01 21:01:01 +00:00
|
|
|
* Sun Mar 01 2020 Orion Poplawski <orion@nwra.com> - 1.4.1-1
|
|
|
|
- Update to 1.4.1 (bz#1771154)
|
|
|
|
- Workaround FTBFS with gcc 10 (bz#1800078)
|
|
|
|
|
2020-01-30 23:01:42 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-10-18 12:29:03 +00:00
|
|
|
* Fri Oct 18 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.1-1
|
|
|
|
- Update to 1.3.1 (#1674101)
|
|
|
|
- Drop Python 2 packages (not supported by SciPy >= 1.3)
|
2019-11-07 12:53:05 +00:00
|
|
|
- Backported upstream patch for cKDTree (fixes FTBFS)
|
2019-10-18 12:29:03 +00:00
|
|
|
|
2019-10-03 12:38:30 +00:00
|
|
|
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2.1-8
|
|
|
|
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
|
|
2019-08-19 09:05:33 +00:00
|
|
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2.1-7
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
2019-07-16 13:41:19 +00:00
|
|
|
* Tue Jul 30 2019 Petr Viktorin <pviktori@redhat.com> - 1.2.1-6
|
|
|
|
- Remove build dependency on python2-pytest-xdist and python2-pytest-timeout
|
2019-07-23 22:02:39 +00:00
|
|
|
- Enable parallel tests in Python 3 %%check
|
|
|
|
- Use macros for Python interpreter in tests
|
2019-07-16 13:41:19 +00:00
|
|
|
|
2019-07-26 22:54:43 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-06-10 12:34:49 +00:00
|
|
|
* Mon Jun 10 2019 Marcel Plch <mplch@redhat.com> - 1.2.1-4
|
|
|
|
- Fix FTBFS with Py3.8 (#1606315)
|
|
|
|
|
2019-05-17 02:07:02 +00:00
|
|
|
* Thu May 16 2019 Orion Poplawski <orion@nwra.com> - 1.2.1-3
|
|
|
|
- Build only against openblasp (bugz#1709161)
|
|
|
|
|
2019-04-27 03:10:08 +00:00
|
|
|
* Fri Apr 26 2019 Orion Poplawski <orion@nwra.com> - 1.2.1-2
|
|
|
|
- Do not create *-PYTEST.pyc files
|
|
|
|
|
2019-04-24 03:28:06 +00:00
|
|
|
* Tue Apr 23 2019 Orion Poplawski <orion@nwra.com> - 1.2.1-1
|
|
|
|
- Update to 1.2.1
|
|
|
|
- Drop scipy2-doc
|
|
|
|
|
2019-02-06 23:30:32 +00:00
|
|
|
* Wed Feb 06 2019 Charalampos Stratakis <cstratak@redhat.com> - 1.2.0-1
|
|
|
|
- Update to 1.2.0
|
|
|
|
|
2019-02-02 14:57:51 +00:00
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-14 05:50:34 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-23 21:00:13 +00:00
|
|
|
* Sat Jun 23 2018 Miro Hrončok <mhroncok@redhat.com> - 1.1.0-2
|
|
|
|
- Don't ignore the tests results but rather have a tolerance rate
|
|
|
|
- Skip test_decomp on ppc64le as it currently segfaults
|
|
|
|
|
2018-06-22 21:55:40 +00:00
|
|
|
* Fri Jun 22 2018 Miro Hrončok <mhroncok@redhat.com> - 1.1.0-1
|
|
|
|
- Update to 1.1.0 (#1560265, #1594355)
|
|
|
|
|
2018-06-19 09:27:15 +00:00
|
|
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.0.0-8
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
2018-02-09 16:18:18 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-02-02 14:16:41 +00:00
|
|
|
* Fri Feb 02 2018 Petr Viktorin <pviktori@redhat.com> - 1.0.0-6
|
|
|
|
- Link with -lm to build with new stricter Fedora flags
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=1541416
|
|
|
|
|
2018-01-31 13:00:40 +00:00
|
|
|
* Wed Jan 31 2018 Christian Dersch <lupinix@mailbox.org> - 1.0.0-5
|
|
|
|
- rebuilt for GCC 8.x (gfortran soname bump)
|
|
|
|
|
2017-12-13 14:25:23 +00:00
|
|
|
* Mon Dec 11 2017 Lumír Balhar <lbalhar@redhat.com> - 1.0.0-4
|
|
|
|
- Disable tests on s390x
|
|
|
|
|
2017-11-20 13:57:38 +00:00
|
|
|
* Mon Nov 20 2017 Lumír Balhar <lbalhar@redhat.com> - 1.0.0-3
|
|
|
|
- New subpackages with HTML documentation
|
|
|
|
|
2017-10-31 22:42:42 +00:00
|
|
|
* Tue Oct 31 2017 Christian Dersch <lupinix@mailbox.org> - 1.0.0-2
|
|
|
|
- Use openblas where available https://fedoraproject.org/wiki/Changes/OpenBLAS_as_default_BLAS
|
|
|
|
- Remove ppc64 hackery for OpenBLAS
|
|
|
|
- Don't run tests in parallel as pytest crashes
|
|
|
|
- Don't run test_denormals as it tends to stuck
|
|
|
|
|
2017-10-26 17:04:11 +00:00
|
|
|
* Thu Oct 26 2017 Thomas Spura <tomspur@fedoraproject.org> - 1.0.0-1
|
|
|
|
- update to 1.0.0 and use pytest instead of nose
|
2017-10-29 03:05:25 +00:00
|
|
|
- use timeout during parallel %%check
|
2017-10-26 17:04:11 +00:00
|
|
|
|
2017-10-04 10:57:40 +00:00
|
|
|
* Wed Oct 04 2017 Christian Dersch <lupinix@mailbox.org> - 0.19.1-5
|
2017-10-04 16:53:26 +00:00
|
|
|
- Use openblas where available (except ppc64), to use same as numpy (BZ 1472318)
|
2017-10-04 10:57:40 +00:00
|
|
|
|
2017-08-03 08:14:11 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 18:17:29 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-07 11:11:40 +00:00
|
|
|
* Fri Jul 07 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.19.1-2
|
|
|
|
- Rebuild due to bug in RPM (RHBZ #1468476)
|
|
|
|
|
2017-06-27 09:33:22 +00:00
|
|
|
* Tue Jun 27 2017 Christian Dersch <lupinix@mailbox.org> - 0.19.1-1
|
|
|
|
- new version
|
|
|
|
|
2017-06-07 11:56:47 +00:00
|
|
|
* Wed Jun 07 2017 Christian Dersch <lupinix@mailbox.org> - 0.19.0-1
|
|
|
|
- new version
|
|
|
|
|
2017-01-31 15:40:36 +00:00
|
|
|
* Tue Jan 31 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.18.0-3
|
|
|
|
- Rebuild for libgfortran.so.3
|
|
|
|
|
2016-12-13 00:24:38 +00:00
|
|
|
* Mon Dec 12 2016 Stratakis Charalampos <cstratak@redhat.com> - 0.18.0-2
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
2016-07-28 14:52:58 +00:00
|
|
|
* Tue Jul 26 2016 Than Ngo <than@redhat.com> - 0.18.0-1
|
|
|
|
- 0.18.0
|
2019-07-12 13:14:03 +00:00
|
|
|
- %%check: make non-fatal as temporary workaround for scipy build on arm
|
2016-07-28 14:52:58 +00:00
|
|
|
|
2016-07-19 12:35:22 +00:00
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17.0-2
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
2016-05-31 11:30:20 +00:00
|
|
|
* Tue May 31 2016 Nils Philippsen <nils@redhat.com>
|
|
|
|
- fix source URL
|
|
|
|
|
2016-02-15 23:26:41 +00:00
|
|
|
* Mon Feb 15 2016 Orion Poplawski <orion@cora.nwra.com> - 0.17.0-1
|
|
|
|
- Update to 0.17.0
|
|
|
|
- Drop ctypes patch applied upstream
|
|
|
|
|
2016-02-04 23:44:07 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.1-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-11-21 11:56:29 +00:00
|
|
|
* Sat Nov 21 2015 Kalev Lember <klember@redhat.com> - 0.16.1-6
|
|
|
|
- Add provides to satisfy scipy%%{_isa} requires in other packages
|
|
|
|
|
2015-11-15 00:01:14 +00:00
|
|
|
* Sun Nov 15 2015 Björn Esser <fedora@besser82.io> - 0.16.1-5
|
|
|
|
- Revert "Discard results of testsuite on %%{arm} for now"
|
|
|
|
|
2015-11-14 17:54:50 +00:00
|
|
|
* Sat Nov 14 2015 Björn Esser <besser82@fedoraproject.org> - 0.16.1-4
|
|
|
|
- Discard results of testsuite on %%{arm} for now
|
|
|
|
Segfaults on non-aligned memory test (expected for arm)
|
|
|
|
|
2015-11-14 12:05:41 +00:00
|
|
|
* Sat Nov 14 2015 Thomas Spura <tomspur@fedoraproject.org> - 0.16.1-3
|
|
|
|
- Add patch to fix ctypes test
|
2015-11-14 12:09:48 +00:00
|
|
|
- Move requires to correct python2 subpackage
|
2015-11-14 16:08:21 +00:00
|
|
|
- Add FFLAGS also in %%install
|
2015-11-14 12:05:41 +00:00
|
|
|
|
2015-11-10 18:06:57 +00:00
|
|
|
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
|
|
|
2015-10-26 16:33:43 +00:00
|
|
|
* Mon Oct 26 2015 Orion Poplawski <orion@cora.nwra.com> - 0.16.1-1
|
|
|
|
- Update to 0.16.1
|
|
|
|
|
2015-10-14 18:16:32 +00:00
|
|
|
* Wed Oct 14 2015 Thomas Spura <tomspur@fedoraproject.org> - 0.16.0-1
|
|
|
|
- Update to 0.16.0
|
2015-10-14 18:21:01 +00:00
|
|
|
- Use python_provide macro
|
2015-10-14 18:16:32 +00:00
|
|
|
|
2015-06-19 00:28:25 +00:00
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-04-01 02:52:56 +00:00
|
|
|
* Tue Mar 31 2015 Orion Poplawski <orion@cora.nwra.com> - 0.15.1-1
|
|
|
|
- Update to 0.15.1
|
|
|
|
|
2015-01-04 18:08:24 +00:00
|
|
|
* Sun Jan 4 2015 Orion Poplawski <orion@cora.nwra.com> - 0.14.1-1
|
|
|
|
- Update to 0.14.1
|
|
|
|
|
2014-08-20 23:31:15 +00:00
|
|
|
* Wed Aug 20 2014 Kevin Fenzi <kevin@scrye.com> - 0.14.0-5
|
|
|
|
- Rebuild for rpm bug 1131892
|
|
|
|
|
2014-08-18 01:41:09 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-08 05:57:31 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-11 02:32:09 +00:00
|
|
|
* Sat May 10 2014 Orion Poplawski <orion@cora.nwra.com> - 0.14-2
|
|
|
|
- Rebuild with Python 3.4
|
|
|
|
|
2014-05-06 14:54:45 +00:00
|
|
|
* Tue May 6 2014 Orion Poplawski <orion@cora.nwra.com> - 0.14-1
|
|
|
|
- Update to 0.14
|
|
|
|
- Do not use system python-six (bug #1046817)
|
|
|
|
|
2014-02-20 10:30:15 +00:00
|
|
|
* Thu Feb 20 2014 Thomas Spura <tomspur@fedoraproject.org> - 0.13.3-2
|
|
|
|
- use python2 macros everywhere (Requested by Han Boetes)
|
|
|
|
|
2014-02-04 14:01:31 +00:00
|
|
|
* Tue Feb 4 2014 Thomas Spura <tomspur@fedoraproject.org> - 0.13.3-1
|
|
|
|
- Update to 0.13.3
|
|
|
|
|
2013-12-09 16:08:46 +00:00
|
|
|
* Mon Dec 9 2013 Orion Poplwski <orion@cora.nwra.com> - 0.13.2-1
|
|
|
|
- Update to 0.13.2
|
|
|
|
|
2013-12-06 09:38:42 +00:00
|
|
|
* Fri Dec 06 2013 Nils Philippsen <nils@redhat.com> - 0.13.1-2
|
|
|
|
- rebuild (suitesparse)
|
|
|
|
|
2013-11-17 20:24:52 +00:00
|
|
|
* Sun Nov 17 2013 Orion Poplwski <orion@cora.nwra.com> - 0.13.1-1
|
|
|
|
- Update to 0.13.1
|
|
|
|
|
2013-10-23 07:54:33 +00:00
|
|
|
* Wed Oct 23 2013 Tomas Tomecek <ttomecek@redhat.com> - 0.13.0-2
|
|
|
|
- Update to 0.13.0 final
|
|
|
|
|
2013-10-15 22:43:42 +00:00
|
|
|
* Tue Oct 15 2013 Orion Poplwski <orion@cora.nwra.com> - 0.13.0-0.4.rc1
|
|
|
|
- Update to 0.13.0rc1
|
|
|
|
|
2013-10-01 14:17:10 +00:00
|
|
|
* Tue Oct 01 2013 Tomas Tomecek <ttomecek@redhat.com> - 0.13.0-0.3.b1
|
|
|
|
- rebuilt with atlas 3.10
|
|
|
|
|
2013-09-10 15:32:30 +00:00
|
|
|
* Mon Sep 9 2013 Orion Poplwski <orion@cora.nwra.com> - 0.13.0-0.2.b1
|
|
|
|
- Unbundle python-six (bug #1005350)
|
|
|
|
|
2013-08-29 18:19:23 +00:00
|
|
|
* Thu Aug 29 2013 Orion Poplwski <orion@cora.nwra.com> - 0.13.0-0.1.b1
|
|
|
|
- Update to 0.13.0b1
|
|
|
|
- Drop patches applied upstream
|
|
|
|
- Fixup changelog and summary
|
|
|
|
|
2013-08-04 13:49:44 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-10-23 07:53:40 +00:00
|
|
|
* Tue Jul 30 2013 Tomas Tomecek <ttomecek@redhat.com> - 0.12.0-4
|
|
|
|
- Fix rpmlint warnings
|
|
|
|
- License update
|
|
|
|
- Add patch to use build_dir argument in build_extension
|
2013-05-16 01:38:00 +00:00
|
|
|
|
2013-08-29 18:19:23 +00:00
|
|
|
* Wed May 15 2013 Orion Poplawski <orion@cora.nwra.com> - 0.12.0-3
|
|
|
|
- Remove old ufsparse references, use suitesparse
|
|
|
|
- Spec cleanup
|
|
|
|
|
2013-04-15 23:42:13 +00:00
|
|
|
* Mon Apr 15 2013 Orion Poplawski <orion@cora.nwra.com> - 0.12.0-2
|
|
|
|
- Add patch to fix segfaul in test of sgeqrf
|
|
|
|
|
2013-04-10 17:12:26 +00:00
|
|
|
* Wed Apr 10 2013 Orion Poplawski <orion@cora.nwra.com> - 0.12.0-1
|
|
|
|
- Update to 0.12.0 final
|
|
|
|
- No longer remove weave from python3 build
|
|
|
|
|
2013-02-17 04:02:32 +00:00
|
|
|
* Sat Feb 16 2013 Orion Poplawski <orion@cora.nwra.com> - 0.12.0-0.1.b1
|
|
|
|
- Update to 0.12.0b1
|
|
|
|
- Drop upstreamed linalg patch
|
|
|
|
|
2013-02-14 04:28:10 +00:00
|
|
|
* Wed Feb 13 2013 Orion Poplawski <orion@cora.nwra.com> - 0.11.0-4
|
|
|
|
- Add patch from upstream to fix python3.3 issues in linalg routines
|
|
|
|
|
2013-02-13 05:12:56 +00:00
|
|
|
* Tue Feb 12 2013 Orion Poplawski <orion@cora.nwra.com> - 0.11.0-3
|
|
|
|
- Disable python3 tests for now
|
|
|
|
|
2012-10-08 19:37:18 +00:00
|
|
|
* Mon Oct 8 2012 Orion Poplawski <orion@cora.nwra.com> - 0.11.0-2
|
|
|
|
- Add requires python3-numpy, python3-f2py for python3-scipy (bug 863755)
|
|
|
|
|
2012-10-01 01:47:25 +00:00
|
|
|
* Sun Sep 30 2012 Orion Poplawski <orion@cora.nwra.com> - 0.11.0-1
|
|
|
|
- Update to 0.11.0 final
|
|
|
|
|
2012-08-23 16:41:29 +00:00
|
|
|
* Thu Aug 23 2012 Orion Poplawski <orion@cora.nwra.com> - 0.11.0-0.1.rc2
|
|
|
|
- Update to 0.11.0rc2
|
|
|
|
|
2012-08-06 15:56:27 +00:00
|
|
|
* Mon Aug 6 2012 Orion Poplawski <orion@cora.nwra.com> - 0.10.1-4
|
|
|
|
- Rebuild for python 3.3
|
|
|
|
|
2012-08-03 16:31:33 +00:00
|
|
|
* Fri Aug 3 2012 David Malcolm <dmalcolm@redhat.com> - 0.10.1-3
|
|
|
|
- remove rhel logic from with_python3 conditional
|
|
|
|
|
2012-07-21 19:07:48 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-03-16 21:55:16 +00:00
|
|
|
* Fri Mar 16 2012 Orion Poplawski <orion@cora.nwra.com> - 0.10.1-1
|
|
|
|
- Update to 0.10.1
|
|
|
|
|
2012-01-14 03:40:17 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-14 18:22:35 +00:00
|
|
|
* Mon Nov 14 2011 Orion Poplawski <orion@cora.nwra.com> - 0.10.0-1
|
|
|
|
- Update to 0.10.0
|
|
|
|
|
2011-09-09 07:52:10 +00:00
|
|
|
* Sat Sep 3 2011 Thomas Spura <tomspur@fedoraproject.org> - 0.9.0-2
|
|
|
|
- little cosmetic changes
|
|
|
|
- filter provides in python_sitearch
|
|
|
|
|
|
|
|
* Fri Sep 02 2011 Andrew McNabb <amcnabb@mcnabbs.org>
|
|
|
|
- add python3 subpackage
|
|
|
|
|
2011-04-01 16:17:52 +00:00
|
|
|
* Fri Apr 1 2011 Orion Poplawski <orion@cora.nwra.com> - 0.9.0-1
|
|
|
|
- Update to 0.9.0
|
|
|
|
- Drop all stsci sources and patches, dropped from upstream
|
|
|
|
- Drop gcc and py27 patches fixed upstream
|
|
|
|
- Add %%check section to run tests
|
|
|
|
|
2011-02-09 12:22:05 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2013-07-22 13:03:05 +00:00
|
|
|
* Sat Jul 31 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.7.2-3
|
2010-07-31 15:59:56 +00:00
|
|
|
- Fix scipy build on python-2.7
|
|
|
|
|
2010-07-22 06:27:16 +00:00
|
|
|
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.7.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
|
|
2010-07-01 21:47:19 +00:00
|
|
|
* Thu Jul 1 2010 Jef Spaleta <jspaleta@fedoraproject.org> - 0.7.2-1
|
2013-07-22 12:59:33 +00:00
|
|
|
- New upstream release
|
2010-07-01 21:47:19 +00:00
|
|
|
|
2013-07-22 13:03:05 +00:00
|
|
|
* Sun Apr 11 2010 Jef Spaleta <jspaleta@fedoraproject.org> - 0.7.1-3
|
2013-07-22 12:59:33 +00:00
|
|
|
- Bump for rebuild against numpy 1.3
|
2010-04-13 04:34:23 +00:00
|
|
|
|
|
|
|
* Thu Apr 1 2010 Jef Spaleta <jspaleta@fedoraproject.org> - 0.7.1-2
|
2013-07-22 12:59:33 +00:00
|
|
|
- Bump for rebuild against numpy 1.4.0
|
2010-04-01 22:56:49 +00:00
|
|
|
|
2009-12-11 16:43:13 +00:00
|
|
|
* Thu Dec 10 2009 Jon Ciesla <limb@jcomserv.net> - 0.7.1-1
|
|
|
|
- Update to 0.7.1.
|
|
|
|
|
2009-07-27 03:58:20 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-14 23:06:57 +00:00
|
|
|
* Sun Jun 14 2009 Jef Spaleta <jspaleta@fedoraproject.org> - 0.7.0-4
|
|
|
|
- Fix for gcc34 weave blitz bug #505379
|
|
|
|
|
2009-04-07 17:57:50 +00:00
|
|
|
* Tue Apr 7 2009 Jef Spaleta <jspaleta@fedoraproject.org> - 0.7.0-3
|
|
|
|
- Add f2py requires to prepared for numpy packaging split
|
|
|
|
|
2009-03-02 02:10:30 +00:00
|
|
|
* Sun Mar 1 2009 Jef Spaleta <jspaleta@fedoraproject.org> - 0.7.0-2
|
|
|
|
- Patch for stsci image function syntax fix.
|
|
|
|
|
2009-02-26 23:56:30 +00:00
|
|
|
* Thu Feb 26 2009 Jef Spaleta <jspaleta@fedoraproject.org> - 0.7.0-1
|
|
|
|
- Update to final 0.7 release
|
|
|
|
|
2009-02-25 23:21:24 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-0.3.b1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-12-16 05:26:37 +00:00
|
|
|
* Mon Dec 15 2008 Deji Akingunola <dakingun@gmail.com> - 0.7.0-0.2.b1
|
|
|
|
- Rebuild for atlas-3.8.2
|
|
|
|
|
2008-12-02 00:34:06 +00:00
|
|
|
* Mon Dec 01 2008 Jef Spaleta <jspaleta@fedoraproject.org> - 0.7.0-0.1.b1
|
|
|
|
- Update to latest beta which lists python 2.6 support
|
|
|
|
|
2008-11-29 17:21:09 +00:00
|
|
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.6.0-8
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2008-10-03 18:22:16 +00:00
|
|
|
* Fri Oct 03 2008 Jef Spaleta <jspaleta@fedoraproject.org> - 0.6.0-7
|
|
|
|
- fix the stsci fix
|
|
|
|
|
2008-10-02 17:22:00 +00:00
|
|
|
* Thu Oct 02 2008 Jef Spaleta <jspaleta@fedoraproject.org> - 0.6.0-6
|
|
|
|
- include missing setup files for stsci module
|
|
|
|
|
2008-02-19 07:28:07 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.6.0-5
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2008-01-05 00:54:57 +00:00
|
|
|
* Fri Jan 04 2008 Jef Spaleta <jspaleta@fedoraproject.org> - 0.6.0-4
|
|
|
|
- fix for egg-info file creation
|
|
|
|
|
2007-10-03 23:20:44 +00:00
|
|
|
* Wed Oct 03 2007 Jef Spaleta <jspaleta@gmail.com> - 0.6.0-3
|
|
|
|
- include_dirs changes for ufsparse change in development
|
|
|
|
|
|
|
|
* Tue Oct 02 2007 Jef Spaleta <jspaleta@gmail.com> - 0.6.0-2
|
|
|
|
- Fix licensing to match Fedora packaging guidance
|
|
|
|
- Remove unnecessary library deps
|
|
|
|
|
|
|
|
* Tue Sep 25 2007 Jarrod Millman <millman@berkeley.edu> - 0.6.0-1
|
|
|
|
- update to new upstream source
|
|
|
|
- update Summary, License, Url, and description
|
|
|
|
- added extra dependencies
|
|
|
|
- remove symlink since Lib has been renamed scipy
|
|
|
|
|
2007-08-22 07:43:30 +00:00
|
|
|
* Tue Aug 21 2007 Jef Spaleta <jspaleta@gmail.com> - 0.5.2.1-1
|
|
|
|
- Update to new upstream source
|
|
|
|
|
2007-08-22 06:19:04 +00:00
|
|
|
* Tue Aug 21 2007 Jef Spaleta <jspaleta@gmail.com> - 0.5.2-3
|
|
|
|
- fix licensing tag and bump for buildid rebuild
|
|
|
|
|
2007-04-19 00:33:54 +00:00
|
|
|
* Wed Apr 18 2007 Jef Spaleta <jspaleta@gmail.com> - 0.5.2-2.2
|
|
|
|
- go back to using gfortran now that numpy is patched
|
|
|
|
|
2007-04-14 18:58:42 +00:00
|
|
|
* Sat Apr 14 2007 Jef Spaleta <jspaleta@gmail.com> - 0.5.2-2.1
|
|
|
|
- minor correction for f77 usage
|
|
|
|
|
2007-04-14 11:47:08 +00:00
|
|
|
* Sat Apr 14 2007 Jef Spaleta <jspaleta@gmail.com> - 0.5.2-2
|
|
|
|
- revert to f77 due to issue with numpy in development
|
|
|
|
|
|
|
|
* Sat Apr 14 2007 Jef Spaleta <jspaleta@gmail.com> - 0.5.2-1.1
|
|
|
|
- remove arch specific optimizations
|
|
|
|
|
2007-02-23 05:18:15 +00:00
|
|
|
* Wed Feb 21 2007 Jef Spaleta <jspaleta@gmail.com> - 0.5.2-1
|
|
|
|
- Update for new upstream release
|
|
|
|
|
2006-12-12 05:15:37 +00:00
|
|
|
* Mon Dec 11 2006 Jef Spaleta <jspaleta@gmail.com> - 0.5.1-5
|
|
|
|
- Bump for rebuild against python 2.5 in devel tree
|
|
|
|
|
2006-12-07 00:41:53 +00:00
|
|
|
* Sun Dec 3 2006 Jef Spaleta <jspaleta@gmail.com> - 0.5.1-4
|
2013-07-22 12:59:33 +00:00
|
|
|
- Minor adjustments to specfile for packaging guidelines.
|
2006-12-07 00:41:53 +00:00
|
|
|
- Changed buildrequires fftw version 3 from fftw2
|
|
|
|
|
|
|
|
* Sat Dec 2 2006 Jef Spaleta <jspaleta@gmail.com> - 0.5.1-2
|
|
|
|
- Updated spec for FE Packaging Guidelines and for upstream version 0.5.1
|
|
|
|
|
|
|
|
* Mon May 8 2006 Neal Becker <ndbecker2@gmail.com> - 0.4.8-4
|
|
|
|
- Add BuildRequires gcc-c++
|
|
|
|
- Add python-devel
|
|
|
|
- Add libstdc++
|
|
|
|
|
|
|
|
* Mon May 8 2006 Neal Becker <ndbecker2@gmail.com> - 0.4.8-3
|
|
|
|
- Add BuildRequires gcc-gfortran
|
|
|
|
|
|
|
|
* Sun May 7 2006 Neal Becker <ndbecker2@gmail.com> - 0.4.8-3
|
|
|
|
- Add BuildRequires numpy
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 3 2006 Neal Becker <ndbecker2@gmail.com> - 0.4.8-2
|
|
|
|
- Fix BuildRoot
|
|
|
|
- Add BuildRequires, Requires
|
|
|
|
- Test remove d1mach patch
|
|
|
|
- Fix defattr
|
|
|
|
- Add changelog
|
|
|
|
- Removed Prefix, Vendor
|
|
|
|
- Fix Source0
|