forked from pool/pciutils
Accepting request 329346 from home:pluskalm:branches:Base:System
- Update to 3.3.1 * Removed hacks for backward compatibility with Linux libc5, which were breaking newer non-glibc Linux systems. Thanks to Felix Janda. * Display VirtIO vendor-specific capability. Patch by Gerd Hoffmann. * Fixed memory leak in name cache. * Updated pci.ids to the current snapshot of the database. OBS-URL: https://build.opensuse.org/request/show/329346 OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=48
This commit is contained in:
parent
37542058ce
commit
84675c7182
@ -1,6 +1,8 @@
|
|||||||
--- pciutils-3.1.9.orig/lib/libpci.pc.in 2011-10-02 05:52:11.000000000 -0400
|
Index: pciutils-3.3.1/lib/libpci.pc.in
|
||||||
+++ pciutils-3.1.9/lib/libpci.pc.in 2012-01-28 20:50:44.702715889 -0500
|
===================================================================
|
||||||
@@ -6,6 +6,5 @@
|
--- pciutils-3.3.1.orig/lib/libpci.pc.in
|
||||||
|
+++ pciutils-3.3.1/lib/libpci.pc.in
|
||||||
|
@@ -6,6 +6,5 @@ idsdir=@IDSDIR@
|
||||||
Name: libpci
|
Name: libpci
|
||||||
Description: libpci
|
Description: libpci
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
diff -aur pciutils-3.2.0.orig//Makefile pciutils-3.2.0/Makefile
|
Index: pciutils-3.3.1/Makefile
|
||||||
--- pciutils-3.2.0.orig//Makefile 2013-04-19 14:58:49.000000000 +0200
|
===================================================================
|
||||||
+++ pciutils-3.2.0/Makefile 2013-07-30 23:03:04.385436935 +0200
|
--- pciutils-3.3.1.orig/Makefile
|
||||||
@@ -85,7 +85,7 @@
|
+++ pciutils-3.3.1/Makefile
|
||||||
|
@@ -88,7 +88,7 @@ lspci: LDLIBS+=$(LIBKMOD_LIBS)
|
||||||
ls-kernel.o: CFLAGS+=$(LIBKMOD_CFLAGS)
|
ls-kernel.o: CFLAGS+=$(LIBKMOD_CFLAGS)
|
||||||
|
|
||||||
update-pciids: update-pciids.sh
|
update-pciids: update-pciids.sh
|
||||||
@ -10,9 +11,10 @@ diff -aur pciutils-3.2.0.orig//Makefile pciutils-3.2.0/Makefile
|
|||||||
chmod +x $@
|
chmod +x $@
|
||||||
|
|
||||||
# The example of use of libpci
|
# The example of use of libpci
|
||||||
diff -aur pciutils-3.1.9.orig/update-pciids.sh pciutils-3.1.9/update-pciids.sh
|
Index: pciutils-3.3.1/update-pciids.sh
|
||||||
--- pciutils-3.1.9.orig/update-pciids.sh 2012-01-14 09:29:38.000000000 -0500
|
===================================================================
|
||||||
+++ pciutils-3.1.9/update-pciids.sh 2012-01-28 21:05:57.719301612 -0500
|
--- pciutils-3.3.1.orig/update-pciids.sh
|
||||||
|
+++ pciutils-3.3.1/update-pciids.sh
|
||||||
@@ -4,7 +4,7 @@
|
@@ -4,7 +4,7 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
@ -22,7 +24,7 @@ diff -aur pciutils-3.1.9.orig/update-pciids.sh pciutils-3.1.9/update-pciids.sh
|
|||||||
PCI_COMPRESSED_IDS=
|
PCI_COMPRESSED_IDS=
|
||||||
GREP=grep
|
GREP=grep
|
||||||
|
|
||||||
@@ -66,6 +66,13 @@
|
@@ -66,6 +66,13 @@ fi
|
||||||
mv $DEST.neww $DEST
|
mv $DEST.neww $DEST
|
||||||
rm $DEST.new
|
rm $DEST.new
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:413395d4bdc66fdedd6c993ed9083d1dd73812bf2a679d320f73de35c7801301
|
|
||||||
size 306008
|
|
3
pciutils-3.3.1.tar.xz
Normal file
3
pciutils-3.3.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:514a3bdb77e4cdbe9e970e1885af46e0ba2011bf97364368c455ade0edd4e3a9
|
||||||
|
size 299824
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 6 07:41:51 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to 3.3.1
|
||||||
|
* Removed hacks for backward compatibility with Linux libc5,
|
||||||
|
which were breaking newer non-glibc Linux systems. Thanks
|
||||||
|
to Felix Janda.
|
||||||
|
* Display VirtIO vendor-specific capability. Patch by Gerd
|
||||||
|
Hoffmann.
|
||||||
|
* Fixed memory leak in name cache.
|
||||||
|
* Updated pci.ids to the current snapshot of the database.
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 18 13:22:45 UTC 2014 - tchvatal@suse.com
|
Tue Nov 18 13:22:45 UTC 2014 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pciutils
|
# spec file for package pciutils
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define lname libpci3
|
%define lname libpci3
|
||||||
Name: pciutils
|
Name: pciutils
|
||||||
Version: 3.3.0
|
Version: 3.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: PCI utilities for Kernel version 2
|
Summary: PCI utilities for Kernel version 2
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user