From b6e17f5a8a97eeb409281b310dca83c1b1b44451 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Thu, 20 Mar 2008 01:20:05 +0000 Subject: [PATCH] - Update to latest upstream release --- .cvsignore | 2 +- sources | 2 +- xorg-x11-drv-fbdev.spec | 16 +++++++--------- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/.cvsignore b/.cvsignore index 46bf14b..920faf9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xf86-video-fbdev-20071113.tar.bz2 +xf86-video-fbdev-0.4.0.tar.bz2 diff --git a/sources b/sources index 509897c..8112a67 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -88935fa8c8bb1b65ccd87c05d674031e xf86-video-fbdev-20071113.tar.bz2 +6572b39fec77b8e6de1c858a93992924 xf86-video-fbdev-0.4.0.tar.bz2 diff --git a/xorg-x11-drv-fbdev.spec b/xorg-x11-drv-fbdev.spec index 9f8d42e..239f6fb 100644 --- a/xorg-x11-drv-fbdev.spec +++ b/xorg-x11-drv-fbdev.spec @@ -2,26 +2,22 @@ %define moduledir %(pkg-config xorg-server --variable=moduledir ) %define driverdir %{moduledir}/drivers -%define gitdate 20071113 - Summary: Xorg X11 fbdev video driver Name: xorg-x11-drv-fbdev -Version: 0.3.1 -Release: 7%{?dist} +Version: 0.4.0 +Release: 1%{?dist} URL: http://www.x.org License: MIT Group: User Interface/X Hardware Support BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -#Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2 -Source0: %{tarball}-%{gitdate}.tar.bz2 +Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2 ExcludeArch: s390 s390x Patch1: fbdev-0.3.0-32fbbpp.patch BuildRequires: xorg-x11-server-sdk >= 1.4.99.1 -BuildRequires: autoconf automake libtool Requires: xorg-x11-server-Xorg >= 1.4.99.1 @@ -29,13 +25,12 @@ Requires: xorg-x11-server-Xorg >= 1.4.99.1 X.Org X11 fbdev video driver. %prep -%setup -q -n %{tarball}-%{gitdate} +%setup -q -n %{tarball}-%{version} # Not sure if this is still necessary, it doesn't apply anymore and the new # code looks like it'll have the same effect. XXX check with katzj. # %patch1 -p1 -b .fbbpp %build -autoreconf -v --install || exit 1 %configure --disable-static make @@ -57,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man4/fbdev.4* %changelog +* Thu Mar 20 2008 Dave Airlie 0.4.0-1 +- Update to latest upstream release + * Wed Feb 20 2008 Fedora Release Engineering - 0.3.1-7 - Autorebuild for GCC 4.3