update to 0.5.1 [release 0.5.1-1mamba;Fri Dec 06 2024]

This commit is contained in:
Silvan Calarco 2024-12-27 11:10:18 +01:00
parent 8a0a65c3ae
commit ba171cab01
2 changed files with 9 additions and 27 deletions

View File

@ -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

View File

@ -1,16 +1,15 @@
%define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f 1-2) %define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f 1-2)
%define filename xf86-video-fbdev %define filename xf86-video-fbdev
Name: xorg-drv-video-fbdev Name: xorg-drv-video-fbdev
Version: 0.5.0 Version: 0.5.1
Release: 3mamba Release: 1mamba
Summary: fbdev X.Org video drivers Summary: fbdev X.Org video drivers
Group: System/X11 Group: System/X11
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.x.org/wiki/ URL: https://www.x.org/wiki/
Source: ftp://x.org/pub/individual/driver/%{filename}-%{version}.tar.bz2 Source: https://x.org/archive/individual/driver/%{filename}-%{version}.tar.xz
Patch0: xorg-drv-video-fbdev-0.4.3-canDoBGNoneRoot.patch
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -31,9 +30,10 @@ Requires: xorg-server <= %{xorg_ver}.255
%description %description
fbdev X.Org video drivers. fbdev X.Org video drivers.
%debug_package
%prep %prep
%setup -q -n xf86-video-fbdev-%{version} %setup -q -n xf86-video-fbdev-%{version}
#%patch0 -p1
%build %build
%configure %configure
@ -48,11 +48,13 @@ fbdev X.Org video drivers.
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/xorg/modules/drivers/fbdev_drv.la
%{_libdir}/xorg/modules/drivers/fbdev_drv.so %{_libdir}/xorg/modules/drivers/fbdev_drv.so
%{_mandir}/man4/fbdev.4.gz %{_mandir}/man4/fbdev.4*
%changelog %changelog
* Fri Dec 06 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.1-1mamba
- update to 0.5.1
* Sat Feb 19 2022 Automatic Build System <autodist@mambasoft.it> 0.5.0-3mamba * Sat Feb 19 2022 Automatic Build System <autodist@mambasoft.it> 0.5.0-3mamba
- rebuilt by autoport with build requirements: xorg-server-devel>=21.1.3-1mamba - rebuilt by autoport with build requirements: xorg-server-devel>=21.1.3-1mamba