upstream 0.4.3 release

This commit is contained in:
Dave Airlie 2012-07-02 13:03:13 +01:00
parent 3e13df81fc
commit e6c7722754
4 changed files with 12 additions and 8 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
xf86-video-fbdev-0.4.1.tar.bz2
/xf86-video-fbdev-0.4.2.tar.bz2
/xf86-video-fbdev-0.4.3.tar.bz2

View File

@ -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
--- xf86-video-fbdev-0.4.1/src/fbdev.c.orig 2009-07-28 15:20:10.000000000 +1000
+++ xf86-video-fbdev-0.4.1/src/fbdev.c 2010-12-02 17:09:09.859998634 +1000
@@ -680,6 +680,8 @@ FBDevScreenInit(int scrnIndex, ScreenPtr
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(scrnIndex,X_ERROR,"mapping of video memory"
xf86DrvMsg(pScrn->scrnIndex,X_ERROR,"mapping of video memory"
" failed\n");

View File

@ -1 +1 @@
53a533d9e0c2da50962282526bace074 xf86-video-fbdev-0.4.2.tar.bz2
1d99f1dfb3f0fea077b6b61caa3dc85a xf86-video-fbdev-0.4.3.tar.bz2

View File

@ -4,8 +4,8 @@
Summary: Xorg X11 fbdev video driver
Name: xorg-x11-drv-fbdev
Version: 0.4.2
Release: 9%{?dist}
Version: 0.4.3
Release: 1%{?dist}
URL: http://www.x.org
License: MIT
Group: User Interface/X Hardware Support
@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man4/fbdev.4*
%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
- RHEL arch exclude updates