From f2a5f2a2ffb25db4bc11465211902f49fc1b7795 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Mon, 11 Jun 2007 03:06:49 +0000 Subject: [PATCH] Update to 7.16.2.1 --- .cvsignore | 3 +-- python-pycurl.spec | 20 +++++++------------- sources | 3 +-- 3 files changed, 9 insertions(+), 17 deletions(-) diff --git a/.cvsignore b/.cvsignore index 87801f0..c16579c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -pycurl-7.15.5.1.tar.gz -pycurl-20061207.tar.bz2 +pycurl-7.16.2.1.tar.gz diff --git a/python-pycurl.spec b/python-pycurl.spec index eacaea2..39d5448 100644 --- a/python-pycurl.spec +++ b/python-pycurl.spec @@ -1,22 +1,15 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -%define cvs 20061207 - Name: python-pycurl -Version: 7.16.0 -Release: 0.1.%{cvs}%{?dist} +Version: 7.16.2.1 +Release: 1%{?dist} Summary: A Python interface to libcurl Group: Development/Languages License: LGPL URL: http://pycurl.sourceforge.net/ -#Source0: http://pycurl.sourceforge.net/download/pycurl-%{version}.tar.gz +Source0: http://pycurl.sourceforge.net/download/pycurl-%{version}.tar.gz -# to recreate this tarball: -# cvs -d:pserver:anonymous@pycurl.cvs.sourceforge.net:/cvsroot/pycurl export -D %{cvs} -d pycurl-%{cvs} pycurl -# tar cjf pycurl-%{cvs}.tar.bz2 pycurl-%{cvs} - -Source0: pycurl-%{cvs}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel @@ -31,10 +24,8 @@ urllib Python module. PycURL is mature, very fast, and supports a lot of features. %prep -%setup -q -n pycurl-%{cvs} +%setup -q -n pycurl-%{version} chmod a-x examples/* -rm examples/.cvsignore -rm tests/.cvsignore %build CFLAGS="$RPM_OPT_FLAGS -DHAVE_CURL_OPENSSL" %{__python} setup.py build @@ -56,6 +47,9 @@ rm -rf %{buildroot} %{python_sitearch}/* %changelog +* Sat Jun 9 2007 Jeffrey C. Ollie - 7.16.2.1-1 +- Update to released version. + * Thu Dec 7 2006 Jeffrey C. Ollie - 7.16.0-0.1.20061207 - Update to a CVS snapshot since development has a newer version of curl than is in FC <= 6 diff --git a/sources b/sources index 8fe2eaa..a952806 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -464cfbeba150d99d92a407c7c8b751de pycurl-7.15.5.1.tar.gz -3934d01baffab77ba710f44aaec8d9c6 pycurl-20061207.tar.bz2 +d01bfb29aa090db05b9704073fe38e7d pycurl-7.16.2.1.tar.gz