Hello community, here is the log from the commit of package libva-utils for openSUSE:Factory checked in at 2018-05-11 09:14:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libva-utils (Old) and /work/SRC/openSUSE:Factory/.libva-utils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libva-utils" Fri May 11 09:14:07 2018 rev:5 rq:605110 version:2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libva-utils/libva-utils.changes 2017-11-20 17:06:23.539620384 +0100 +++ /work/SRC/openSUSE:Factory/.libva-utils.new/libva-utils.changes 2018-05-11 09:14:07.279544451 +0200 @@ -1,0 +2,14 @@ +Sun May 6 12:43:37 UTC 2018 - [email protected] + +- Update to version 2.1.0: + * Refine gtest conformance cases. + * vp9enc: add support low power mode. + * vavpp: add support for RGBA/RGBX surface. + * vainfo: add support new profile/entrypoint pairs. + +------------------------------------------------------------------- +Mon Mar 19 23:17:13 UTC 2018 - [email protected] + +- disabled wayland build on Leap 42.3 + +------------------------------------------------------------------- Old: ---- libva-utils-2.0.0.tar.bz2 libva-utils-2.0.0.tar.bz2.sha1sum New: ---- libva-utils-2.1.0.tar.bz2 libva-utils-2.1.0.tar.bz2.sha1sum ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libva-utils.spec ++++++ --- /var/tmp/diff_new_pack.Aehw5F/_old 2018-05-11 09:14:07.971519384 +0200 +++ /var/tmp/diff_new_pack.Aehw5F/_new 2018-05-11 09:14:07.975519240 +0200 @@ -1,7 +1,7 @@ # # spec file for package libva-utils # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -17,29 +17,33 @@ Name: libva-utils -Version: 2.0.0 +Version: 2.1.0 Release: 0 Summary: A collection of utilities and examples to exercise VA-API License: MIT AND EPL-1.0 Group: Development/Tools/Other -Url: https://github.com/01org/libva-utils -Source0: https://github.com/01org/libva-utils/releases/download/%{version}/%{name}-%{version}.tar.bz2 -Source1: https://github.com/01org/libva-utils/releases/download/%{version}/%{name}-%{version}.tar.bz2.sha1sum +Url: https://github.com/intel/libva-utils +Source0: https://github.com/intel/libva-utils/releases/download/%{version}/%{name}-%{version}.tar.bz2 +Source1: https://github.com/intel/libva-utils/releases/download/%{version}/%{name}-%{version}.tar.bz2.sha1sum BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: pkgconfig(libdrm) >= 2.4 -BuildRequires: pkgconfig(libva) >= 1.0.0 +BuildRequires: pkgconfig(libva) >= 1.1.0 BuildRequires: pkgconfig(libva-drm) +%if 0%{?suse_version} > 1320 BuildRequires: pkgconfig(libva-wayland) -BuildRequires: pkgconfig(libva-x11) >= 0.39.4 BuildRequires: pkgconfig(wayland-client) >= 1.11.0 +%endif +BuildRequires: pkgconfig(libva-x11) >= 0.39.4 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xfixes) Provides: vaapi-tools = %{version} Obsoletes: vaapi-tools < %{version} +%if 0%{?suse_version} > 1320 Provides: vaapi-wayland-tools = %{version} Obsoletes: vaapi-wayland-tools < %{version} +%endif %description libva-utils is a collection of utilities and examples to exercise VA-API in accordance with the libva project. --enable-tests (default = no) provides a suite of unit-tests based on Google Test Framework. A driver implementation is necessary to properly operate. @@ -50,7 +54,9 @@ %build %configure \ --enable-drm \ +%if 0%{?suse_version} > 1320 --enable-wayland \ +%endif --enable-x11 \ %{nil} make %{?_smp_mflags} @@ -67,7 +73,9 @@ %{_bindir}/mpeg2vaenc %{_bindir}/mpeg2vldemo %{_bindir}/putsurface +%if 0%{?suse_version} > 1320 %{_bindir}/putsurface_wayland +%endif %{_bindir}/vainfo %{_bindir}/vavpp %{_bindir}/vp9enc ++++++ libva-utils-2.0.0.tar.bz2 -> libva-utils-2.1.0.tar.bz2 ++++++ ++++ 42150 lines of diff (skipped) ++++++ libva-utils-2.0.0.tar.bz2.sha1sum -> libva-utils-2.1.0.tar.bz2.sha1sum ++++++ --- /work/SRC/openSUSE:Factory/libva-utils/libva-utils-2.0.0.tar.bz2.sha1sum 2017-11-16 14:04:18.098477510 +0100 +++ /work/SRC/openSUSE:Factory/.libva-utils.new/libva-utils-2.1.0.tar.bz2.sha1sum 2018-05-11 09:14:07.263545031 +0200 @@ -1 +1 @@ -b4dc39459f8539c1ea16e7ca957a853fb7735ec4 libva-utils-2.0.0.tar.bz2 +9902eb944c3ace00be4fe95627708f156fc5ace7 libva-utils-2.1.0.tar.bz2
