diff --git a/xorg-x11-drv-fbdev.spec b/xorg-x11-drv-fbdev.spec index 1e46183..0458b64 100644 --- a/xorg-x11-drv-fbdev.spec +++ b/xorg-x11-drv-fbdev.spec @@ -7,7 +7,7 @@ Summary: Xorg X11 fbdev video driver Name: xorg-x11-drv-fbdev Version: 0.2.0 -Release: 1 +Release: 2 URL: http://www.x.org Source0: http://xorg.freedesktop.org/releases/individual/driver/%{tarball}-%{version}.tar.bz2 License: MIT/X11 @@ -16,6 +16,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExclusiveArch: %{ix86} x86_64 ia64 ppc alpha sparc sparc64 +# TODO: move me upstream +Patch0: fbdev-0.2.0-debug.patch + BuildRequires: pkgconfig BuildRequires: xorg-x11-server-sdk >= 1.0.99.901 @@ -26,6 +29,7 @@ X.Org X11 fbdev video driver. %prep %setup -q -n %{tarball}-%{version} +%patch0 -p1 -b .debug %build %configure --disable-static @@ -52,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man4/fbdev.4* %changelog +* Tue May 16 2006 Adam Jackson 0.2.0-2 +- Move debugging output from compile-time option to run-time option. + * Sun Apr 9 2006 Adam Jackson 0.2.0-1 - Update to 0.2.0 from 7.1RC1.