- Update to 7.19.0

This commit is contained in:
Jeffrey C. Ollie 2009-03-05 16:44:30 +00:00
parent e90ebe0754
commit 626ea09fd1
3 changed files with 8 additions and 5 deletions

View File

@ -1 +1 @@
pycurl-7.18.2.tar.gz
pycurl-7.19.0.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.18.2
Release: 3%{?dist}
Version: 7.19.0
Release: 1%{?dist}
Summary: A Python interface to libcurl
Group: Development/Languages
@ -14,7 +14,7 @@ Patch0: python-pycurl-no-static-libs.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-devel
BuildRequires: curl-devel >= 7.18.1
BuildRequires: curl-devel >= 7.19.0
BuildRequires: openssl-devel
Provides: pycurl = %{version}-%{release}
@ -51,6 +51,9 @@ rm -rf %{buildroot}
%{python_sitearch}/*
%changelog
* Thu Mar 5 2009 Jeffrey C. Ollie <jeff@ocjtech.us> - 7.19.0-1
- Update to 7.19.0
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.18.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

View File

@ -1 +1 @@
39210d56f1d5a75ac8dd6a2866a93dd5 pycurl-7.18.2.tar.gz
919d58fe37e69fe87ce4534d8b6a1c7b pycurl-7.19.0.tar.gz