OBS User unknown 2008-05-22 03:22:47 +00:00 committed by Git OBS Bridge
parent 1b0d209896
commit 90f2db5932
4 changed files with 40 additions and 5 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f35311b5da6f2bbe87aadd145d5820d3dd9d6c5b47d89244aa3c2fa87f1232e9
size 259145

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f2cd1c725aa2ad2e85ca25bb174ebc6afcde3f0b3d461c1330069fc63ccbe45f
size 253596

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu May 22 02:27:07 CEST 2008 - sndirsch@suse.de
- libpciaccess 0.10.2
* Linux: Fail gracefully on machines without PCI.
* Initialize err to 0 in pci_device_solx_devfs_map_range
* Add pci_system_solx_devfs_create prototype to
pciaccess_private.h
* Fix lint warnings in solx_devfs.c
* Fix function prototypes for C++
* linux: add pci_device_enable entrypoint and sysfs support for
it
* Add DragonFly BSD support
* solaris: add pci_tools.h to OS_SUPPORT
* Kludge around linux bug and turn off write-through and
cache-disable bits
* OpenBSD support for libpciaccess.
* Bug #13988: Fix reads from "0"-sized ROMs.
-------------------------------------------------------------------
Wed May 14 12:16:06 CEST 2008 - sndirsch@suse.de

View File

@ -20,7 +20,7 @@ Provides: libXaw.so.8 libXaw.so.7 libXaw.so.6
%endif
Url: http://xorg.freedesktop.org/
Version: 7.3
Release: 58
Release: 60
License: X11/MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/Libraries
@ -58,7 +58,7 @@ Source29: libvnc-20070501.tar.bz2
Source30: libXcliplist-20070501.tar.bz2
Source31: xcb-util-0.2.tar.bz2
Source32: pixman-0.10.0.tar.bz2
Source33: libpciaccess-0.10.tar.bz2
Source33: libpciaccess-0.10.2.tar.bz2
Patch: libXrandr.diff
Patch2: libXft-2.1.7-lcd-filter-2.patch
Patch3: p_xft_cjk.diff
@ -226,6 +226,22 @@ exit 0
%{_mandir}/man3/*
%changelog
* Thu May 22 2008 sndirsch@suse.de
- libpciaccess 0.10.2
* Linux: Fail gracefully on machines without PCI.
* Initialize err to 0 in pci_device_solx_devfs_map_range
* Add pci_system_solx_devfs_create prototype to
pciaccess_private.h
* Fix lint warnings in solx_devfs.c
* Fix function prototypes for C++
* linux: add pci_device_enable entrypoint and sysfs support for
it
* Add DragonFly BSD support
* solaris: add pci_tools.h to OS_SUPPORT
* Kludge around linux bug and turn off write-through and
cache-disable bits
* OpenBSD support for libpciaccess.
* Bug #13988: Fix reads from "0"-sized ROMs.
* Wed May 14 2008 sndirsch@suse.de
- libXfont-commit-0f9db4a.diff
* fixes 2 byte buffer overflow (bnc #390065)