upstream 0.4.3 release
This commit is contained in:
parent
3e13df81fc
commit
e6c7722754
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
xf86-video-fbdev-0.4.1.tar.bz2
|
xf86-video-fbdev-0.4.1.tar.bz2
|
||||||
/xf86-video-fbdev-0.4.2.tar.bz2
|
/xf86-video-fbdev-0.4.2.tar.bz2
|
||||||
|
/xf86-video-fbdev-0.4.3.tar.bz2
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
diff -up xf86-video-fbdev-0.4.1/src/fbdev.c.orig xf86-video-fbdev-0.4.1/src/fbdev.c
|
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.1/src/fbdev.c.orig 2009-07-28 15:20:10.000000000 +1000
|
--- xf86-video-fbdev-0.4.3/src/fbdev.c.dma 2012-07-02 12:46:46.000000000 +0100
|
||||||
+++ xf86-video-fbdev-0.4.1/src/fbdev.c 2010-12-02 17:09:09.859998634 +1000
|
+++ xf86-video-fbdev-0.4.3/src/fbdev.c 2012-07-02 13:02:40.545956779 +0100
|
||||||
@@ -680,6 +680,8 @@ FBDevScreenInit(int scrnIndex, ScreenPtr
|
@@ -673,6 +673,8 @@ FBDevScreenInit(SCREEN_INIT_ARGS_DECL)
|
||||||
pScrn->offset.red,pScrn->offset.green,pScrn->offset.blue);
|
pScrn->offset.red,pScrn->offset.green,pScrn->offset.blue);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
+ pScreen->canDoBGNoneRoot = 1;
|
+ pScreen->canDoBGNoneRoot = 1;
|
||||||
+
|
+
|
||||||
if (NULL == (fPtr->fbmem = fbdevHWMapVidmem(pScrn))) {
|
if (NULL == (fPtr->fbmem = fbdevHWMapVidmem(pScrn))) {
|
||||||
xf86DrvMsg(scrnIndex,X_ERROR,"mapping of video memory"
|
xf86DrvMsg(pScrn->scrnIndex,X_ERROR,"mapping of video memory"
|
||||||
" failed\n");
|
" failed\n");
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
53a533d9e0c2da50962282526bace074 xf86-video-fbdev-0.4.2.tar.bz2
|
1d99f1dfb3f0fea077b6b61caa3dc85a xf86-video-fbdev-0.4.3.tar.bz2
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
Summary: Xorg X11 fbdev video driver
|
Summary: Xorg X11 fbdev video driver
|
||||||
Name: xorg-x11-drv-fbdev
|
Name: xorg-x11-drv-fbdev
|
||||||
Version: 0.4.2
|
Version: 0.4.3
|
||||||
Release: 9%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: User Interface/X Hardware Support
|
Group: User Interface/X Hardware Support
|
||||||
@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man4/fbdev.4*
|
%{_mandir}/man4/fbdev.4*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 02 2012 Dave Airlie <airlied@redhat.com> 0.4.3-1
|
||||||
|
- upstream 0.4.3 release
|
||||||
|
|
||||||
* Thu Apr 05 2012 Adam Jackson <ajax@redhat.com> - 0.4.2-9
|
* Thu Apr 05 2012 Adam Jackson <ajax@redhat.com> - 0.4.2-9
|
||||||
- RHEL arch exclude updates
|
- RHEL arch exclude updates
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user