2004-08-13 Martin Mares <mj@ucw.cz>
+ * Released as 2.1.99-test8.
+
* lib/types.h, lib/pci.h, lib/sysdep.h: `byte' and `word' are
no longer exported to the outside world.
OPT=-O2 -fomit-frame-pointer
CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Winline
-VERSION=2.1.99-test7
-DATE=2004-07-05
+VERSION=2.1.99-test8
+DATE=2004-08-13
PREFIX=/usr/local
SBINDIR=$(PREFIX)/sbin
o pcimodules and possibly other Linux module related stuff
o New ID's from the pciids project
o Avoid calling show_ext_caps() for non-ext devices.
+ o Kill memory leaks in lib/names.c
############################################################################
my $r = new UCW::Release("pciutils");
my $ver = $r->GetVersionFromFile("Makefile", "VERSION=(.*)");
$r->GetVersionsFromChangelog("ChangeLog", "Released as (.*)\.");
+push @{$r->{"rules"}}, '^win32/config.h' => 's';
if ($ver =~ /-/) {
$r->{"ALPHADIR"} = "alpha/";
$r->{"conditions"}->{"ALPHA_VERSION"} = 1;
my $reldir = $r->GenPackage;
$r->GenFile("README");
$r->GenFile("pciutils.lsm");
-$r->GenFile("win32/config.h");
$r->Dispatch;
if ($r->{"do_upload"}) {
print "Uploading pci.ids to Jabberwock\n";