From: Jae-young Hwang Date: Tue, 15 Oct 2013 08:24:56 +0000 (+0900) Subject: pciutils version upgrade v3.1.10 -> v3.2.0 X-Git-Tag: submit/tizen/20140204.131517~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b9a83ffd209fe8c7e2a97f2590fd854ec349da9;p=platform%2Fupstream%2Fpciutils.git pciutils version upgrade v3.1.10 -> v3.2.0 -On newer Linux systems, we use libkmod to look up kernel modules (modules.pcimap no longer exists.) To facilitate this, libpci is able to look up module aliases in sysfs. -Various minor bug fixes. -Updated pci.ids to the today's snapshot of the database. Change-Id: Id9b683fdda94715614f073cde0f144155e20bdb5 Signed-off-by: Jae-young Hwang --- diff --git a/Makefile b/Makefile index 28561a6..0a21ee8 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ lspci: LDLIBS+=$(LIBKMOD_LIBS) ls-kernel.o: CFLAGS+=$(LIBKMOD_CFLAGS) update-pciids: update-pciids.sh - sed <$< >$@ "s@^DEST=.*@DEST=$(IDSDIR)/pci.ids.d/pci.ids.dist@;s@^PCI_COMPRESSED_IDS=.*@PCI_COMPRESSED_IDS=@" + sed <$< >$@ "s@^DEST=.*@DEST=$(IDSDIR)/$(PCI_IDS)@;s@^PCI_COMPRESSED_IDS=.*@PCI_COMPRESSED_IDS=$(PCI_COMPRESSED_IDS)@" chmod +x $@ # The example of use of libpci diff --git a/packaging/pciutils.changes b/packaging/pciutils.changes index f7f3a43..8b7706e 100644 --- a/packaging/pciutils.changes +++ b/packaging/pciutils.changes @@ -1,3 +1,6 @@ +* Tue Oct 15 2013 Jae-young Hwang accepted/tizen/20130912.195043@df41534 +- pciutils version upgrade v3.1.10 -> v3.2.0 + * Mon Mar 18 2013 Anas Nashif submit/trunk/20130305.105339@d088459 - Update package groups diff --git a/packaging/pciutils.spec b/packaging/pciutils.spec index 3c10e04..4e087d2 100644 --- a/packaging/pciutils.spec +++ b/packaging/pciutils.spec @@ -1,5 +1,5 @@ Name: pciutils -Version: 3.1.10 +Version: 3.2.0 Release: 0 License: GPL-2.0+ Summary: PCI utilities for Kernel version 2