pciutils version upgrade v3.1.10 -> v3.2.0
authorJae-young Hwang <j-zero.hwang@samsung.com>
Tue, 15 Oct 2013 08:24:56 +0000 (17:24 +0900)
committerMaciej Wereski <m.wereski@partner.samsung.com>
Tue, 21 Jan 2014 08:54:19 +0000 (09:54 +0100)
 -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 <j-zero.hwang@samsung.com>
Makefile
packaging/pciutils.changes
packaging/pciutils.spec

index 28561a617385407a8ba533519e5963fc90c266ce..0a21ee80cd83414617f83b8a183f04774cfd05cf 100644 (file)
--- 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
index f7f3a439944935c60472d9cf6cc22cc45bb056e5..8b7706e6ebdce06b0b8040b2646cc4f939486e9a 100644 (file)
@@ -1,3 +1,6 @@
+* Tue Oct 15 2013 Jae-young Hwang <j-zero.hwang@samsung.com> accepted/tizen/20130912.195043@df41534
+- pciutils version upgrade v3.1.10 -> v3.2.0
+
 * Mon Mar 18 2013 Anas Nashif <anas.nashif@intel.com> submit/trunk/20130305.105339@d088459
 - Update package groups
 
index 3c10e04480220521d125fcd561421e3fc216699e..4e087d2c7d7732d58c8befd0f3ec8c4b496ca0ad 100644 (file)
@@ -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