summaryrefslogtreecommitdiffstats
path: root/ldetect.spec
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-09-05 11:25:17 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-09-05 11:25:17 +0000
commit56b361562e3dc0e87b7db5e1362784041c5ce141 (patch)
tree85c00356a0c3a73725fd32936190722d22454b10 /ldetect.spec
parent691a94a42d42c3ab843df844d4c6eb605ad3bd9f (diff)
downloadldetect-56b361562e3dc0e87b7db5e1362784041c5ce141.tar
ldetect-56b361562e3dc0e87b7db5e1362784041c5ce141.tar.gz
ldetect-56b361562e3dc0e87b7db5e1362784041c5ce141.tar.bz2
ldetect-56b361562e3dc0e87b7db5e1362784041c5ce141.tar.xz
ldetect-56b361562e3dc0e87b7db5e1362784041c5ce141.zip
fix ugly case for snd-usb-audio which should have made titi think that
something was broken. Really fixing the right way (this fixes automatic detection of unknown usb controllers)
Diffstat (limited to 'ldetect.spec')
-rw-r--r--ldetect.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/ldetect.spec b/ldetect.spec
index 2b4aac7..17d1407 100644
--- a/ldetect.spec
+++ b/ldetect.spec
@@ -1,6 +1,6 @@
Name: ldetect
Version: 0.4.6
-Release: 5mdk
+Release: 6mdk
Summary: Light hardware detection library
Source: %name.tar.bz2
Group: System/Libraries
@@ -49,6 +49,11 @@ rm -rf $RPM_BUILD_ROOT
%_libdir/*
%changelog
+* Thu Sep 5 2002 Pixel <pixel@mandrakesoft.com> 0.4.6-6mdk
+- fix ugly case for snd-usb-audio which should have made titi think that
+something was broken. Really fixing the right way (this fixes automatic
+detection of unknown usb controllers)
+
* Thu Aug 29 2002 Pixel <pixel@mandrakesoft.com> 0.4.6-5mdk
- fix getting the Product name in usb (occurs when there is no entry in usbtable)