[pciutils/f15] updated to 3.1.8 updated to 3.1.8

Michal Hlavinka mhlavink at fedoraproject.org
Mon Oct 3 10:53:47 UTC 2011


commit 12d7efd9abcff1f0a7c583d6a029c12d794c20b6
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Mon Oct 3 12:53:31 2011 +0200

    updated to 3.1.8
    updated to 3.1.8

 .gitignore                 |    1 +
 pciutils-2.1.10-scan.patch |   13 ---------
 pciutils-2.2.4-buf.patch   |   59 --------------------------------------------
 pciutils-havepread.patch   |   58 -------------------------------------------
 pciutils.spec              |   28 +++++++-------------
 sources                    |    2 +-
 6 files changed, 12 insertions(+), 149 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c08af56..4fe9e9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 pciutils-3.1.6.tar.gz
 /pciutils-3.1.7.tar.gz
+/pciutils-3.1.8.tar.gz
diff --git a/pciutils.spec b/pciutils.spec
index 65b046e..9831428 100644
--- a/pciutils.spec
+++ b/pciutils.spec
@@ -1,23 +1,14 @@
 Name:		pciutils
-Version:	3.1.7
-Release:	5%{?dist}
+Version:	3.1.8
+Release:	1%{?dist}
 Source:		ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz
 Source1:        multilibconfigh
 
-#truncate too long names (#205948)
-Patch1:		pciutils-2.2.4-buf.patch
-
-#don't segfault on systems without PCI bus (#84146)
-Patch2:		pciutils-2.1.10-scan.patch
-
-#use pread/pwrite, ifdef check is obsolete nowadays
-Patch3:		pciutils-havepread.patch
-
 #change pci.ids directory to hwdata, fedora/rhel specific
-Patch6:		pciutils-2.2.1-idpath.patch
+Patch1:		pciutils-2.2.1-idpath.patch
 
 #add support for directory with another pci.ids, rejected by upstream, rhbz#195327
-Patch9:		pciutils-dir-d.patch
+Patch2:		pciutils-dir-d.patch
 
 License:	GPLv2+
 URL:		http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
@@ -62,11 +53,8 @@ devices connected to the PCI bus.
 
 %prep
 %setup -q -n pciutils-%{version}
-%patch1 -p1 -b .buf
-%patch2 -p1 -b .scan
-%patch3 -p1 -b .pread
-%patch6 -p1 -b .idpath
-%patch9 -p1 -b .dird
+%patch1 -p1 -b .idpath
+%patch2 -p1 -b .dird
 
 sed -i -e 's|^SRC=.*|SRC="http://pciids.sourceforge.net/pci.ids"|' update-pciids.sh
 
@@ -134,6 +122,10 @@ install -p lib/libpci.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Mon Oct 03 2011 Michal Hlavinka <mhlavink at redhat.com> - 3.1.8-1
+- updated to 3.1.8
+- updated to 3.1.8
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.7-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 544c7f2..c58b654 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f3e349d22a3714b4272b171649ad5235  pciutils-3.1.7.tar.gz
+79312f138311d29291c7d44d624cd37e  pciutils-3.1.8.tar.gz


More information about the scm-commits mailing list