Hello community,

here is the log from the commit of package python-pycurl for openSUSE:Factory 
checked in at 2018-02-05 10:48:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pycurl (Old)
 and      /work/SRC/openSUSE:Factory/.python-pycurl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pycurl"

Mon Feb  5 10:48:28 2018 rev:20 rq:572020 version:7.43.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pycurl/python-pycurl.changes      
2018-02-01 21:25:56.386745805 +0100
+++ /work/SRC/openSUSE:Factory/.python-pycurl.new/python-pycurl.changes 
2018-02-05 10:48:35.428721450 +0100
@@ -1,0 +2,11 @@
+Fri Feb  2 13:17:14 UTC 2018 - tchva...@suse.com
+
+- Disable tests on arm platforms as they are very flaky there,
+  on multiple runs always different failures
+
+-------------------------------------------------------------------
+Fri Feb  2 13:00:02 UTC 2018 - tchva...@suse.com
+
+- Disable strict aliasing as reported by the rpm checks
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pycurl.spec ++++++
--- /var/tmp/diff_new_pack.46glGX/_old  2018-02-05 10:48:36.836655536 +0100
+++ /var/tmp/diff_new_pack.46glGX/_new  2018-02-05 10:48:36.836655536 +0100
@@ -66,7 +66,7 @@
 %patch1 -p1
 
 %build
-export CFLAGS="%{optflags}"
+export CFLAGS="%{optflags} -fno-strict-aliasing"
 %python_build --with-ssl
 
 %install
@@ -74,6 +74,7 @@
 rm -rf %{buildroot}%{_datadir}/doc # Remove wrongly installed junk
 
 %check
+%ifnarch %{arm} aarch64
 # taken from "make test" because we only need to run nosetests,
 # not the rest of the mess in the upstream runner
 pushd tests/fake-curl/libcurl
@@ -90,6 +91,7 @@
 fi
 %{python_expand PYTHONPATH=$(ls -d build/lib.*) \
     nosetests-%$python_bin_suffix --with-flaky -a "$test_flags"}
+%endif
 
 %files %{python_files}
 %defattr(-,root,root,-)


Reply via email to