[python-pycurl/f20] update to 7.19.3

Kamil Dudka kdudka at fedoraproject.org
Tue Jan 21 13:42:35 UTC 2014


commit ba7171614a7639571eddb7998a0a657afabeaabc
Author: Kamil Dudka <kdudka at redhat.com>
Date:   Wed Sep 25 21:51:41 2013 +0200

    update to 7.19.3

 .gitignore                                         |    1 +
 0000-pycurl-7.19.7-8d654296.patch                  |12436 --------------------
 0001-do_curl_getinfo-fix-misplaced-endif.patch     |   26 -
 ...-start-the-server-explicitly-at-127.0.0.1.patch |   26 -
 python-pycurl.spec                                 |   34 +-
 sources                                            |    2 +-
 6 files changed, 9 insertions(+), 12516 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eefd185..90e6917 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pycurl-7.19.0.tar.gz
+/pycurl-7.19.3.tar.gz
diff --git a/python-pycurl.spec b/python-pycurl.spec
index 8f16961..92a37c5 100644
--- a/python-pycurl.spec
+++ b/python-pycurl.spec
@@ -1,8 +1,8 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-pycurl
-Version:        7.19.0
-Release:        18.20130315git8d654296%{?dist}
+Version:        7.19.3
+Release:        1%{?dist}
 Summary:        A Python interface to libcurl
 
 Group:          Development/Languages
@@ -10,13 +10,6 @@ License:        LGPLv2+ or MIT
 URL:            http://pycurl.sourceforge.net/
 Source0:        http://pycurl.sourceforge.net/download/pycurl-%{version}.tar.gz
 
-# sync with upstream's 8d654296
-Patch0:         0000-pycurl-7.19.7-8d654296.patch
-
-# get the test-suite running
-Patch1:         0001-do_curl_getinfo-fix-misplaced-endif.patch
-Patch2:         0002-runwsgi.py-start-the-server-explicitly-at-127.0.0.1.patch
-
 Requires:       keyutils-libs
 BuildRequires:  python-devel
 BuildRequires:  curl-devel >= 7.19.0
@@ -47,24 +40,8 @@ of features.
 %prep
 %setup0 -q -n pycurl-%{version}
 
-# drop CVS stuff that would prevent git patches from being applied
-find -type f | xargs sed -i 's/\$Id: [^$]*\$/$Id$/'
-
-# upstream patches
-%patch0 -p1
-
-# patches not yet upstream
-%patch1 -p1
-%patch2 -p1
-
-# remove a test specific to OpenSSL-powered libcurl
-rm -f tests/certinfo_test.py
-
-# temporarily disable intermittently failing test-case
-rm -f tests/multi_socket_select_test.py
-
 %build
-CFLAGS="$RPM_OPT_FLAGS -DHAVE_CURL_OPENSSL" %{__python} setup.py build
+CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build --with-nss
 
 %check
 export PYTHONPATH=$RPM_BUILD_ROOT%{python_sitearch}
@@ -75,10 +52,13 @@ make test PYTHON=%{__python}
 rm -rf %{buildroot}%{_datadir}/doc/pycurl
 
 %files
-%doc COPYING COPYING2 ChangeLog README.rst TODO examples doc tests
+%doc COPYING-LGPL COPYING-MIT ChangeLog README.rst examples doc tests
 %{python_sitearch}/*
 
 %changelog
+* Tue Jan 21 2014 Kamil Dudka <kdudka at redhat.com> - 7.19.3-1
+- update to 7.19.3
+
 * Thu Aug 08 2013 Kamil Dudka <kdudka at redhat.com> - 7.19.0-18.20130315git8d654296
 - sync with upstream 8d654296
 
diff --git a/sources b/sources
index 7b4fa17..0a4fe5f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-919d58fe37e69fe87ce4534d8b6a1c7b  pycurl-7.19.0.tar.gz
+b9091b7438d3de1552e28862d2971cd1  pycurl-7.19.3.tar.gz


More information about the scm-commits mailing list