- update to 1.3.5

* Updated pci.ids to the today's snapshot of the database.
 * When scanning extended capabilities, properly mask the lowest 2 bits,
   which are currently reserved. This avoids unaligned access errors on
   broken hardware (see tests/broken-ecaps).
 * Large bar sizes are displayed in human-readable format (with units).
 * Physical slot information is displayed correctly for multi-function cards.
 * Fixed a couple of typos everywhere.
 * Library: Fixed bugs in freeing of capabilities.
 * Windows back-end compiles again.

OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=15
This commit is contained in:
Anna Maresova 2010-01-22 16:32:05 +00:00 committed by Git OBS Bridge
parent dbcd7506b6
commit 62ef4f6d81
4 changed files with 18 additions and 1 deletions

3
pciutils-3.1.5.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Jan 22 17:30:53 CET 2010 - anicka@suse.cz
- update to 1.3.5
* Updated pci.ids to the today's snapshot of the database.
* When scanning extended capabilities, properly mask the lowest 2 bits,
which are currently reserved. This avoids unaligned access errors on
broken hardware (see tests/broken-ecaps).
* Large bar sizes are displayed in human-readable format (with units).
* Physical slot information is displayed correctly for multi-function cards.
* Fixed a couple of typos everywhere.
* Library: Fixed bugs in freeing of capabilities.
* Windows back-end compiles again.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 15 01:44:50 CET 2009 - jengelh@medozas.de Tue Dec 15 01:44:50 CET 2009 - jengelh@medozas.de

View File

@ -19,7 +19,7 @@
Name: pciutils Name: pciutils
Version: 3.1.4 Version: 3.1.5
Release: 2 Release: 2
BuildRequires: zlib-devel BuildRequires: zlib-devel
BuildRequires: licenses BuildRequires: licenses