Hello community, here is the log from the commit of package spice-gtk for openSUSE:Factory checked in at 2019-03-01 20:29:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spice-gtk (Old) and /work/SRC/openSUSE:Factory/.spice-gtk.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spice-gtk" Fri Mar 1 20:29:17 2019 rev:41 rq:679467 version:0.36 Changes: -------- --- /work/SRC/openSUSE:Factory/spice-gtk/spice-gtk.changes 2018-11-20 22:24:58.506861735 +0100 +++ /work/SRC/openSUSE:Factory/.spice-gtk.new.28833/spice-gtk.changes 2019-03-01 20:29:19.118012826 +0100 @@ -1,0 +2,17 @@ +Sat Jan 19 15:53:51 UTC 2019 - Bruce Rogers <[email protected]> + +- Update to version 0.36: + + Deprecate PulseAudio backend: it will be removed in a future + release + + Add H265 stream support + + Add SpiceQmpPort helper to interact with QEMU monitor over a Spice port + + Display a message if EGL support is required (with dmabuf local rendering) + + Many GstVideoOverlay improvements + + Smooth-scrolling improvements + + Miscellaneous fixes + Dropped patches (needed changes in base version): + 0001-lz-Avoid-buffer-reading-overflow-checking-for-image-.patch + 0002-lz-More-checks-on-image-sizes.patch + bb15d481-Fix-flexible-array-buffer-overflow.patch + +------------------------------------------------------------------- Old: ---- 0001-lz-Avoid-buffer-reading-overflow-checking-for-image-.patch 0002-lz-More-checks-on-image-sizes.patch bb15d481-Fix-flexible-array-buffer-overflow.patch spice-gtk-0.35.tar.bz2 New: ---- spice-gtk-0.36.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spice-gtk.spec ++++++ --- /var/tmp/diff_new_pack.o8Xgob/_old 2019-03-01 20:29:20.642012459 +0100 +++ /var/tmp/diff_new_pack.o8Xgob/_new 2019-03-01 20:29:20.678012450 +0100 @@ -1,7 +1,7 @@ # # spec file for package spice-gtk # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands. # # All modifications and additions to the file contributed by third parties @@ -13,14 +13,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # # FIXME: /usr/bin/spice-client-glib-usb-acl-helper should be installed u+s, see bnc#744251. # FIXME: Once phodav is packaged and available in openSUSE, enable pkgconfig(libphodav-2.0) Name: spice-gtk -Version: 0.35 +Version: 0.36 Release: 0 Summary: Gtk client and libraries for SPICE remote desktop servers License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -30,17 +30,13 @@ Source1: README.SUSE # PATCH-FIX-OPENSUSE spice-gtk-polkit-privs.patch bnc#804184 [email protected] -- Set the polkit defaults to auth_admin Patch0: spice-gtk-polkit-privs.patch -# PATCH-FIX-UPSTREAM - CVE-2018-10893 -Patch1: 0001-lz-Avoid-buffer-reading-overflow-checking-for-image-.patch -Patch2: 0002-lz-More-checks-on-image-sizes.patch -# PATCH-FIX-UPSTREAM - CVE-2018-10873 -Patch3: bb15d481-Fix-flexible-array-buffer-overflow.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: cyrus-sasl-devel BuildRequires: gstreamer-plugins-bad BuildRequires: gstreamer-plugins-good BuildRequires: intltool +BuildRequires: json-glib-devel BuildRequires: libacl-devel BuildRequires: libjpeg-devel BuildRequires: libtool @@ -54,31 +50,31 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.46 BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) -BuildRequires: pkgconfig(gstreamer-1.0) +BuildRequires: pkgconfig(gstreamer-1.0) >= 1.0 BuildRequires: pkgconfig(gstreamer-app-1.0) BuildRequires: pkgconfig(gstreamer-audio-1.0) BuildRequires: pkgconfig(gstreamer-base-1.0) BuildRequires: pkgconfig(gthread-2.0) >= 2.0.0 -BuildRequires: pkgconfig(gtk+-3.0) >= 2.91.3 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.22 BuildRequires: pkgconfig(gudev-1.0) #BuildRequires: pkgconfig(libphodav-2.0) BuildRequires: pkgconfig(libpulse-mainloop-glib) BuildRequires: pkgconfig(libsoup-2.4) >= 2.49.91 -BuildRequires: pkgconfig(libusb-1.0) >= 1.0.9 -BuildRequires: pkgconfig(libusbredirhost) >= 0.4.2 +BuildRequires: pkgconfig(libusb-1.0) >= 1.0.16 +BuildRequires: pkgconfig(libusbredirhost) >= 0.5.0 BuildRequires: pkgconfig(libusbredirparser-0.5) >= 0.4 BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(opus) BuildRequires: pkgconfig(pixman-1) >= 0.17.7 BuildRequires: pkgconfig(polkit-gobject-1) >= 0.96 # spice-protocol is bundled, but we still need the system-wide .pc file for the pkgconfig() requires magic -BuildRequires: pkgconfig(spice-protocol) >= 0.12.14 +BuildRequires: pkgconfig(spice-protocol) >= 0.12.15 BuildRequires: pkgconfig(usbutils) Requires(pre): permissions Recommends: %{name}-lang %if 0%{?is_opensuse} -BuildRequires: pkgconfig(libcacard) >= 0.1.2 -BuildRequires: pkgconfig(liblz4) +BuildRequires: pkgconfig(libcacard) >= 2.5.1 +BuildRequires: pkgconfig(liblz4) >= 1.7.3 %endif %description @@ -138,11 +134,6 @@ %prep %setup -q %patch0 -p1 -pushd spice-common -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -popd cp %{SOURCE1} . %build ++++++ spice-gtk-0.35.tar.bz2 -> spice-gtk-0.36.tar.bz2 ++++++ ++++ 217195 lines of diff (skipped)
