Hello community,

here is the log from the commit of package libmicrohttpd for openSUSE:Factory 
checked in at 2014-05-02 09:51:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmicrohttpd (Old)
 and      /work/SRC/openSUSE:Factory/.libmicrohttpd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmicrohttpd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmicrohttpd/libmicrohttpd.changes      
2014-04-26 09:58:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libmicrohttpd.new/libmicrohttpd.changes 
2014-05-02 09:51:53.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Apr 28 07:23:50 UTC 2014 - [email protected]
+
+- disable problematic test case that causes the testsuite to deadlock
+  just too often (disable-stalling-test.patch)
+
+-------------------------------------------------------------------

New:
----
  disable-stalling-test.patch

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

Other differences:
------------------
++++++ libmicrohttpd.spec ++++++
--- /var/tmp/diff_new_pack.Tyq9Px/_old  2014-05-02 09:51:54.000000000 +0200
+++ /var/tmp/diff_new_pack.Tyq9Px/_new  2014-05-02 09:51:54.000000000 +0200
@@ -31,6 +31,8 @@
 Source2:        libmicrohttpd.keyring
 # PATCH-FIX-UPSTREAM: install spdy pc file, from Fedora and already upstream 
applied
 Patch0:         libmicrohttpd-0.9.34-spdy-pc.patch
+# PATCH-WORKAROUND-OPENSUSE: the threads have a problem deadlocking (in OBS)
+Patch1:         disable-stalling-test.patch
 # Autotools only due to above patch
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -120,6 +122,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 autoreconf -vi
 
 %build

++++++ disable-stalling-test.patch ++++++
# This test deadlocks too often in OBS
Index: libmicrohttpd-0.9.34/src/testcurl/Makefile.am
===================================================================
--- libmicrohttpd-0.9.34.orig/src/testcurl/Makefile.am
+++ libmicrohttpd-0.9.34/src/testcurl/Makefile.am
@@ -23,7 +23,6 @@ endif
 
 if HAVE_CURL
 check_PROGRAMS = \
-  test_start_stop \
   test_quiesce \
   test_get \
   test_get_sendfile \

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

Reply via email to