Hello community,

here is the log from the commit of package qemu for openSUSE:Factory checked in 
at 2014-09-09 18:59:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qemu (Old)
 and      /work/SRC/openSUSE:Factory/.qemu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qemu"

Changes:
--------
qemu-linux-user.changes: same change
--- /work/SRC/openSUSE:Factory/qemu/qemu.changes        2014-09-01 
07:59:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qemu.new/qemu.changes   2014-09-09 
18:59:39.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Sep  1 16:10:38 UTC 2014 - afaer...@suse.de
+
+- Enable RDMA support for SLE12 and later
+
+-------------------------------------------------------------------
+Thu Aug 28 12:53:19 UTC 2014 - afaer...@suse.de
+
+- Copy the freshly built s390-ccw.img over to the location
+  from which it is installed (bnc#893535)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
qemu-linux-user.spec: same change
++++++ qemu.spec ++++++
--- /var/tmp/diff_new_pack.njyXmH/_old  2014-09-09 18:59:42.000000000 +0200
+++ /var/tmp/diff_new_pack.njyXmH/_new  2014-09-09 18:59:42.000000000 +0200
@@ -132,11 +132,17 @@
 BuildRequires:  libfdt1-devel
 %endif
 BuildRequires:  libgnutls-devel
+%if 0%{?suse_version} >= 1315
+BuildRequires:  libibverbs-devel
+%endif
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpcap-devel
 BuildRequires:  libpixman-1-0-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libpulse-devel
+%if 0%{?suse_version} >= 1315
+BuildRequires:  librdmacm-devel
+%endif
 BuildRequires:  libtool
 %if 0%{?suse_version} > 1310
 BuildRequires:  libusb-devel
@@ -535,6 +541,9 @@
 %endif
        --enable-linux-aio \
        --enable-modules \
+%if 0%{?suse_version} >= 1315
+       --enable-rdma \
+%endif
        --enable-sdl \
        --with-sdlabi=1.2 \
        --enable-smartcard-nss \
@@ -574,6 +583,9 @@
 make -C roms pxerom
 make -C roms sgabios
 %endif
+%ifarch s390x
+cp pc-bios/s390-ccw/s390-ccw.img pc-bios/s390-ccw.img
+%endif
 
 %check
 make check V=1



++++++ qemu.spec.in ++++++
--- /var/tmp/diff_new_pack.njyXmH/_old  2014-09-09 18:59:42.000000000 +0200
+++ /var/tmp/diff_new_pack.njyXmH/_new  2014-09-09 18:59:42.000000000 +0200
@@ -93,11 +93,17 @@
 BuildRequires:  libfdt1-devel
 %endif
 BuildRequires:  libgnutls-devel
+%if 0%{?suse_version} >= 1315
+BuildRequires:  libibverbs-devel
+%endif
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpcap-devel
 BuildRequires:  libpixman-1-0-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libpulse-devel
+%if 0%{?suse_version} >= 1315
+BuildRequires:  librdmacm-devel
+%endif
 BuildRequires:  libtool
 %if 0%{?suse_version} > 1310
 BuildRequires:  libusb-devel
@@ -457,6 +463,9 @@
 %endif
        --enable-linux-aio \
        --enable-modules \
+%if 0%{?suse_version} >= 1315
+       --enable-rdma \
+%endif
        --enable-sdl \
        --with-sdlabi=1.2 \
        --enable-smartcard-nss \
@@ -496,6 +505,9 @@
 make -C roms pxerom
 make -C roms sgabios
 %endif
+%ifarch s390x
+cp pc-bios/s390-ccw/s390-ccw.img pc-bios/s390-ccw.img
+%endif
 
 %check
 make check V=1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to