summaryrefslogtreecommitdiffstats
path: root/ldetect.spec
diff options
context:
space:
mode:
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 5878b17..32c5ca6 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 1mdk
+%define release 2mdk
Name: %{name}
Version: %{version}
@@ -53,6 +53,12 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*
%changelog
+* 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*)
+ (oh, remind me to teach him not to re-indent the whole code until he
+ doesn't make stupid bugs)
+
* Tue Jul 16 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.4.2-1mdk
- pci.c:
o move exception stuff from the fast path into the probe all patch