This commit is contained in:
Adam Jackson 2009-04-21 14:40:06 +00:00
parent f3c7ca625b
commit 4a9d6be6b7
3 changed files with 10 additions and 9 deletions

View File

@ -1,6 +1,6 @@
diff -up libpciaccess-0.10.3/src/linux_sysfs.c.cache libpciaccess-0.10.3/src/linux_sysfs.c diff -up libpciaccess-0.10.5/src/linux_sysfs.c.cache libpciaccess-0.10.5/src/linux_sysfs.c
--- libpciaccess-0.10.3/src/linux_sysfs.c.cache 2008-06-10 15:21:36.000000000 -0400 --- libpciaccess-0.10.5/src/linux_sysfs.c.cache 2008-10-31 11:40:09.000000000 -0400
+++ libpciaccess-0.10.3/src/linux_sysfs.c 2008-08-28 13:56:28.000000000 -0400 +++ libpciaccess-0.10.5/src/linux_sysfs.c 2009-04-21 09:36:38.000000000 -0400
@@ -57,6 +57,8 @@ @@ -57,6 +57,8 @@
static void pci_device_linux_sysfs_enable(struct pci_device *dev); static void pci_device_linux_sysfs_enable(struct pci_device *dev);
@ -11,7 +11,7 @@ diff -up libpciaccess-0.10.3/src/linux_sysfs.c.cache libpciaccess-0.10.3/src/lin
void * buffer ); void * buffer );
@@ -76,7 +78,7 @@ static int pci_device_linux_sysfs_write( @@ -76,7 +78,7 @@ static int pci_device_linux_sysfs_write(
pciaddr_t * bytes_wrtten ); pciaddr_t * bytes_written );
static const struct pci_system_methods linux_sysfs_methods = { static const struct pci_system_methods linux_sysfs_methods = {
- .destroy = NULL, - .destroy = NULL,

View File

@ -2,8 +2,8 @@
%define gitrev e392082abb5696c8837224da86cc0af4f21d7010 %define gitrev e392082abb5696c8837224da86cc0af4f21d7010
Name: libpciaccess Name: libpciaccess
Version: 0.10.3 Version: 0.10.5
Release: 6%{?dist} Release: 1%{?dist}
Summary: PCI access library Summary: PCI access library
Group: System Environment/Libraries Group: System Environment/Libraries
@ -18,7 +18,6 @@ Source1: make-libpciaccess-snapshot.sh
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Patch0: libpciaccess-fd-cache.patch Patch0: libpciaccess-fd-cache.patch
Patch1: libpciaccess-kludge-wc-mmap.patch
Patch2: libpciaccess-rom-size.patch Patch2: libpciaccess-rom-size.patch
BuildRequires: autoconf automake libtool pkgconfig BuildRequires: autoconf automake libtool pkgconfig
@ -40,7 +39,6 @@ Development package for libpciaccess.
%prep %prep
%setup -q -n %{name}-%{version} %setup -q -n %{name}-%{version}
%patch0 -p1 -b .cache %patch0 -p1 -b .cache
%patch1 -p1 -b .wc
%patch2 -p1 -b .rom-size %patch2 -p1 -b .rom-size
%build %build
@ -72,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/pciaccess.pc %{_libdir}/pkgconfig/pciaccess.pc
%changelog %changelog
* Tue Apr 21 2009 Adam Jackson <ajax@redhat.com> 0.10.5-1
- libpciaccess 0.10.5
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.3-6 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.3-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

View File

@ -1 +1 @@
6d5468debf76fac84576ca26c9535821 libpciaccess-0.10.3.tar.bz2 617bebf31e5685c83f935009aeae5f38 libpciaccess-0.10.5.tar.bz2