From 49558b7b47655d8a6104c280135f9aae392c3d1d Mon Sep 17 00:00:00 2001 From: wangjie Date: Mon, 9 Nov 2020 14:40:42 +0800 Subject: [PATCH] fix compile error --- python-pycurl.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python-pycurl.spec b/python-pycurl.spec index 49a404e..bdaab01 100644 --- a/python-pycurl.spec +++ b/python-pycurl.spec @@ -6,7 +6,7 @@ Name: python-pycurl Version: 7.43.0.5 -Release: 1 +Release: 2 Summary: A Python interface to libcurl License: LGPLv2+ or MIT URL: http://pycurl.sourceforge.net/ @@ -74,7 +74,7 @@ rm -rf %{buildroot}%{_datadir}/doc/pycurl export PYTHONPATH=%{buildroot}%{python3_sitearch} export PYCURL_SSL_LIBRARY=openssl export PYCURL_VSFTPD_PATH=vsftpd -make test PYTHON=%{__python3} NOSETESTS="nosetests-%{python3_version} -v" +make test PYTHON=%{__python3} NOSETESTS="nosetests-%{python3_version} -v" PYFLAKES=true rm -fv tests/fake-curl/libcurl/*.so %files devel @@ -93,6 +93,12 @@ rm -fv tests/fake-curl/libcurl/*.so %{python3_sitearch}/pycurl-%{version}-*.egg-info %changelog +* Mon Nov 9 2020 wangjie -7.43.0.5-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix compile error + * Thu Aug 4 2020 shixuantong - 7.43.0.5-1 - update to 7.43.0.5