summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-03-27 13:58:56 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-03-27 13:58:56 +0000
commit0f3513b9785adfb6376dbdb8d1ce40e6dacf65c8 (patch)
treed2f0705d7c428f74fbfd41133012ac7364eb1171
parente7c5840c6d844b9c1dd0282c3b5ddf5b19a3cdba (diff)
downloadldetect-lst-0f3513b9785adfb6376dbdb8d1ce40e6dacf65c8.tar
ldetect-lst-0f3513b9785adfb6376dbdb8d1ce40e6dacf65c8.tar.gz
ldetect-lst-0f3513b9785adfb6376dbdb8d1ce40e6dacf65c8.tar.bz2
ldetect-lst-0f3513b9785adfb6376dbdb8d1ce40e6dacf65c8.tar.xz
ldetect-lst-0f3513b9785adfb6376dbdb8d1ce40e6dacf65c8.zip
0.1.4-20mdk
-rw-r--r--ldetect-lst.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/ldetect-lst.spec b/ldetect-lst.spec
index e1722e72..b94364a9 100644
--- a/ldetect-lst.spec
+++ b/ldetect-lst.spec
@@ -1,13 +1,13 @@
%define name ldetect-lst
%define version 0.1.4
-%define release 19mdk
+%define release 20mdk
Name: %{name}
Version: %{version}
Release: %{release}
Summary: Hardware list for the light detection library
URL: http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/soft/ldetect-lst/
-Source: %{name}.tar.bz2
+Source: %{name}-%{version}.tar.bz2
Group: System/Libraries
BuildRoot: %{_tmppath}/%{name}-buildroot
License: GPL
@@ -29,7 +29,7 @@ table to get hardware autodetection
see ldetect-lst
%prep
-%setup -q -n %{name}
+%setup -q
%build
%make
@@ -64,6 +64,12 @@ fi
%{_bindir}/*
%changelog
+* Thu Mar 27 2003 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 0.1.4-20mdk
+- Merge in AMD K8 bridges id
+- Add Adaptec U320 cards ("aic79xx" driver)
+- Add BCM >= 5704 cards ("bcm5700" driver)
+- Suggest "usb-ohci" for AMD-8111 USB
+
* Mon Oct 21 2002 Frederic Lepied <flepied@mandrakesoft.com> 0.1.4-19mdk
o lst/pcitable: added missing savage id
o lst/usbtable: add support for usb video devices (Florent Beranger)