Hello community,

here is the log from the commit of package python3-pycurl for openSUSE:Factory 
checked in at 2014-05-27 12:02:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pycurl (Old)
 and      /work/SRC/openSUSE:Factory/.python3-pycurl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-pycurl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pycurl/python3-pycurl.changes    
2014-05-21 16:21:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pycurl.new/python3-pycurl.changes       
2014-05-27 12:02:18.000000000 +0200
@@ -1,0 +2,7 @@
+Mon May 26 14:17:15 UTC 2014 - [email protected]
+
+- Removed part of patch that breaks now necessary things:
+  pycurl-no-runtime-curlvercheck.patch
+- Specify ssl type since it is not automatically detected.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-pycurl.spec ++++++
--- /var/tmp/diff_new_pack.EyWvHc/_old  2014-05-27 12:02:19.000000000 +0200
+++ /var/tmp/diff_new_pack.EyWvHc/_new  2014-05-27 12:02:19.000000000 +0200
@@ -57,10 +57,10 @@
 
 %build
 2to3 -w --no-diffs -n .
-CFLAGS="%{optflags}" python3 setup.py build
+CFLAGS="%{optflags}" python3 setup.py build --with-ssl
 
 %install
-python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
+python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} --with-ssl
 rm -rf %{buildroot}%{_datadir}/doc # Remove wrongly installed junk
 
 %files

++++++ pycurl-no-runtime-curlvercheck.patch ++++++
--- /var/tmp/diff_new_pack.EyWvHc/_old  2014-05-27 12:02:19.000000000 +0200
+++ /var/tmp/diff_new_pack.EyWvHc/_new  2014-05-27 12:02:19.000000000 +0200
@@ -1,21 +1,5 @@
 --- a/src/pycurl.c     2014-02-06 10:27:56.000000000 +0100
 +++ b/src/pycurl.c     2014-05-20 16:09:57.513592172 +0200
-@@ -4440,6 +4440,7 @@
-     const char *libcurl_version, *runtime_ssl_lib;
-     int libcurl_version_len, pycurl_version_len;
- 
-+#if 0
-     /* Check the version, as this has caused nasty problems in
-      * some cases. */
-     vi = curl_version_info(CURLVERSION_NOW);
-@@ -4451,6 +4452,7 @@
-         PyErr_Format(PyExc_ImportError, "pycurl: libcurl link-time version 
(%s) is older than compile-time version (%s)", vi->version, LIBCURL_VERSION);
-         PYCURL_MODINIT_RETURN_NULL;
-     }
-+#endif
-     
-     /* Our compiled crypto locks should correspond to runtime ssl library. */
-     if (vi->ssl_version == NULL) {
 @@ -4526,7 +4528,7 @@
  #undef PYCURL_VERSION_PREFIX_SIZE
      

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to