diff --git a/python3-pycurl.changes b/python3-pycurl.changes index 0d11d0d..3404c13 100644 --- a/python3-pycurl.changes +++ b/python3-pycurl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 22 13:47:34 UTC 2012 - toddrme2178@gmail.com + +- Removed openSUSE 11.4 spec file workarounds + ------------------------------------------------------------------- Sat Apr 28 06:43:11 UTC 2012 - highwaystar.ru@gmail.com diff --git a/python3-pycurl.spec b/python3-pycurl.spec index e38b3e6..4c2e1ab 100644 --- a/python3-pycurl.spec +++ b/python3-pycurl.spec @@ -34,11 +34,7 @@ BuildRequires: libcurl-devel >= 7.19.0 BuildRequires: openssl-devel BuildRequires: python3-2to3 BuildRequires: python3-devel -%if 0%{?suse_version} <= 1140 -%{!?python3_sitearch: %global python3_sitearch %(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} -%{!?py3_ver: %global py3_ver %(python3 -c "import sys; version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); print(version)" 2>/dev/null || echo PYTHON-NOT-FOUND)} -%endif -Requires: python3 >= %{py3_ver} +Requires: python(abi) = %{py3_ver} %description This module provides bindings for the cURL library.