Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libva-utils for openSUSE:Factory checked in at 2023-05-30 22:02:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libva-utils (Old) and /work/SRC/openSUSE:Factory/.libva-utils.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libva-utils" Tue May 30 22:02:46 2023 rev:23 rq:1089737 version:2.18.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libva-utils/libva-utils.changes 2023-04-16 16:07:30.756968217 +0200 +++ /work/SRC/openSUSE:Factory/.libva-utils.new.1533/libva-utils.changes 2023-05-30 22:02:59.955207204 +0200 @@ -1,0 +2,19 @@ +Mon May 29 19:30:19 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 2.18.2: + * doc:Add build and install libva-utils steps + * test: Add VAProfileH264High10 + * test: Don't assume our DRM node is first + * add: va_display_drm: Allow VGEM for WSL2 + * win: win32 compat: Fix setenv/unsetenv return values + * fix: Add Th limitation by HUFFMAN_TABLES Count + * fix: Add refresh_frame_flags in PPS + * fix: Add checking of stream_scan size + * fix: Add Scan Num limitation + * fix: Changed H2S configuration template. + * fix: Correct maximum display luminance per VAAPI definition. + * fix: Fix possible memory leak + * fix: Fix coding issues of function return type & ref_frame_idx + idx too large + +------------------------------------------------------------------- Old: ---- libva-utils-2.18.1.tar.gz New: ---- libva-utils-2.18.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libva-utils.spec ++++++ --- /var/tmp/diff_new_pack.6Z20Wc/_old 2023-05-30 22:03:00.399209821 +0200 +++ /var/tmp/diff_new_pack.6Z20Wc/_new 2023-05-30 22:03:00.403209845 +0200 @@ -17,7 +17,7 @@ Name: libva-utils -Version: 2.18.1 +Version: 2.18.2 Release: 0 Summary: A collection of utilities and examples to exercise VA-API License: EPL-1.0 AND MIT ++++++ libva-utils-2.18.1.tar.gz -> libva-utils-2.18.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libva-utils-2.18.1/configure.ac new/libva-utils-2.18.2/configure.ac --- old/libva-utils-2.18.1/configure.ac 2023-04-12 09:08:59.000000000 +0200 +++ new/libva-utils-2.18.2/configure.ac 2023-04-17 07:37:14.000000000 +0200 @@ -30,7 +30,7 @@ # - pre version is libva_pre_version, usually development version m4_define([libva_utils_major_version], [2]) m4_define([libva_utils_minor_version], [18]) -m4_define([libva_utils_micro_version], [1]) +m4_define([libva_utils_micro_version], [2]) m4_define([libva_utils_pre_version], [0]) m4_define([libva_utils_version], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libva-utils-2.18.1/meson.build new/libva-utils-2.18.2/meson.build --- old/libva-utils-2.18.1/meson.build 2023-04-12 09:08:59.000000000 +0200 +++ new/libva-utils-2.18.2/meson.build 2023-04-17 07:37:14.000000000 +0200 @@ -1,5 +1,5 @@ project('libva-utils', 'c', 'cpp', - version : '2.18.1', + version : '2.18.2', default_options : [ 'warning_level=2', 'c_std=gnu99',