From 0d696a631cacefa42fe3e3689163ec713534f950 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Fri, 6 Jun 2008 04:08:27 +0000 Subject: [PATCH] - Update to 7.18.1 - Disable tests because it's not testing the built library, it's trying to test an installed library. --- .cvsignore | 2 +- python-pycurl.spec | 13 +++++++++---- sources | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7eb297a..df87eb0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pycurl-7.16.4.tar.gz +pycurl-7.18.1.tar.gz diff --git a/python-pycurl.spec b/python-pycurl.spec index 5d9bafa..a305c51 100644 --- a/python-pycurl.spec +++ b/python-pycurl.spec @@ -1,8 +1,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-pycurl -Version: 7.16.4 -Release: 3%{?dist} +Version: 7.18.1 +Release: 1%{?dist} Summary: A Python interface to libcurl Group: Development/Languages @@ -13,7 +13,7 @@ Source0: http://pycurl.sourceforge.net/download/pycurl-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel -BuildRequires: curl-devel >= 7.16.0 +BuildRequires: curl-devel >= 7.18.1 BuildRequires: openssl-devel Provides: pycurl = %{version}-%{release} @@ -32,7 +32,7 @@ chmod a-x examples/* CFLAGS="$RPM_OPT_FLAGS -DHAVE_CURL_OPENSSL" %{__python} setup.py build %check -%{__python} tests/test_internals.py -q +#%{__python} tests/test_internals.py -q %install rm -rf %{buildroot} @@ -48,6 +48,11 @@ rm -rf %{buildroot} %{python_sitearch}/* %changelog +* Thu Jun 5 2008 Jeffrey C. Ollie - 7.18.1-1 +- Update to 7.18.1 +- Disable tests because it's not testing the built library, it's trying to + test an installed library. + * Tue Feb 19 2008 Fedora Release Engineering - 7.16.4-3 - Autorebuild for GCC 4.3 diff --git a/sources b/sources index 5a9e81b..3fbe784 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b2ad729cf4ccc16f8d169d2511764eb6 pycurl-7.16.4.tar.gz +adc4399a002ce794559941c13b89afb8 pycurl-7.18.1.tar.gz