OBS User unknown
2009-02-06 17:09:56 +00:00
committed by Git OBS Bridge
parent 7cda7e3956
commit 8726d583b5
5 changed files with 91 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package pciutils (Version 3.0.1)
# spec file for package pciutils (Version 3.1.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -20,8 +20,8 @@
Name: pciutils
BuildRequires: zlib-devel
Version: 3.0.1
Release: 4
Version: 3.1.2
Release: 1
Requires: pciutils-ids
AutoReqProv: on
# bug437293
@@ -116,6 +116,47 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/libpci.pc
%changelog
* Thu Feb 05 2009 anicka@suse.cz
- update to 3.1.2
* Fixed another silly bug in the command-line parser of setpci.
* The configure script now sets LC_ALL to avoid being fooled by
locale-dependent behavior of `tr'.
* The command-line parser of setpci did sometimes segfault on invalid
input.
* The Cygwin backend now works on Windows Vista.
* Fixed a bug in decoding of the SR-IOV capability.
* Details of some PCIe capabilities are displayed only with -vv.
* When a BAR is reported by the OS, but not by the device (i.e.,
it is marked as [virtual] in lspci), the [disabled] flag is
suppressed, because it does not make sense in such cases.
* The source code of lspci has been split to multiple files, hopefully
making it easier to maintain.
* The library and lspci now know about physical slot names. So far,
they are provided by the sysfs back-end only.
* When a device has the VPD (Vital Product Data) capability and the
VPD data are supplied by the OS, they are decoded and printed in the
verbose mode. This currently works only on Linux with the sysfs
back-end.
* `setpci --version' now works properly.
* `setpci --dumpregs' prints a table of all known names of
registers and capabilities. This replaces the table of registers
in the setpci man page.
* The dry-run mode of setpci gives better feedback.
* The setpci utility is now able to address registers stored in PCI
capabilities (actually it allows a more general form of relative
addressing).
* The library has gained functions for working with PCI capabilities.
* Address Translation Services capability is now decoded.
* `lspci -k' now displays the subsystem ID, too. This makes `-k'
show everything needed to identify the device and the available
drivers, which was called for by many users.
* Fixed spelling of MSI.
* Better support for cross-compilation.
* Fixed printing of the AER capability.
* HT 1.02 capabilities are decoded as HT 1.03.
* Fixed Cygwin build.
* Fixed a minor bug in the configure script, which caused warnings
about redefinition of symbols during compilation.
* Wed Jan 07 2009 olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
* Thu Sep 11 2008 anicka@suse.cz