summaryrefslogtreecommitdiffstats
path: root/ldetect.spec
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-06-10 18:39:59 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-06-10 18:39:59 +0000
commit87078193e81d61fb5c19de52bdf1db9a331120dd (patch)
tree0f8a67829febd9c1fd082965b94f7ea1b1b789c5 /ldetect.spec
parent83c30b339bde284b38417ec2e44027f259be72ce (diff)
downloadldetect-87078193e81d61fb5c19de52bdf1db9a331120dd.tar
ldetect-87078193e81d61fb5c19de52bdf1db9a331120dd.tar.gz
ldetect-87078193e81d61fb5c19de52bdf1db9a331120dd.tar.bz2
ldetect-87078193e81d61fb5c19de52bdf1db9a331120dd.tar.xz
ldetect-87078193e81d61fb5c19de52bdf1db9a331120dd.zip
ensure the header file are C++ compliant (do not use "class" for struct field name)
Diffstat (limited to 'ldetect.spec')
-rw-r--r--ldetect.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/ldetect.spec b/ldetect.spec
index 7528dab..ce9e859 100644
--- a/ldetect.spec
+++ b/ldetect.spec
@@ -1,6 +1,5 @@
-# !! DON'T MODIFY HERE, MODIFY IN THE CVS !!
%define name ldetect
-%define version 0.2.5
+%define version 0.4.0
%define release 1mdk
Name: %{name}
@@ -53,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*
%changelog
+* Mon Jun 10 2002 Pixel <pixel@mandrakesoft.com> 0.4.0-1mdk
+- ensure the header file are C++ compliant (do not use "class" for struct field name)
+
* Fri Dec 28 2001 Pixel <pixel@mandrakesoft.com> 0.2.5-1mdk
- in probe_type=1, recognize usb controllers (is either usb-uhci or usb-ohci)