diff --git a/pciutils-3.1.9_pkgconfig.patch b/pciutils-3.1.9_pkgconfig.patch index c87069d..d22fcfb 100644 --- a/pciutils-3.1.9_pkgconfig.patch +++ b/pciutils-3.1.9_pkgconfig.patch @@ -1,6 +1,8 @@ ---- pciutils-3.1.9.orig/lib/libpci.pc.in 2011-10-02 05:52:11.000000000 -0400 -+++ pciutils-3.1.9/lib/libpci.pc.in 2012-01-28 20:50:44.702715889 -0500 -@@ -6,6 +6,5 @@ +Index: pciutils-3.3.1/lib/libpci.pc.in +=================================================================== +--- 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 Description: libpci Version: @VERSION@ diff --git a/pciutils-3.2.0_update-dist.patch b/pciutils-3.2.0_update-dist.patch index 0785ef7..10fae9f 100644 --- a/pciutils-3.2.0_update-dist.patch +++ b/pciutils-3.2.0_update-dist.patch @@ -1,7 +1,8 @@ -diff -aur pciutils-3.2.0.orig//Makefile pciutils-3.2.0/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 -@@ -85,7 +85,7 @@ +Index: pciutils-3.3.1/Makefile +=================================================================== +--- pciutils-3.3.1.orig/Makefile ++++ pciutils-3.3.1/Makefile +@@ -88,7 +88,7 @@ lspci: LDLIBS+=$(LIBKMOD_LIBS) ls-kernel.o: CFLAGS+=$(LIBKMOD_CFLAGS) update-pciids: update-pciids.sh @@ -10,9 +11,10 @@ diff -aur pciutils-3.2.0.orig//Makefile pciutils-3.2.0/Makefile chmod +x $@ # The example of use of libpci -diff -aur pciutils-3.1.9.orig/update-pciids.sh pciutils-3.1.9/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 +Index: pciutils-3.3.1/update-pciids.sh +=================================================================== +--- pciutils-3.3.1.orig/update-pciids.sh ++++ pciutils-3.3.1/update-pciids.sh @@ -4,7 +4,7 @@ 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= GREP=grep -@@ -66,6 +66,13 @@ +@@ -66,6 +66,13 @@ fi mv $DEST.neww $DEST rm $DEST.new diff --git a/pciutils-3.3.0.tar.xz b/pciutils-3.3.0.tar.xz deleted file mode 100644 index 61e29f4..0000000 --- a/pciutils-3.3.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:413395d4bdc66fdedd6c993ed9083d1dd73812bf2a679d320f73de35c7801301 -size 306008 diff --git a/pciutils-3.3.1.tar.xz b/pciutils-3.3.1.tar.xz new file mode 100644 index 0000000..7ce5fc9 --- /dev/null +++ b/pciutils-3.3.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514a3bdb77e4cdbe9e970e1885af46e0ba2011bf97364368c455ade0edd4e3a9 +size 299824 diff --git a/pciutils.changes b/pciutils.changes index ffc1ad2..29f6d94 100644 --- a/pciutils.changes +++ b/pciutils.changes @@ -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 diff --git a/pciutils.spec b/pciutils.spec index 87343f5..e2cb9d8 100644 --- a/pciutils.spec +++ b/pciutils.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define lname libpci3 Name: pciutils -Version: 3.3.0 +Version: 3.3.1 Release: 0 Summary: PCI utilities for Kernel version 2 License: GPL-2.0+