Hello community,
here is the log from the commit of package intel-hybrid-driver for
openSUSE:Factory checked in at 2020-04-15 19:55:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/intel-hybrid-driver (Old)
and /work/SRC/openSUSE:Factory/.intel-hybrid-driver.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "intel-hybrid-driver"
Wed Apr 15 19:55:08 2020 rev:4 rq:794058 version:1.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/intel-hybrid-driver/intel-hybrid-driver.changes
2019-02-24 17:16:01.104443946 +0100
+++
/work/SRC/openSUSE:Factory/.intel-hybrid-driver.new.2738/intel-hybrid-driver.changes
2020-04-15 19:55:23.957623454 +0200
@@ -1,0 +2,9 @@
+Fri Apr 10 19:47:29 UTC 2020 - Bjørn Lie <[email protected]>
+
+- Update URL to current home.
+- Replace gcc-c++ with generic c++_compiler BuildRequires.
+- Drop Group tag.
+- Pass autogen.sh to bootstrap instead of manually calling
+ autoreconf.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ intel-hybrid-driver.spec ++++++
--- /var/tmp/diff_new_pack.fVHNbY/_old 2020-04-15 19:55:24.629623757 +0200
+++ /var/tmp/diff_new_pack.fVHNbY/_new 2020-04-15 19:55:24.629623757 +0200
@@ -1,7 +1,7 @@
#
# spec file for package intel-hybrid-driver
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2017 Bjørn Lie, Bryne, Norway.
#
# All modifications and additions to the file contributed by third parties
@@ -22,13 +22,12 @@
Release: 0
Summary: VA driver for Intel G45 & HD Graphics family
License: MIT
-Group: System/Libraries
-URL: https://github.com/01org/intel-hybrid-driver
+URL: https://github.com/intel/intel-hybrid-driver
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
-BuildRequires: gcc-c++
+BuildRequires: c++_compiler
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(egl)
@@ -49,7 +48,7 @@
%autosetup -p1
%build
-autoreconf -fiv
+NOCONFIGURE=1 ./autogen.sh
%configure \
--enable-drm \
--enable-x11 \