- Update to 7.18.1

- Disable tests because it's not testing the built library, it's trying to
    test an installed library.
This commit is contained in:
Jeffrey C. Ollie 2008-06-06 04:08:27 +00:00
parent f0e51981f8
commit 0d696a631c
3 changed files with 11 additions and 6 deletions

View File

@ -1 +1 @@
pycurl-7.16.4.tar.gz
pycurl-7.18.1.tar.gz

View File

@ -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 <jeff@ocjtech.us> - 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 <rel-eng@fedoraproject.org> - 7.16.4-3
- Autorebuild for GCC 4.3

View File

@ -1 +1 @@
b2ad729cf4ccc16f8d169d2511764eb6 pycurl-7.16.4.tar.gz
adc4399a002ce794559941c13b89afb8 pycurl-7.18.1.tar.gz