Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xf86-video-intel for
openSUSE:Factory checked in at 2021-04-24 23:07:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-video-intel (Old)
and /work/SRC/openSUSE:Factory/.xf86-video-intel.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-video-intel"
Sat Apr 24 23:07:02 2021 rev:83 rq:887552 version:2.99.917.916_g31486f40
Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-video-intel/xf86-video-intel.changes
2020-04-28 22:29:12.469399714 +0200
+++
/work/SRC/openSUSE:Factory/.xf86-video-intel.new.12324/xf86-video-intel.changes
2021-04-24 23:07:20.083240522 +0200
@@ -1,0 +2,7 @@
+Thu Apr 22 11:03:46 UTC 2021 - Stefan Dirsch <[email protected]>
+
+- Update to 2.99.917.916_g31486f40
+ * latest fixes from git
+- supersedes U_i810-multidef-fix.patch, n_fix-build-on-i686.patch
+
+-------------------------------------------------------------------
Old:
----
U_i810-multidef-fix.patch
n_fix-build-on-i686.patch
xf86-video-intel-2.99.917+git8674.25c9a2fcc.tar.xz
New:
----
xf86-video-intel-2.99.917.916_g31486f40.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-video-intel.spec ++++++
--- /var/tmp/diff_new_pack.ckwybN/_old 2021-04-24 23:07:20.591241239 +0200
+++ /var/tmp/diff_new_pack.ckwybN/_new 2021-04-24 23:07:20.595241245 +0200
@@ -1,7 +1,7 @@
#
# spec file for package xf86-video-intel
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,14 @@
#
+%define _version 2.99.917
+%define _git 916_g31486f40
+
%bcond_with glamor
%bcond_with backlighthelper
%bcond_with valgrind
Name: xf86-video-intel
-Version: 2.99.917+git8674.25c9a2fcc
+Version: %{_version}.%{_git}
Release: 0
Summary: Intel video driver for the Xorg X server
License: MIT
@@ -30,10 +33,8 @@
#Git-Web: http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/
# http://xorg.freedesktop.org/releases/individual/driver/
#Git-Archive: git archive --format=tar.gz --prefix %{name}-%{version}/ master
-Source0: %{name}-%{version}.tar.xz
+Source0: %{name}-%{version}.tar.bz2
Source99: baselibs.conf
-Patch0: n_fix-build-on-i686.patch
-Patch1: U_i810-multidef-fix.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
@@ -136,13 +137,7 @@
the 830M and later.
%prep
-%setup -q
-%ifarch %{ix86}
-# Applied only on 32bit architectures because only those need it to build with
-# GCC8. It may slightly hurt performance, so lets not apply it where not
needed.
-%patch0 -p1
-%patch1 -p1
-%endif
+%setup -q -n %{name}-%{_version}
%build
%define _lto_cflags %{nil}