summaryrefslogtreecommitdiffstats
path: root/ldetect.spec
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-22 21:37:16 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-22 21:37:16 +0000
commitdf70f68c8e6bf2c8810c59a722812949460f1594 (patch)
tree536ca95d38f335ca378bff97ce3738c384d44c0c /ldetect.spec
parent4ee281db510d8fe469b21925280ca6495f48c410 (diff)
downloadldetect-df70f68c8e6bf2c8810c59a722812949460f1594.tar
ldetect-df70f68c8e6bf2c8810c59a722812949460f1594.tar.gz
ldetect-df70f68c8e6bf2c8810c59a722812949460f1594.tar.bz2
ldetect-df70f68c8e6bf2c8810c59a722812949460f1594.tar.xz
ldetect-df70f68c8e6bf2c8810c59a722812949460f1594.zip
- don't die when missing /proc/bus/pci/devices (resp. /proc/bus/usb/devices),
since on some boxes, this is *normal*! - free error messages obtained via asprintf - remove debugging message "TOTO"
Diffstat (limited to 'ldetect.spec')
-rw-r--r--ldetect.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/ldetect.spec b/ldetect.spec
index 32c5ca6..80cb31b 100644
--- a/ldetect.spec
+++ b/ldetect.spec
@@ -1,7 +1,7 @@
# !! DON'T MODIFY HERE, MODIFY IN THE CVS !!
%define name ldetect
%define version 0.4.2
-%define release 2mdk
+%define release 3mdk
Name: %{name}
Version: %{version}
@@ -53,6 +53,12 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*
%changelog
+* Mon Jul 22 2002 Pixel <pixel@mandrakesoft.com> 0.4.2-3mdk
+- don't die when missing /proc/bus/pci/devices (resp. /proc/bus/usb/devices),
+ since on some boxes, this is *normal*!
+- free error messages obtained via asprintf
+- remove debugging message "TOTO"
+
* Tue Jul 16 2002 Pixel <pixel@mandrakesoft.com> 0.4.2-2mdk
- pciusb.c: teach titi that !(a && !b) is not (!a && !b) but (!a || b)
(the other solution is to teach him to *test*)