- rebase to latest release (will do release with VGA bits later)

- libpciaccess-boot-vga.patch: add boot vga patch from upstream
This commit is contained in:
Dave Airlie 2009-07-27 05:11:39 +00:00
parent 516e5ec588
commit 5abc51921d

View File

@ -2,8 +2,8 @@
%define gitrev e392082abb5696c8837224da86cc0af4f21d7010
Name: libpciaccess
Version: 0.10.5
Release: 2%{?dist}
Version: 0.10.6
Release: 1%{?dist}
Summary: PCI access library
Group: System Environment/Libraries
@ -19,6 +19,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Patch0: libpciaccess-fd-cache.patch
Patch2: libpciaccess-rom-size.patch
Patch3: libpciaccess-boot-vga.patch
BuildRequires: autoconf automake libtool pkgconfig
Requires: hwdata
@ -40,6 +41,8 @@ Development package for libpciaccess.
%setup -q -n %{name}-%{version}
%patch0 -p1 -b .cache
%patch2 -p1 -b .rom-size
exit
%patch3 -p1 -b .bootvga
%build
#autoreconf -v --install
@ -70,6 +73,11 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/pciaccess.pc
%changelog
* Mon Jul 27 2009 Dave Airlie <airlied@redhat.com> 0.10.6-1
- rebase to latest release (will do release with VGA bits later)
- libpciaccess-boot-vga.patch: add boot vga patch from upstream
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild