Hello community,

here is the log from the commit of package libassuan for openSUSE:Factory 
checked in at 2016-11-13 22:49:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libassuan (Old)
 and      /work/SRC/openSUSE:Factory/.libassuan.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libassuan"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libassuan/libassuan.changes      2016-07-27 
16:07:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libassuan.new/libassuan.changes 2016-11-13 
22:49:50.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Nov  9 11:17:23 UTC 2016 - sch...@suse.de
+
+- qemu-disable-fdpassing-test.patch: disable fdpassing test when running
+  under qemu-linux-user
+
+-------------------------------------------------------------------

New:
----
  qemu-disable-fdpassing-test.patch

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

Other differences:
------------------
++++++ libassuan.spec ++++++
--- /var/tmp/diff_new_pack.Ftm28j/_old  2016-11-13 22:49:52.000000000 +0100
+++ /var/tmp/diff_new_pack.Ftm28j/_new  2016-11-13 22:49:52.000000000 +0100
@@ -28,6 +28,7 @@
 Source2:        
ftp://ftp.gnupg.org/gcrypt/libassuan/%{name}-%{version}.tar.bz2.sig
 # http://www.gnupg.org/signature_key.en.html
 Source3:        libassuan.keyring
+Patch0:         qemu-disable-fdpassing-test.patch
 BuildRequires:  libgpg-error-devel >= 1.17
 Requires:       %{install_info_prereq}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -56,6 +57,10 @@
 
 %prep
 %setup -q
+%if 0%{?qemu_user_space_build}
+# qemu-linux-user does not yet support descriptor passing over sockets
+%patch0 -p1
+%endif
 
 %build
 # Compile with PIC, library is linked into shared libraries:


++++++ qemu-disable-fdpassing-test.patch ++++++
Index: libassuan-2.4.3/tests/Makefile.am
===================================================================
--- libassuan-2.4.3.orig/tests/Makefile.am
+++ libassuan-2.4.3/tests/Makefile.am
@@ -34,7 +34,7 @@ w32cetools = ce-createpipe ce-server
 endif
 
 if USE_DESCRIPTOR_PASSING
-TESTS += fdpassing
+#TESTS += fdpassing
 endif
 
 AM_CFLAGS = $(GPG_ERROR_CFLAGS)
Index: libassuan-2.4.3/tests/Makefile.in
===================================================================
--- libassuan-2.4.3.orig/tests/Makefile.in
+++ libassuan-2.4.3/tests/Makefile.in
@@ -116,7 +116,7 @@ mkinstalldirs = $(install_sh) -d
 CONFIG_HEADER = $(top_builddir)/config.h
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
-@USE_DESCRIPTOR_PASSING_TRUE@am__EXEEXT_1 = fdpassing$(EXEEXT)
+@USE_DESCRIPTOR_PASSING_TRUE@#am__EXEEXT_1 = fdpassing$(EXEEXT)
 am__EXEEXT_2 = version$(EXEEXT) pipeconnect$(EXEEXT) $(am__EXEEXT_1)
 @HAVE_W32CE_SYSTEM_TRUE@am__EXEEXT_3 = ce-createpipe$(EXEEXT) \
 @HAVE_W32CE_SYSTEM_TRUE@       ce-server$(EXEEXT)

Reply via email to