Hello community,
here is the log from the commit of package intel-hybrid-driver for
openSUSE:Factory checked in at 2020-06-10 00:50:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/intel-hybrid-driver (Old)
and /work/SRC/openSUSE:Factory/.intel-hybrid-driver.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "intel-hybrid-driver"
Wed Jun 10 00:50:33 2020 rev:5 rq:812862 version:1.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/intel-hybrid-driver/intel-hybrid-driver.changes
2020-04-15 19:55:23.957623454 +0200
+++
/work/SRC/openSUSE:Factory/.intel-hybrid-driver.new.3606/intel-hybrid-driver.changes
2020-06-10 00:50:33.679281699 +0200
@@ -1,0 +2,6 @@
+Tue Jun 9 10:25:59 UTC 2020 - Stefan Dirsch <[email protected]>
+
+- u_gcc10.patch
+ * fixes build against gcc10, which uses -fno-common as default
+
+-------------------------------------------------------------------
New:
----
u_gcc10.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ intel-hybrid-driver.spec ++++++
--- /var/tmp/diff_new_pack.U9uwdh/_old 2020-06-10 00:50:34.359283478 +0200
+++ /var/tmp/diff_new_pack.U9uwdh/_new 2020-06-10 00:50:34.359283478 +0200
@@ -26,6 +26,7 @@
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
Patch0: U_Update-the-dependency-to-libva-2.0.patch
Patch1: n_libva-2.0-ABI-header-fix.patch
+Patch2: u_gcc10.patch
BuildRequires: c++_compiler
BuildRequires: libtool
++++++ u_gcc10.patch ++++++
--- intel-hybrid-driver-1.0.2.orig/src/media_drv_common.h 2020-06-09
10:21:13.982454569 +0000
+++ intel-hybrid-driver-1.0.2/src/media_drv_common.h 2020-06-09
10:22:27.751970861 +0000
@@ -39,6 +39,6 @@
#define BRC_INIT_IGNORE_PICTURE_HEADER_SIZE 0x2000
#define BRC_INIT_DISABLE_MBBRC 0x8000
-UINT SEARCH_PATH_TABLE[2][8][16];
-UINT ME_CURBE_INIT_DATA[30];
+extern UINT SEARCH_PATH_TABLE[2][8][16];
+extern UINT ME_CURBE_INIT_DATA[30];
#endif