Hello community, here is the log from the commit of package xf86-video-qxl for openSUSE:Factory checked in at 2015-04-21 10:46:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xf86-video-qxl (Old) and /work/SRC/openSUSE:Factory/.xf86-video-qxl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-video-qxl" Changes: -------- --- /work/SRC/openSUSE:Factory/xf86-video-qxl/xf86-video-qxl.changes 2014-11-06 16:49:44.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xf86-video-qxl.new/xf86-video-qxl.changes 2015-04-21 10:46:18.000000000 +0200 @@ -1,0 +2,13 @@ +Tue Apr 7 21:29:15 UTC 2015 - zai...@opensuse.org + +- Update to version 0.1.4: + + Added smartcard support to XSpice. + + Memleak fix which could cause X to run out of memory. + + Expose randr properties for suggested display positions if + kernel supports it. +- Add pkgconfig(libcacard) and pkgconfig(libpcsclite) + BuildRequires and pass --enable-ccid to configure in order to + build the new smartcard support. +- Add pkgconfig(libudev) BuildRequires: Build with udev support. + +------------------------------------------------------------------- Old: ---- xf86-video-qxl-0.1.3.tar.bz2 New: ---- xf86-video-qxl-0.1.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xf86-video-qxl.spec ++++++ --- /var/tmp/diff_new_pack.r9Mhnw/_old 2015-04-21 10:46:19.000000000 +0200 +++ /var/tmp/diff_new_pack.r9Mhnw/_new 2015-04-21 10:46:19.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package xf86-video-qxl # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,7 +28,7 @@ %endif Name: xf86-video-qxl -Version: 0.1.3 +Version: 0.1.4 Release: 0 Summary: QXL virtual GPU video driver for the Xorg X server License: MIT @@ -42,6 +42,9 @@ BuildRequires: libtool BuildRequires: pkg-config BuildRequires: pkgconfig(fontsproto) +BuildRequires: pkgconfig(libcacard) +BuildRequires: pkgconfig(libpcsclite) +BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(pciaccess) >= 0.10 BuildRequires: pkgconfig(randrproto) BuildRequires: pkgconfig(renderproto) @@ -82,7 +85,8 @@ autoreconf -fi %configure \ %if 0%{?with_xspice} - --enable-xspice + --enable-xspice \ + --enable-ccid %endif make %{?_smp_mflags} @@ -113,6 +117,10 @@ %config(noreplace) %{_sysconfdir}/X11/spiceqxl.xorg.conf %{_bindir}/Xspice %{_libdir}/xorg/modules/drivers/spiceqxl_drv.so +%dir %{_libdir}/pcsc/ +%dir %{_libdir}/pcsc/drivers/ +%dir %{_libdir}/pcsc/drivers/serial/ +%{_libdir}/pcsc/drivers/serial/libspiceccid.so* %endif %changelog ++++++ xf86-video-qxl-0.1.3.tar.bz2 -> xf86-video-qxl-0.1.4.tar.bz2 ++++++ ++++ 4616 lines of diff (skipped)