Hello community, here is the log from the commit of package libva for openSUSE:Factory checked in at 2017-08-24 18:21:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libva (Old) and /work/SRC/openSUSE:Factory/.libva.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libva" Thu Aug 24 18:21:56 2017 rev:37 rq:517489 version:1.8.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libva/libva-gl.changes 2017-05-03 15:53:00.779608354 +0200 +++ /work/SRC/openSUSE:Factory/.libva.new/libva-gl.changes 2017-08-24 18:21:58.858490004 +0200 @@ -1,0 +2,28 @@ +Fri Aug 18 07:26:53 UTC 2017 - [email protected] + +- fixed source URLs + +------------------------------------------------------------------- +Wed Aug 16 12:56:48 UTC 2017 - [email protected] + +- Version 1.8.3 - 28.Jun.2017 + * Fix build issue on Android + * Remove the dummy driver + * Add traces for MB rate control / temporal layer + * Set verbosity level between {0, 1, 2} by setting the variable + LIBVA_MESSAGING_LEVEL in /etc/libva.conf or by setting the + environment variable LIBVA_MESSAGING_LEVEL. +- remove subpkg vaapi-dummy-driver + +------------------------------------------------------------------- +Wed Aug 9 13:29:36 UTC 2017 - [email protected] + +- added COPYING as documentation file + +------------------------------------------------------------------- +Fri Aug 4 13:46:46 UTC 2017 - [email protected] + +- Version 1.8.2 + * Bump libva to 1.8.2 + +------------------------------------------------------------------- libva.changes: same change Old: ---- libva-1.8.1.tar.bz2 libva-1.8.1.tar.bz2.sha1sum New: ---- libva-1.8.3.tar.bz2 libva-1.8.3.tar.bz2.sha1sum ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libva-gl.spec ++++++ --- /var/tmp/diff_new_pack.Yy3emG/_old 2017-08-24 18:22:01.458123966 +0200 +++ /var/tmp/diff_new_pack.Yy3emG/_new 2017-08-24 18:22:01.458123966 +0200 @@ -28,14 +28,14 @@ Name: libva-gl %define _name libva -Version: 1.8.1 +Version: 1.8.3 Release: 0 Summary: Video Acceleration (VA) API for Linux License: MIT Group: System/Libraries Url: http://freedesktop.org/wiki/Software/vaapi -Source0: http://www.freedesktop.org/software/vaapi/releases/libva/%{_name}-%{version}.tar.bz2 -Source1: http://www.freedesktop.org/software/vaapi/releases/libva/%{_name}-%{version}.tar.bz2.sha1sum +Source0: https://github.com/01org/libva/releases/download/%{version}/%{_name}-%{version}.tar.bz2 +Source1: https://github.com/01org/libva/releases/download/%{version}/%{_name}-%{version}.tar.bz2.sha1sum Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ @@ -100,7 +100,7 @@ The library loads a hardware dependendent driver. This package provides the development environment for libva gl packages. -%else +%else #build_gl %package -n libva1 Summary: Video Acceleration (VA) API for Linux @@ -175,16 +175,7 @@ The library loads a hardware dependendent driver. %endif -%package -n vaapi-dummy-driver -Summary: Video Acceleration (VA) API for Linux -Group: System/Libraries - -%description -n vaapi-dummy-driver -The libva library implements the Video Acceleration (VA) API for Linux. -The library loads a hardware dependendent driver. - -This contains the dummy driver. -%endif +%endif #build_gl %prep %setup -q -n %{_name}-%{version} @@ -205,10 +196,8 @@ %if %{build_gl} --enable-glx \ --enable-egl \ - --disable-dummy-driver \ --disable-wayland \ %else - --enable-dummy-driver \ %if %{with wayland} --enable-wayland \ %else @@ -285,13 +274,9 @@ %{_libdir}/libva-wayland.so.* %endif -%files -n vaapi-dummy-driver -%defattr(-,root,root,-) -%dir %{_libdir}/dri -%{_libdir}/dri/dummy_drv_video.so - %files -n libva1 %defattr(-, root, root) +%doc COPYING %{_libdir}/libva.so.* %{_libdir}/libva-tpi.so.* ++++++ libva.spec ++++++ --- /var/tmp/diff_new_pack.Yy3emG/_old 2017-08-24 18:22:01.490119461 +0200 +++ /var/tmp/diff_new_pack.Yy3emG/_new 2017-08-24 18:22:01.494118898 +0200 @@ -28,14 +28,14 @@ Name: libva %define _name libva -Version: 1.8.1 +Version: 1.8.3 Release: 0 Summary: Video Acceleration (VA) API for Linux License: MIT Group: System/Libraries Url: http://freedesktop.org/wiki/Software/vaapi -Source0: http://www.freedesktop.org/software/vaapi/releases/libva/%{_name}-%{version}.tar.bz2 -Source1: http://www.freedesktop.org/software/vaapi/releases/libva/%{_name}-%{version}.tar.bz2.sha1sum +Source0: https://github.com/01org/libva/releases/download/%{version}/%{_name}-%{version}.tar.bz2 +Source1: https://github.com/01org/libva/releases/download/%{version}/%{_name}-%{version}.tar.bz2.sha1sum Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ @@ -100,7 +100,7 @@ The library loads a hardware dependendent driver. This package provides the development environment for libva gl packages. -%else +%else #build_gl %package -n libva1 Summary: Video Acceleration (VA) API for Linux @@ -175,16 +175,7 @@ The library loads a hardware dependendent driver. %endif -%package -n vaapi-dummy-driver -Summary: Video Acceleration (VA) API for Linux -Group: System/Libraries - -%description -n vaapi-dummy-driver -The libva library implements the Video Acceleration (VA) API for Linux. -The library loads a hardware dependendent driver. - -This contains the dummy driver. -%endif +%endif #build_gl %prep %setup -q -n %{_name}-%{version} @@ -205,10 +196,8 @@ %if %{build_gl} --enable-glx \ --enable-egl \ - --disable-dummy-driver \ --disable-wayland \ %else - --enable-dummy-driver \ %if %{with wayland} --enable-wayland \ %else @@ -285,13 +274,9 @@ %{_libdir}/libva-wayland.so.* %endif -%files -n vaapi-dummy-driver -%defattr(-,root,root,-) -%dir %{_libdir}/dri -%{_libdir}/dri/dummy_drv_video.so - %files -n libva1 %defattr(-, root, root) +%doc COPYING %{_libdir}/libva.so.* %{_libdir}/libva-tpi.so.* ++++++ libva-1.8.1.tar.bz2 -> libva-1.8.3.tar.bz2 ++++++ ++++ 27853 lines of diff (skipped) ++++++ libva-1.8.1.tar.bz2.sha1sum -> libva-1.8.3.tar.bz2.sha1sum ++++++ --- /work/SRC/openSUSE:Factory/libva/libva-1.8.1.tar.bz2.sha1sum 2017-05-03 15:53:00.679622470 +0200 +++ /work/SRC/openSUSE:Factory/.libva.new/libva-1.8.3.tar.bz2.sha1sum 2017-08-24 18:21:58.634521540 +0200 @@ -1 +1 @@ -ae1f580d3ca54199393133214ac1e5a66d9cbeb3 libva-1.8.1.tar.bz2 +8eee9e28b0ae3bfbe8cd44a91396207714967204 libva-1.8.3.tar.bz2
