* lspci decodes CXL 1.1 device link status information. * Further development of the pcilmr (the link margining utility) * Dump parsing supports 6-digit domain numbers. * Bug fixes in PCIe link state reporting. * Decode more fields in PCIe AER capability. * Fixed build on Linux systems with musl libc. * Updated pci.ids. * As usual, updated pci.ids to the current snapshot of the database. - Add Source URL, see https://en.opensuse.org/SourceUrls * More capabilities: Transaction Processing Hints, Latency * When we format a name and it does not fit in the buffer, we truncate it instead of returning "buffer too small" instead. This works on all platforms with sane (i.e., C99-compatible) - update to 3.1.7 - fix last patch - add fclose to dump_init (bnc#529469) - update to 3.1.3 properly. It also stops on any item in unknown format, - update to 3.1.2 - update to 3.0.1 * Worked around compatibility problems with various default settings of wget * Fixed bug in filters which caused them to refuse * Fixed several build problems: builds without PCI_USE_DNS on Linux and with PCI_USE_DNS on Solaris and *BSD. Static - update to 3.0.0 * The makefile system has been reworked. All configuration * The libpci can be built as a shared library with properly OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=95
11 lines
328 B
Diff
11 lines
328 B
Diff
--- pciutils-3.8.0/lib/libpci.pc.in.orig 2022-04-21 09:11:03.305072096 +0200
|
|
+++ pciutils-3.8.0/lib/libpci.pc.in 2022-04-21 09:13:06.166040080 +0200
|
|
@@ -6,6 +6,5 @@
|
|
Name: libpci
|
|
Description: libpci
|
|
Version: @VERSION@
|
|
-Libs: -L${libdir} -lpci
|
|
+Libs: -lpci @LDLIBS@
|
|
Libs.private: @LDLIBS@ @WITH_LIBS@
|
|
-Cflags: -I${includedir}
|