From ba171cab011ae405df1bb3f43098aab363a5bd53 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 27 Dec 2024 11:10:18 +0100 Subject: [PATCH] update to 0.5.1 [release 0.5.1-1mamba;Fri Dec 06 2024] --- ...rv-video-fbdev-0.4.3-canDoBGNoneRoot.patch | 20 ------------------- xorg-drv-video-fbdev.spec | 16 ++++++++------- 2 files changed, 9 insertions(+), 27 deletions(-) delete mode 100644 xorg-drv-video-fbdev-0.4.3-canDoBGNoneRoot.patch diff --git a/xorg-drv-video-fbdev-0.4.3-canDoBGNoneRoot.patch b/xorg-drv-video-fbdev-0.4.3-canDoBGNoneRoot.patch deleted file mode 100644 index 2a1490f..0000000 --- a/xorg-drv-video-fbdev-0.4.3-canDoBGNoneRoot.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -ru xf86-video-fbdev-0.4.3.orig/src/fbdev.c xf86-video-fbdev-0.4.3/src/fbdev.c ---- xf86-video-fbdev-0.4.3.orig/src/fbdev.c 2013-09-18 20:03:27.383935332 +0200 -+++ xf86-video-fbdev-0.4.3/src/fbdev.c 2013-09-18 20:03:43.966801204 +0200 -@@ -686,7 +686,6 @@ - xf86DrvMsg(pScrn->scrnIndex,X_ERROR,"mode initialization failed\n"); - return FALSE; - } -- fbdevHWSaveScreen(pScreen, SCREEN_SAVER_ON); - fbdevHWAdjustFrame(ADJUST_FRAME_ARGS(pScrn, 0, 0)); - - /* mi layer */ -@@ -889,6 +888,7 @@ - NULL, flags)) - return FALSE; - -+ pScreen->canDoBGNoneRoot = TRUE; - xf86DPMSInit(pScreen, fbdevHWDPMSSetWeak(), 0); - - pScreen->SaveScreen = fbdevHWSaveScreenWeak(); -Solo in xf86-video-fbdev-0.4.3.orig/src: fbdev.c.orig diff --git a/xorg-drv-video-fbdev.spec b/xorg-drv-video-fbdev.spec index c72fb22..e30d124 100644 --- a/xorg-drv-video-fbdev.spec +++ b/xorg-drv-video-fbdev.spec @@ -1,16 +1,15 @@ %define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f 1-2) %define filename xf86-video-fbdev Name: xorg-drv-video-fbdev -Version: 0.5.0 -Release: 3mamba +Version: 0.5.1 +Release: 1mamba Summary: fbdev X.Org video drivers Group: System/X11 Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.x.org/wiki/ -Source: ftp://x.org/pub/individual/driver/%{filename}-%{version}.tar.bz2 -Patch0: xorg-drv-video-fbdev-0.4.3-canDoBGNoneRoot.patch +Source: https://x.org/archive/individual/driver/%{filename}-%{version}.tar.xz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -31,9 +30,10 @@ Requires: xorg-server <= %{xorg_ver}.255 %description fbdev X.Org video drivers. +%debug_package + %prep %setup -q -n xf86-video-fbdev-%{version} -#%patch0 -p1 %build %configure @@ -48,11 +48,13 @@ fbdev X.Org video drivers. %files %defattr(-,root,root) -%{_libdir}/xorg/modules/drivers/fbdev_drv.la %{_libdir}/xorg/modules/drivers/fbdev_drv.so -%{_mandir}/man4/fbdev.4.gz +%{_mandir}/man4/fbdev.4* %changelog +* Fri Dec 06 2024 Silvan Calarco 0.5.1-1mamba +- update to 0.5.1 + * Sat Feb 19 2022 Automatic Build System 0.5.0-3mamba - rebuilt by autoport with build requirements: xorg-server-devel>=21.1.3-1mamba