Hello community, here is the log from the commit of package spice for openSUSE:Factory checked in at 2020-01-18 12:16:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spice (Old) and /work/SRC/openSUSE:Factory/.spice.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spice" Sat Jan 18 12:16:49 2020 rev:34 rq:764109 version:0.14.2 Changes: -------- --- /work/SRC/openSUSE:Factory/spice/spice.changes 2019-05-22 10:51:33.775319783 +0200 +++ /work/SRC/openSUSE:Factory/.spice.new.26092/spice.changes 2020-01-18 12:17:48.847128708 +0100 @@ -1,0 +2,5 @@ +Fri Jan 10 20:53:35 UTC 2020 - Martin Herkt <[email protected]> + +- Enable video codec support (VPX and MJPEG) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spice.spec ++++++ --- /var/tmp/diff_new_pack.4yfPwp/_old 2020-01-18 12:17:50.843129778 +0100 +++ /var/tmp/diff_new_pack.4yfPwp/_new 2020-01-18 12:17:50.855129785 +0100 @@ -1,7 +1,7 @@ # # spec file for package spice # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -41,15 +41,9 @@ Source2: %{name}.keyring Source99: %{name}.rpmlintrc BuildRequires: gcc-c++ +BuildRequires: gstreamer-plugins-good BuildRequires: libjpeg-devel BuildRequires: pkgconfig -%if 0%{?suse_version} < 1500 -BuildRequires: python-pyparsing -BuildRequires: python-six -%else -BuildRequires: python3-pyparsing -BuildRequires: python3-six -%endif BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(glib-2.0) >= 2.38 BuildRequires: pkgconfig(gstreamer-1.0) @@ -68,6 +62,18 @@ BuildRequires: pkgconfig(xrandr) BuildRequires: pkgconfig(xrender) BuildRequires: pkgconfig(zlib) +Recommends: gstreamer-plugins-good +%if 0%{?suse_version} < 1500 +BuildRequires: python-pyparsing +BuildRequires: python-six +%else +BuildRequires: python3-pyparsing +BuildRequires: python3-six +%if 0%{?is_opensuse} +BuildRequires: gstreamer-plugins-libav +Recommends: gstreamer-plugins-libav +%endif +%endif %if %{with celt051} BuildRequires: pkgconfig(celt051) %endif
