import xorg-x11-drv-intel-2.99.917-41.20210115.el8
This commit is contained in:
parent
a385e89de5
commit
194216863f
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
SOURCES/intel-gpu-tools-1.9.tar.bz2
|
||||
SOURCES/xf86-video-intel-20200205.tar.bz2
|
||||
SOURCES/xf86-video-intel-20210115.tar.bz2
|
||||
|
@ -1,2 +1,2 @@
|
||||
396e9f50283681d50364b86a7af9988c56148ac8 SOURCES/intel-gpu-tools-1.9.tar.bz2
|
||||
ed7bf3dafa74f63f48c7d69779d6747faf94d602 SOURCES/xf86-video-intel-20200205.tar.bz2
|
||||
13aaeff1b93a274d6dad5e95fb3c755d47cfc780 SOURCES/xf86-video-intel-20210115.tar.bz2
|
||||
|
@ -1,7 +1,7 @@
|
||||
%define moduledir %(pkg-config xorg-server --variable=moduledir )
|
||||
%define driverdir %{moduledir}/drivers
|
||||
%define gputoolsver 1.9
|
||||
%define gitdate 20200205
|
||||
%define gitdate 20210115
|
||||
%define gitrev .%{gitdate}
|
||||
|
||||
%undefine _hardened_build
|
||||
@ -9,7 +9,7 @@
|
||||
Summary: Xorg X11 Intel video driver
|
||||
Name: xorg-x11-drv-intel
|
||||
Version: 2.99.917
|
||||
Release: 39%{?gitrev}%{?dist}
|
||||
Release: 41%{?gitrev}%{?dist}
|
||||
URL: http://www.x.org
|
||||
License: MIT
|
||||
Group: User Interface/X Hardware Support
|
||||
@ -27,8 +27,6 @@ Patch0: intel-gcc-pr65873.patch
|
||||
Patch1: igt-stat.patch
|
||||
# https://bugs.freedesktop.org/show_bug.cgi?id=96255#c11
|
||||
Patch4: 0001-sna-Avoid-clobbering-output-physical-size-with-xf86O.patch
|
||||
#Patch5: 0001-Fix-build-on-F28-and-later.patch
|
||||
#Patch6: 0001-Fix-build-on-i686.patch
|
||||
|
||||
ExclusiveArch: %{ix86} x86_64 ia64
|
||||
|
||||
@ -50,19 +48,20 @@ BuildRequires: mesa-libGL-devel >= 6.5-9
|
||||
BuildRequires: libdrm-devel >= 2.4.25
|
||||
BuildRequires: kernel-headers >= 2.6.32.3
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libxcb-devel >= 1.5
|
||||
BuildRequires: libxcb-devel >= 1.5
|
||||
BuildRequires: xcb-util-devel
|
||||
BuildRequires: cairo-devel
|
||||
BuildRequires: python3
|
||||
BuildRequires: libXScrnSaver-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: pixman-devel
|
||||
BuildRequires: libXv-devel
|
||||
|
||||
Requires: Xorg %(xserver-sdk-abi-requires ansic)
|
||||
Requires: Xorg %(xserver-sdk-abi-requires videodrv)
|
||||
Requires: polkit
|
||||
|
||||
%description
|
||||
%description
|
||||
X.Org X11 Intel video driver.
|
||||
|
||||
%package devel
|
||||
@ -91,8 +90,6 @@ Debugging tools for Intel graphics chips
|
||||
%setup -q -n xf86-video-intel-%{?gitdate:%{gitdate}}%{!?gitdate:%{dirsuffix}} -b3
|
||||
%patch0 -p1 -b .gcc
|
||||
%patch4 -p1
|
||||
#patch5 -p1
|
||||
#patch6 -p1
|
||||
|
||||
pushd ../intel-gpu-tools-%{gputoolsver}
|
||||
%patch1 -p1 -b .stat
|
||||
@ -156,6 +153,12 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libI*XvMC.so
|
||||
%{_mandir}/man1/intel_*.1*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 05 2023 Olivier Fourdan <ofourdan@redhat.com> - 2.99.917-41.20210115
|
||||
- New git snapshot
|
||||
|
||||
* Tue Oct 27 2020 Adam Jackson <ajax@redhat.com> - 2.99.917-40.20200205
|
||||
- Fix using iris 3d driver with DRI2
|
||||
|
||||
* Wed Jun 03 2020 Adam Jackson <ajax@redhat.com> - 2.99.917-39.20200205
|
||||
- Sync the driver snapshot with Fedora 32
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user