- Update to latest upstream release

This commit is contained in:
Dave Airlie 2008-03-20 01:20:05 +00:00
parent 7932ff2454
commit b6e17f5a8a
3 changed files with 9 additions and 11 deletions

View File

@ -1 +1 @@
xf86-video-fbdev-20071113.tar.bz2
xf86-video-fbdev-0.4.0.tar.bz2

View File

@ -1 +1 @@
88935fa8c8bb1b65ccd87c05d674031e xf86-video-fbdev-20071113.tar.bz2
6572b39fec77b8e6de1c858a93992924 xf86-video-fbdev-0.4.0.tar.bz2

View File

@ -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 <airlied@redhat.com> 0.4.0-1
- Update to latest upstream release
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.3.1-7
- Autorebuild for GCC 4.3