From a52ab62bb493e5eb1609b316973ea5c0c899794c Mon Sep 17 00:00:00 2001 From: songnannan Date: Thu, 9 Jan 2020 16:03:46 +0800 Subject: [PATCH] optimization the spec --- BGNoneRoot.patch | 12 ------------ xorg-x11-drv-fbdev.spec | 10 +++++++--- 2 files changed, 7 insertions(+), 15 deletions(-) delete mode 100644 BGNoneRoot.patch diff --git a/BGNoneRoot.patch b/BGNoneRoot.patch deleted file mode 100644 index 4f884bc..0000000 --- a/BGNoneRoot.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up xf86-video-fbdev-0.4.3/src/fbdev.c.dma xf86-video-fbdev-0.4.3/src/fbdev.c ---- xf86-video-fbdev-0.4.3/src/fbdev.c.dma 2012-07-02 12:46:46.000000000 +0100 -+++ xf86-video-fbdev-0.4.3/src/fbdev.c 2012-07-02 13:02:40.545956779 +0100 -@@ -673,6 +673,8 @@ FBDevScreenInit(SCREEN_INIT_ARGS_DECL) - pScrn->offset.red,pScrn->offset.green,pScrn->offset.blue); - #endif - -+ pScreen->canDoBGNoneRoot = 1; -+ - if (NULL == (fPtr->fbmem = fbdevHWMapVidmem(pScrn))) { - xf86DrvMsg(pScrn->scrnIndex,X_ERROR,"mapping of video memory" - " failed\n"); diff --git a/xorg-x11-drv-fbdev.spec b/xorg-x11-drv-fbdev.spec index 0dffff6..6ef2640 100644 --- a/xorg-x11-drv-fbdev.spec +++ b/xorg-x11-drv-fbdev.spec @@ -4,14 +4,12 @@ Name: xorg-x11-drv-fbdev Version: 0.5.0 -Release: 3 +Release: 4 Summary: Xorg X11 fbdev video driver License: MIT URL: https://www.x.org Source0: https://www.x.org/pub/individual/driver/xf86-video-fbdev-%{version}.tar.bz2 -Patch2: BGNoneRoot.patch - BuildRequires: xorg-x11-server-devel autoconf automake libtool Requires: Xorg %(xserver-sdk-abi-requires ansic) @@ -46,6 +44,12 @@ make %{_mandir}/man4/fbdev.4* %changelog +* Thu Jan 09 2020 openEuler Buildteam - 0.5.0-4 +- Type:enhancement +- Id:NA +- SUG:NA +- DESC:optimization the spec + * Fri Oct 11 2019 openEuler Buildteam - 0.5.0-3 - Package init