Compare commits

...

2 Commits
f27 ... f23

Author SHA1 Message Date
Thomas Spura
697ce0c1f3 Add missing requires of dvipng to python3-matplotlib (#1270202) 2016-04-18 09:27:28 +02:00
Thomas Spura
53aef6c52e Remove spurious Provides: bundled(agg) 2016-04-04 13:28:22 +02:00

View File

@@ -46,7 +46,7 @@
Name: python-matplotlib
Version: 1.4.3
Release: 13%{?dist}
Release: 14%{?dist}
Summary: Python 2D plotting library
Group: Development/Libraries
# qt4_editor backend is MIT
@@ -89,8 +89,6 @@ BuildRequires: pytz
BuildRequires: xorg-x11-server-Xvfb
BuildRequires: zlib-devel
Provides: bundled(agg) = 2.4
%description
Matplotlib is a python 2D plotting library which produces publication
quality figures in a variety of hardcopy formats and interactive
@@ -269,6 +267,8 @@ Requires: python3-cairo
Requires: python3-pyparsing
Requires: python3-dateutil
Requires: python3-pytz
Requires: dejavu-sans-fonts
Requires: dvipng
%if 0%{?fedora} >= 18
Requires: stix-math-fonts
%else
@@ -557,6 +557,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} \
%endif
%changelog
* Mon Apr 18 2016 Thomas Spura <tomspur@fedoraproject.org> - 1.4.3-14
- Add missing requires of dvipng to python3-matplotlib (#1270202)
* Mon Apr 04 2016 Thomas Spura <tomspur@fedoraproject.org> - 1.4.3-13
- Require the qt5 subpackage from the qt4 subpackage (#1219556)