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:
Peter Simons 2023-05-11 08:53:24 +00:00 committed by Git OBS Bridge
parent 58f4c53068
commit 9ac361d070
6 changed files with 35 additions and 12 deletions

7
pciutils-3.10.0.tar.sign Normal file
View 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

Binary file not shown.

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYIAB0WIQQz3UIWM8X/rMLSHFIVf/JNR+6nIAUCY3oaUAAKCRAVf/JNR+6n
IGMIAQDw1ga+TdQRHBMXIFLfyRnumJbZzaPtT8zCQyAYeZ/H0QD8CtLJIefmy6hY
qUokMDuetxLj4IL9qHXBEnc5VqyLaw4=
=Qf/j
-----END PGP SIGNATURE-----

View File

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

View File

@ -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>

View File

@ -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