From aca97b1615740d8a078a63e4a7c0591ec53b208b54148d4c23414e278d024b62 Mon Sep 17 00:00:00 2001 From: Todd R Date: Sun, 25 Nov 2012 11:10:46 +0000 Subject: [PATCH] Accepting request 142769 from devel:languages:python3 Removed openSUSE 11.4 spec file workarounds (forwarded request 142752 from TheBlackCat) OBS-URL: https://build.opensuse.org/request/show/142769 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=11 --- python3-pycurl.changes | 5 +++++ python3-pycurl.spec | 6 +----- 2 files changed, 6 insertions(+), 5 deletions(-) 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.