From f4b80e76cea460383b8756c8889d7c48c6f7474957b07a11124f3734ca924ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 20 May 2016 08:19:40 +0000 Subject: [PATCH] Accepting request 396961 from home:pluskalm:branches:Base:System - Update to version 3.5.0: OBS-URL: https://build.opensuse.org/request/show/396961 OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=56 --- pciutils-3.4.1.tar.xz | 3 --- pciutils-3.5.0.tar.xz | 3 +++ pciutils.changes | 13 +++++++++++++ pciutils.spec | 9 ++++----- 4 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 pciutils-3.4.1.tar.xz create mode 100644 pciutils-3.5.0.tar.xz diff --git a/pciutils-3.4.1.tar.xz b/pciutils-3.4.1.tar.xz deleted file mode 100644 index bbd9e3e..0000000 --- a/pciutils-3.4.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:865554cc5604d1644bd8da38d94845405e2a319a6d5acabc6a0296417684a82a -size 307136 diff --git a/pciutils-3.5.0.tar.xz b/pciutils-3.5.0.tar.xz new file mode 100644 index 0000000..d84c466 --- /dev/null +++ b/pciutils-3.5.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee5e2b4727bede6873b12000ed7e10e3e1273b6fc414152148c694a3ca0ce85 +size 312820 diff --git a/pciutils.changes b/pciutils.changes index 528911d..63dd826 100644 --- a/pciutils.changes +++ b/pciutils.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri May 20 08:11:14 UTC 2016 - mpluskal@suse.com + +- Update to version 3.5.0: + * New capabilities decoded: Downstream Port Containment, + Precision Time Measurement. Thanks to Keith Busch and + Jonathan Yong. + * Domain numbers extended to 31 bits. This will be used by the + Linux kernel on some machines in near future. + * Enhanced allocation regions are now decoded on Linux. + * The NetBSD back-end supports PCIe extended configuration space. + * Updated pci.ids to the current snapshot of the database. + ------------------------------------------------------------------- Fri Jan 8 10:54:48 UTC 2016 - tchvatal@suse.com diff --git a/pciutils.spec b/pciutils.spec index 263dc16..fe525c4 100644 --- a/pciutils.spec +++ b/pciutils.spec @@ -18,7 +18,7 @@ %define lname libpci3 Name: pciutils -Version: 3.4.1 +Version: 3.5.0 Release: 0 Summary: PCI utilities for the Linux Kernel License: GPL-2.0+ @@ -30,7 +30,7 @@ Patch0: pciutils-3.2.0_update-dist.patch Patch1: %{name}-3.1.9_pkgconfig.patch Patch2: pciutils-ocloexec.patch Patch3: pciutils-endianh.patch -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: pkgconfig(libkmod) BuildRequires: pkgconfig(zlib) Requires: pciutils-ids @@ -84,13 +84,12 @@ install -D -m 0644 lib/libpci.pc %{buildroot}%{_libdir}/pkgconfig/libpci.pc ln -sf /%{_lib}/libpci.so.3 %{buildroot}%{_libdir}/libpci.so %post -n %{lname} -p /sbin/ldconfig - %postun -n %{lname} -p /sbin/ldconfig %files %defattr(-, root, root) %doc README COPYING -%doc %{_mandir}/man?/* +%{_mandir}/man?/* /sbin/* %files -n %{lname} @@ -100,7 +99,7 @@ ln -sf /%{_lib}/libpci.so.3 %{buildroot}%{_libdir}/libpci.so %files devel %defattr(-, root, root) %{_includedir}/pci/ -%{_libdir}/*.so +%{_libdir}/libpci.so %{_libdir}/pkgconfig/libpci.pc %changelog