diff --git a/pciutils-2.2.6.tar.bz2 b/pciutils-2.2.6.tar.bz2 deleted file mode 100644 index 70c6b1f..0000000 --- a/pciutils-2.2.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:326e9089355571cce20c60ff8a7b73556daf93e717c0d338d34c32c34bab8022 -size 205033 diff --git a/pciutils-2.2.6-class.diff b/pciutils-2.2.7-class.diff similarity index 100% rename from pciutils-2.2.6-class.diff rename to pciutils-2.2.7-class.diff diff --git a/pciutils-2.2.6-strip.diff b/pciutils-2.2.7-strip.diff similarity index 100% rename from pciutils-2.2.6-strip.diff rename to pciutils-2.2.7-strip.diff diff --git a/pciutils-2.2.7.tar.bz2 b/pciutils-2.2.7.tar.bz2 new file mode 100644 index 0000000..18fd862 --- /dev/null +++ b/pciutils-2.2.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c7c743656791cf9635a2831574cc1cd1fd705e15e04f1b9364cbdfb39715f4 +size 207904 diff --git a/pciutils.changes b/pciutils.changes index 9f67b2c..1863a8b 100644 --- a/pciutils.changes +++ b/pciutils.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Oct 5 14:42:24 CEST 2007 - anicka@suse.cz + +- update to 2.2.7 + * lspci.c (show_caps, show_ext_caps): Detect and report loops in + capability lists. + * lspci.c, lib/header.h: Finished decoding of the PCI Express + capability. The extended capabilities remain undecoded for now, + but at least the list of them has been updated to reflect the + current PCI Express 2.0 spec. + * lspci.c, lib/header.h: Decode new bits of traditional registers + as defined by PCIE / PCI-X. This includes discard timers in + the bridge control register and INTx enable/status in device + control/status registers. + * Makefile, lib/Makefile: `ar' and `ranlib' can be overriden to + allow cross-compilation. + * lspci.c (show_ht): Added decoding of Hypertransport MSI + mapping capability + * tests/cap-MSI-mapping: Added a test case. + ------------------------------------------------------------------- Tue Jul 3 08:29:53 CEST 2007 - anicka@suse.cz diff --git a/pciutils.spec b/pciutils.spec index cb925e9..debe83f 100644 --- a/pciutils.spec +++ b/pciutils.spec @@ -1,5 +1,5 @@ # -# spec file for package pciutils (Version 2.2.6) +# spec file for package pciutils (Version 2.2.7) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,14 +12,14 @@ Name: pciutils BuildRequires: zlib-devel -Version: 2.2.6 +Version: 2.2.7 Release: 1 Requires: pciutils-ids -Autoreqprov: on +AutoReqProv: on Group: Hardware/Other License: GPL v2 or later Summary: PCI-utilities for Kernel version 2.2 and newer -URL: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml +Url: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml Source: %{name}-%{version}.tar.bz2 Patch0: %{name}-%{version}-class.diff Patch1: %{name}-%{version}-strip.diff @@ -90,8 +90,24 @@ rm -rf $RPM_BUILD_ROOT %defattr(-, root, root) %{_includedir}/pci/ %{_libdir}/libpci.a - %changelog +* Fri Oct 05 2007 - anicka@suse.cz +- update to 2.2.7 + * lspci.c (show_caps, show_ext_caps): Detect and report loops in + capability lists. + * lspci.c, lib/header.h: Finished decoding of the PCI Express + capability. The extended capabilities remain undecoded for now, + but at least the list of them has been updated to reflect the + current PCI Express 2.0 spec. + * lspci.c, lib/header.h: Decode new bits of traditional registers + as defined by PCIE / PCI-X. This includes discard timers in + the bridge control register and INTx enable/status in device + control/status registers. + * Makefile, lib/Makefile: `ar' and `ranlib' can be overriden to + allow cross-compilation. + * lspci.c (show_ht): Added decoding of Hypertransport MSI + mapping capability + * tests/cap-MSI-mapping: Added a test case. * Tue Jul 03 2007 - anicka@suse.cz - update to 2.2.6 * Makefile: Added an "install-lib" target.