- adjust to prefer 32bpp over 24bpp for fbbpp (#204117)
This commit is contained in:
parent
7eb8e527fb
commit
6a72d12b26
@ -7,7 +7,7 @@
|
||||
Summary: Xorg X11 fbdev video driver
|
||||
Name: xorg-x11-drv-fbdev
|
||||
Version: 0.3.0
|
||||
Release: 1.1
|
||||
Release: 2
|
||||
URL: http://www.x.org
|
||||
License: MIT/X11
|
||||
Group: User Interface/X Hardware Support
|
||||
@ -20,6 +20,8 @@ ExclusiveArch: %{ix86} x86_64 ia64 ppc alpha sparc sparc64
|
||||
# FIXME: move me upstream
|
||||
Patch0: fbdev-0.2.0-debug.patch
|
||||
|
||||
Patch1: fbdev-0.3.0-32fbbpp.patch
|
||||
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xorg-x11-server-sdk >= 1.1.0
|
||||
|
||||
@ -31,6 +33,7 @@ X.Org X11 fbdev video driver.
|
||||
%prep
|
||||
%setup -q -n %{tarball}-%{version}
|
||||
%patch0 -p1 -b .debug
|
||||
%patch1 -p1 -b .fbbpp
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -57,7 +60,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man4/fbdev.4*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
|
||||
* Mon Aug 28 2006 Jeremy Katz <katzj@redhat.com> - 0.3.0-2
|
||||
- adjust to prefer 32bpp over 24bpp for fbbpp (#204117)
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com>
|
||||
- rebuild
|
||||
|
||||
* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 0.3.0-1
|
||||
|
Loading…
Reference in New Issue
Block a user