diff --git a/.cvsignore b/.cvsignore index aa2ada4..096da95 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xf86-video-fbdev-0.2.0.tar.bz2 +xf86-video-fbdev-0.3.0.tar.bz2 diff --git a/sources b/sources index 24e390c..6ed0f2c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4f31813c9fdf87f4d7a564fbb6444604 xf86-video-fbdev-0.2.0.tar.bz2 +2472494502317c2582b90ccf64da5044 xf86-video-fbdev-0.3.0.tar.bz2 diff --git a/xorg-x11-drv-fbdev.spec b/xorg-x11-drv-fbdev.spec index 0458b64..6c732d0 100644 --- a/xorg-x11-drv-fbdev.spec +++ b/xorg-x11-drv-fbdev.spec @@ -6,8 +6,8 @@ Summary: Xorg X11 fbdev video driver Name: xorg-x11-drv-fbdev -Version: 0.2.0 -Release: 2 +Version: 0.3.0 +Release: 1 URL: http://www.x.org Source0: http://xorg.freedesktop.org/releases/individual/driver/%{tarball}-%{version}.tar.bz2 License: MIT/X11 @@ -20,9 +20,9 @@ ExclusiveArch: %{ix86} x86_64 ia64 ppc alpha sparc sparc64 Patch0: fbdev-0.2.0-debug.patch BuildRequires: pkgconfig -BuildRequires: xorg-x11-server-sdk >= 1.0.99.901 +BuildRequires: xorg-x11-server-sdk >= 1.1.0 -Requires: xorg-x11-server-Xorg >= 1.0.99.901 +Requires: xorg-x11-server-Xorg >= 1.1.0 %description X.Org X11 fbdev video driver. @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man4/fbdev.4* %changelog +* Tue May 23 2006 Adam Jackson 0.3.0-1 +- Update to 0.3.0 from 7.1. + * Tue May 16 2006 Adam Jackson 0.2.0-2 - Move debugging output from compile-time option to run-time option.