summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-08-21 22:08:34 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-08-21 22:08:34 +0000
commit6a8c70cc4efe0f67d3bb9a6841a32c8bdba2b66e (patch)
tree814b4f05b89a03c9d9d25acf44f859d16b875adf
parenta450c76528940c3d5f3f77c4fc8ec431534632a7 (diff)
downloadldetect-lst-6a8c70cc4efe0f67d3bb9a6841a32c8bdba2b66e.tar
ldetect-lst-6a8c70cc4efe0f67d3bb9a6841a32c8bdba2b66e.tar.gz
ldetect-lst-6a8c70cc4efe0f67d3bb9a6841a32c8bdba2b66e.tar.bz2
ldetect-lst-6a8c70cc4efe0f67d3bb9a6841a32c8bdba2b66e.tar.xz
ldetect-lst-6a8c70cc4efe0f67d3bb9a6841a32c8bdba2b66e.zip
*** empty log message ***
-rwxr-xr-xconvert/merge2pcitable.pl2
-rw-r--r--ldetect-lst.spec11
2 files changed, 10 insertions, 3 deletions
diff --git a/convert/merge2pcitable.pl b/convert/merge2pcitable.pl
index 071b58da..120e45c3 100755
--- a/convert/merge2pcitable.pl
+++ b/convert/merge2pcitable.pl
@@ -53,7 +53,7 @@ sub read_pcitable {
if (my ($id1, $id2, @l) = split /\t+/) {
my ($subid1, $subid2) = ('ffff', 'ffff');
($subid1, $subid2, @l) = @l if @l == 4;
- @l == 2 or die "$f $line: bad number of fields (in $_)\n";
+ @l == 2 or die "$f $line: bad number of fields " . (int @l) . " (in $_)\n";
my ($module, $text) = @l;
my $class = $text =~ /(.*?)|/;
diff --git a/ldetect-lst.spec b/ldetect-lst.spec
index 9bdc5d4b..3fed4c6c 100644
--- a/ldetect-lst.spec
+++ b/ldetect-lst.spec
@@ -1,6 +1,6 @@
%define name ldetect-lst
%define version 0.1.2
-%define release 16mdk
+%define release 18mdk
Name: %{name}
Version: %{version}
@@ -10,7 +10,7 @@ Source: %{name}.tar.bz2
Group: System/Libraries
BuildArchitectures: noarch
BuildRoot: %{_tmppath}/%{name}-buildroot
-Copyright: GPL
+License: GPL
Prefix: %{_prefix}
%package devel
@@ -48,6 +48,13 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/*
%changelog
+* Tue Aug 21 2001 Pixel <pixel@mandrakesoft.com> 0.1.2-18mdk
+- various updates
+
+* Tue Aug 14 2001 Pixel <pixel@mandrakesoft.com> 0.1.2-17mdk
+- updated usbtable and pcitable
+- added Kyro series and a few other
+
* Tue Jul 31 2001 Guillaume Cottenceau <gc@mandrakesoft.com> 0.1.2-16mdk
- merge with 2.4.6-5mdk pcitable and usbtable