diff --git a/python-reportlab.spec b/python-reportlab.spec index 969afb9bc9c89c676dd354fc859fc6c8900ebe82..4f162d8900699a606da78dfff583305416bf6b54 100644 --- a/python-reportlab.spec +++ b/python-reportlab.spec @@ -4,12 +4,13 @@ Name: python-reportlab Version: 4.4.4 -Release: 1 +Release: 2 Summary: ReportLab library to create PDF documents and graphic License: BSD URL: https://www.reportlab.com/ Source0: https://files.pythonhosted.org/packages/source/r/reportlab/reportlab-%{version}.tar.gz BuildRequires: freetype-devel +BuildRequires: python3-chardet BuildArch: noarch %description @@ -71,6 +72,9 @@ CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS} -Isrc/rl_addons/renderPM}" LDFLAGS="${LDFLAGS %doc demos/ tools/ %changelog +* Thu Jun 6 2024 yangxiaodong - 4.4.4-2 +- add buildrequires python3-chardet to fix check test failure + * Sun Sep 28 2025 zhangyulong -4.4.4-1 - Update to 4.4.4-1 -raise an error for table cell flowables given negative width