| |
@@ -6,7 +6,7 @@
|
| |
|
| |
Name: python-theano
|
| |
Version: 1.0.3
|
| |
- Release: 1%{?rctag:.%{rctag}}%{?dist}
|
| |
+ Release: 2%{?rctag:.%{rctag}}%{?dist}
|
| |
Summary: Mathematical expressions involving multidimensional arrays
|
| |
|
| |
License: BSD
|
| |
@@ -62,12 +62,8 @@
|
| |
Requires: openblas-devel
|
| |
Requires: gcc-c++
|
| |
Requires: gcc-gfortran
|
| |
- Requires: python3dist(numpy)
|
| |
- Requires: python3dist(pygpu)
|
| |
- Requires: python3dist(scipy)
|
| |
- Requires: python3dist(six)
|
| |
-
|
| |
- Suggests: python3dist(pydot)
|
| |
+ Recommends: python%{python3_version}dist(pygpu)
|
| |
+ Suggests: python%{python3_version}dist(pydot)
|
| |
|
| |
%{?python_provide:%python_provide python3-%{srcname}}
|
| |
|
| |
@@ -146,6 +142,9 @@
|
| |
%doc html
|
| |
|
| |
%changelog
|
| |
+ * Thu Dec 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.3-2
|
| |
+ - Drop duplicated dependencies
|
| |
+
|
| |
* Sat Oct 6 2018 Jerry James <loganjerry@gmail.com> - 1.0.3-1
|
| |
- New upstream release
|
| |
- Partially revert the previous commit; the gcc Requires is needed
|
| |
Signed-off-by: Igor Gnatenko ignatenkobrain@fedoraproject.org