Accepting request 1086194 from home:polslinux:branches:Base:System
- Update to 3.10.0: - Fixed bug in definition of versioned symbol aliases in shared libpci, which made compiling with link-time optimization fail. - Filters now accept "0x..." syntax for backward compatibility. - Windows: The cfgmgr32 back-end which provides the list of devices can be combined with another back-end which provides access to configuration space. - ECAM (Enhanced Configuration Access Mechanism), which is defined by the PCIe standard, is now supported. It requires root privileges, access to physical memory, and also manual configuration on some systems. - lspci: Tree view now works on multi-domain systems. It now respects filters properly. - Last but not least, pci.ids were updated to the current snapshot of the database. This includes overall cleanup of entries with non-ASCII characters in their names -- such characters are allowed, but only if they convey interesting information (e.g., umlauts in German company names, but not the "registered trade mark" sign). OBS-URL: https://build.opensuse.org/request/show/1086194 OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=90
This commit is contained in:
parent
58f4c53068
commit
9ac361d070
7
pciutils-3.10.0.tar.sign
Normal file
7
pciutils-3.10.0.tar.sign
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYIAB0WIQQz3UIWM8X/rMLSHFIVf/JNR+6nIAUCZE+4LAAKCRAVf/JNR+6n
|
||||
IP3iAQC5EVpB/DKLbVgwQzlObDoCzlmofoD/4BM/y7mQF2kxbQD/ccDvY3J7c/BB
|
||||
hergbAe6CWKV+75S12aPHjlOv9jaEQc=
|
||||
=yRjb
|
||||
-----END PGP SIGNATURE-----
|
BIN
pciutils-3.10.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
pciutils-3.10.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYIAB0WIQQz3UIWM8X/rMLSHFIVf/JNR+6nIAUCY3oaUAAKCRAVf/JNR+6n
|
||||
IGMIAQDw1ga+TdQRHBMXIFLfyRnumJbZzaPtT8zCQyAYeZ/H0QD8CtLJIefmy6hY
|
||||
qUokMDuetxLj4IL9qHXBEnc5VqyLaw4=
|
||||
=Qf/j
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cdea7ae97239dee23249a09c68a19a287a3f109fbeb2c232ebb616cb38599012
|
||||
size 431624
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 11 08:20:57 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to 3.10.0:
|
||||
- Fixed bug in definition of versioned symbol aliases
|
||||
in shared libpci, which made compiling with link-time
|
||||
optimization fail.
|
||||
- Filters now accept "0x..." syntax for backward compatibility.
|
||||
- Windows: The cfgmgr32 back-end which provides the list of devices
|
||||
can be combined with another back-end which provides access
|
||||
to configuration space.
|
||||
- ECAM (Enhanced Configuration Access Mechanism), which is defined
|
||||
by the PCIe standard, is now supported. It requires root privileges,
|
||||
access to physical memory, and also manual configuration on some
|
||||
systems.
|
||||
- lspci: Tree view now works on multi-domain systems. It now respects
|
||||
filters properly.
|
||||
- Last but not least, pci.ids were updated to the current snapshot
|
||||
of the database. This includes overall cleanup of entries with
|
||||
non-ASCII characters in their names -- such characters are allowed,
|
||||
but only if they convey interesting information (e.g., umlauts
|
||||
in German company names, but not the "registered trade mark" sign).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 27 13:14:15 UTC 2022 - Ludwig Nussel <lnussel@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pciutils
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define sover 3
|
||||
%define lname libpci%{sover}
|
||||
Name: pciutils
|
||||
Version: 3.9.0
|
||||
Version: 3.10.0
|
||||
Release: 0
|
||||
Summary: PCI utilities for the Linux Kernel
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user