Hello community,

here is the log from the commit of package libva-utils for openSUSE:Factory 
checked in at 2020-10-20 16:06:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libva-utils (Old)
 and      /work/SRC/openSUSE:Factory/.libva-utils.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libva-utils"

Tue Oct 20 16:06:36 2020 rev:14 rq:842429 version:2.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libva-utils/libva-utils.changes  2020-10-13 
15:45:55.133456783 +0200
+++ /work/SRC/openSUSE:Factory/.libva-utils.new.3486/libva-utils.changes        
2020-10-20 16:17:03.810198820 +0200
@@ -1,0 +2,7 @@
+Sun Oct 18 17:16:59 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
+
+- update to 2.9.1:
+  * Fix one KW issue
+  * Fix null pointer dereference 
+
+-------------------------------------------------------------------

Old:
----
  libva-utils-2.9.0.tar.gz

New:
----
  libva-utils-2.9.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libva-utils.spec ++++++
--- /var/tmp/diff_new_pack.rJYhCF/_old  2020-10-20 16:17:06.506200097 +0200
+++ /var/tmp/diff_new_pack.rJYhCF/_new  2020-10-20 16:17:06.506200097 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           libva-utils
-Version:        2.9.0
+Version:        2.9.1
 Release:        0
 Summary:        A collection of utilities and examples to exercise VA-API
 License:        MIT AND EPL-1.0

++++++ libva-utils-2.9.0.tar.gz -> libva-utils-2.9.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libva-utils-2.9.0/configure.ac 
new/libva-utils-2.9.1/configure.ac
--- old/libva-utils-2.9.0/configure.ac  2020-09-12 00:13:28.000000000 +0200
+++ new/libva-utils-2.9.1/configure.ac  2020-09-23 17:40:23.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], [9])
-m4_define([libva_utils_micro_version], [0])
+m4_define([libva_utils_micro_version], [1])
 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.9.0/encode/hevcencode.c 
new/libva-utils-2.9.1/encode/hevcencode.c
--- old/libva-utils-2.9.0/encode/hevcencode.c   2020-09-12 00:13:28.000000000 
+0200
+++ new/libva-utils-2.9.1/encode/hevcencode.c   2020-09-23 17:40:23.000000000 
+0200
@@ -2054,6 +2054,10 @@
     if (coded_fn) {
         coded_fp = fopen(coded_fn,"w+");
     }
+    else{
+        printf("Copy file string failed");
+        exit(1);
+    }
     if (coded_fp == NULL) {
         printf("Open file %s failed, exit\n", coded_fn);
         exit(1);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libva-utils-2.9.0/meson.build 
new/libva-utils-2.9.1/meson.build
--- old/libva-utils-2.9.0/meson.build   2020-09-12 00:13:28.000000000 +0200
+++ new/libva-utils-2.9.1/meson.build   2020-09-23 17:40:23.000000000 +0200
@@ -1,5 +1,5 @@
 project('libva-utils', 'c', 'cpp',
-        version : '2.9.0',
+        version : '2.9.1',
         default_options : [
           'warning_level=2',
           'c_std=gnu99',


Reply via email to