From aa75cf6c59c11ee4131027064f390780513dbdf40c38c75e87fbd374913010ad Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 16 Nov 2009 09:46:16 +0000 Subject: [PATCH] checked in OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=9 --- pciutils.changes | 5 ----- update-pciutils-dist | 25 +++++++++++-------------- 2 files changed, 11 insertions(+), 19 deletions(-) diff --git a/pciutils.changes b/pciutils.changes index 756546c..b24c938 100644 --- a/pciutils.changes +++ b/pciutils.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Tue Nov 3 19:09:37 UTC 2009 - coolo@novell.com - -- updated patches to apply with fuzz=0 - ------------------------------------------------------------------- Fri Aug 14 17:30:05 CEST 2009 - anicka@suse.cz diff --git a/update-pciutils-dist b/update-pciutils-dist index 86c6547..2687aec 100644 --- a/update-pciutils-dist +++ b/update-pciutils-dist @@ -1,8 +1,8 @@ -Index: pciutils-3.1.3/Makefile -=================================================================== ---- pciutils-3.1.3.orig/Makefile -+++ pciutils-3.1.3/Makefile -@@ -78,7 +78,7 @@ setpci.o: setpci.c pciutils.h $(PCIINC) +Index: pciutils-2.2.4/update-pciids.sh +================================================================================ +--- pciutils-2.2.6/Makefile ++++ pciutils-2.2.6/Makefile +@@ -47,7 +47,7 @@ common.o: common.c pciutils.h $(PCIINC) update-pciids: update-pciids.sh @@ -10,12 +10,10 @@ Index: pciutils-3.1.3/Makefile + sed <$< >$@ "s@^DEST=.*@DEST=$(IDSDIR)/pci.ids.d/pci.ids.dist@;s@^PCI_COMPRESSED_IDS=.*@PCI_COMPRESSED_IDS=@" chmod +x $@ - # The example of use of libpci -Index: pciutils-3.1.3/update-pciids.sh -=================================================================== ---- pciutils-3.1.3.orig/update-pciids.sh -+++ pciutils-3.1.3/update-pciids.sh -@@ -4,7 +4,7 @@ + %.8: %.man +--- pciutils-2.2.6/update-pciids.sh ++++ pciutils-2.2.6/update-pciids.sh +@@ -2,7 +2,7 @@ set -e SRC="http://pciids.sourceforge.net/v2.2/pci.ids" @@ -24,7 +22,7 @@ Index: pciutils-3.1.3/update-pciids.sh PCI_COMPRESSED_IDS= GREP=grep -@@ -65,6 +65,12 @@ if [ -f $DEST ] ; then +@@ -54,5 +54,11 @@ fi mv $DEST.neww $DEST rm $DEST.new @@ -35,5 +33,4 @@ Index: pciutils-3.1.3/update-pciids.sh + cp -p $DEST /usr/share/pci.ids +fi - # Older versions did not compress the ids file, so let's make sure we - # clean that up. + echo "Done."