!13 [sync] PR-12: update xorg-x11-drv-vesa to 2.6.0

From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2023-01-31 11:12:47 +00:00 committed by Gitee
commit c74663b3cd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 10 additions and 48 deletions

View File

@ -1,42 +0,0 @@
From 5e8eb2d8c9e9a51a8015a15d268578482589549d Mon Sep 17 00:00:00 2001
From: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sun, 30 Jan 2022 08:53:56 -0800
Subject: [PATCH] Fix spelling/wording issues
Found by using:
codespell --builtin clear,rare,usage,informal,code,names
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
---
README.md | 2 +-
src/vesa.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 1fb77ab..b202110 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Xorg mailing list:
https://lists.x.org/mailman/listinfo/xorg
-The master development code repository can be found at:
+The primary development code repository can be found at:
https://gitlab.freedesktop.org/xorg/driver/xf86-video-vesa
diff --git a/src/vesa.c b/src/vesa.c
index 8d47294..b2a1922 100644
--- a/src/vesa.c
+++ b/src/vesa.c
@@ -186,7 +186,7 @@ static IsaChipsets VESAISAchipsets[] = {
/*
* This contains the functions needed by the server after loading the
* driver module. It must be supplied, and gets added the driver list by
- * the Module Setup funtion in the dynamic case. In the static case a
+ * the Module Setup function in the dynamic case. In the static case a
* reference to this is compiled in, and this requires that the name of
* this DriverRec be an upper-case version of the driver name.
*/
--
GitLab

Binary file not shown.

Binary file not shown.

View File

@ -4,19 +4,17 @@
%undefine _hardened_build %undefine _hardened_build
Name: xorg-x11-drv-vesa Name: xorg-x11-drv-vesa
Version: 2.5.0 Version: 2.6.0
Release: 2 Release: 1
Summary: Xorg X11 vesa video driver Summary: Xorg X11 vesa video driver
License: MIT License: MIT
URL: https://www.x.org URL: https://www.x.org
Source0: https://xorg.freedesktop.org/releases/individual/driver/xf86-video-vesa-%{version}.tar.bz2 Source0: https://xorg.freedesktop.org/releases/individual/driver/xf86-video-vesa-%{version}.tar.xz
Patch0001: backport-Fix-spelling-wording-issues.patch
ExclusiveArch: %{ix86} x86_64 ExclusiveArch: %{ix86} x86_64
BuildRequires: xorg-x11-server-devel >= 1.10.99.902 BuildRequires: xorg-x11-server-devel >= 1.10.99.902
BuildRequires: autoconf automake libtool BuildRequires: autoconf automake libtool make
Requires: Xorg %([ -e /usr/bin/xserver-sdk-abi-requires ] && xserver-sdk-abi-requires ansic) Requires: Xorg %([ -e /usr/bin/xserver-sdk-abi-requires ] && xserver-sdk-abi-requires ansic)
Requires: Xorg %([ -e /usr/bin/xserver-sdk-abi-requires ] && xserver-sdk-abi-requires videodrv) Requires: Xorg %([ -e /usr/bin/xserver-sdk-abi-requires ] && xserver-sdk-abi-requires videodrv)
@ -51,6 +49,12 @@ autoreconf -v --install || exit 1
%{_mandir}/man4/vesa.4* %{_mandir}/man4/vesa.4*
%changelog %changelog
* Mon Jan 30 2023 zhouyihang <zhouyihang3@h-partners.com> - 2.6.0-1
- Type:requirements
- ID:NA
- SUG:NA
- DESC:update xorg-x11-drv-vesa to 2.6.0
* Mon Oct 24 2022 zhouyihang <zhouyihang3@h-partners.com> - 2.5.0-2 * Mon Oct 24 2022 zhouyihang <zhouyihang3@h-partners.com> - 2.5.0-2
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA