From 5a258860efc02f5c135ad2b393cae6b864a195dc Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 13 Jan 2000 22:51:31 +0000 Subject: [PATCH] Released as pciutils 2.1.3. --- ChangeLog | 11 +++++++++++ Makefile | 6 +++--- README | 4 ++-- lspci.man | 2 +- pciutils.lsm | 18 ++++++++---------- pciutils.spec | 2 +- setpci.man | 2 +- 7 files changed, 27 insertions(+), 18 deletions(-) diff --git a/ChangeLog b/ChangeLog index fa73384..52272d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Thu Jan 13 23:01:52 2000 Martin Mares + + * Released as version 2.1.3. + + * pci.ids: New ID's. + + * lspci.c: Alpha IO_FORMAT fix by Andrea Arcangeli. + + * lib/access.c: Corrected order of access methods -- it's wonderful how + long could such a bug remain unspotted. Thanks go to Andreas Schockenhoff. + Sat Dec 11 23:34:48 1999 Martin Mares * Released as version 2.1.2. diff --git a/Makefile b/Makefile index a0ff83c..00c3666 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.27 1999/12/11 22:38:39 mj Exp $ +# $Id: Makefile,v 1.28 2000/01/13 22:51:31 mj Exp $ # Makefile for Linux PCI Utilities # (c) 1998--1999 Martin Mares @@ -6,10 +6,10 @@ OPT=-O2 -fomit-frame-pointer #OPT=-O2 -g CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Werror -VERSION=2.1.2 +VERSION=2.1.3 SUFFIX= #SUFFIX=-alpha -DATE=1999-12-11 +DATE=2000-01-13 ifeq ($(shell uname),FreeBSD) ROOT=/usr/local diff --git a/README b/README index 9b409b2..4ead96a 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -This package contains the PCI Utilities, version 2.1.2. +This package contains the PCI Utilities, version 2.1.3. -Copyright (c) 1997--1999 Martin Mares +Copyright (c) 1997--2000 Martin Mares All files in this package can be freely distributed and used according to the terms of the GNU General Public License, either version 2 or diff --git a/lspci.man b/lspci.man index dd91ce6..8fbc07a 100644 --- a/lspci.man +++ b/lspci.man @@ -144,4 +144,4 @@ file containing a list of all PCI devices. .BR setpci (8) .SH AUTHOR -The Linux PCI Utilities are maintained by Martin Mares . +The Linux PCI Utilities are maintained by Martin Mares . diff --git a/pciutils.lsm b/pciutils.lsm index 910c185..49fdaaf 100644 --- a/pciutils.lsm +++ b/pciutils.lsm @@ -1,15 +1,13 @@ Begin3 Title: Linux PCI Utilities -Version: 2.1.2 -Entered-date: 991211 +Version: 2.1.3 +Entered-date: Description: This package contains various utilities for inspecting and - setting of devices connected to the PCI bus. Requires - kernel version 2.1.82 or newer (supporting the /proc/bus/pci - interface). -Keywords: kernel, pci, proc, lspci, setpci -Author: mj@atrey.karlin.mff.cuni.cz (Martin Mares) -Maintained-by: mj@atrey.karlin.mff.cuni.cz (Martin Mares) -Primary-site: atrey.karlin.mff.cuni.cz pub/linux/pci/pciutils-2.1.2.tar.gz -Alternate-site: metalab.unc.edu pub/Linux/hardware/pciutils-2.1.2.tar.gz + setting of devices connected to the PCI bus. +Keywords: kernel, pci, lspci, setpci, libpci +Author: mj@suse.cz (Martin Mares) +Maintained-by: mj@suse.cz (Martin Mares) +Primary-site: atrey.karlin.mff.cuni.cz pub/linux/pci/pciutils-2.1.3.tar.gz +Alternate-site: metalab.unc.edu pub/Linux/hardware/pciutils-2.1.3.tar.gz Copying-policy: GPL End diff --git a/pciutils.spec b/pciutils.spec index d2319a6..7df982e 100644 --- a/pciutils.spec +++ b/pciutils.spec @@ -1,5 +1,5 @@ Name: pciutils -Version: 2.1.2 +Version: 2.1.3 Release: 1 Source: ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz Copyright: GNU GPL diff --git a/setpci.man b/setpci.man index b9b0446..e316b65 100644 --- a/setpci.man +++ b/setpci.man @@ -199,4 +199,4 @@ and 3 to register 3e of device at bus 12, slot 3, function 4. .BR lspci (8) .SH AUTHOR -The Linux PCI Utilities are maintained by Martin Mares . +The Linux PCI Utilities are maintained by Martin Mares . -- 2.39.2