Fixed bug #7419, dependancies fouled, Daniel.
diff --git a/ChangeLog b/ChangeLog
index af40504..3408a1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Jul  2 20:27:34 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
+
+	* config.spec.in: fixed bug #7419, devel with same %ver
+
 Thu Jun 29 11:37:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
 
 	* parser.c: fixed &#38; parsing bug
diff --git a/libxml.spec.in b/libxml.spec.in
index dd8992b..33955af 100644
--- a/libxml.spec.in
+++ b/libxml.spec.in
@@ -22,7 +22,7 @@
 %package devel
 Summary: Libraries, includes, etc to develop libxml applications
 Group: X11/libraries
-Requires: libxml
+Requires: libxml=%ver
 
 %description devel
 Libraries, include files, etc you can use to develop libxml applications.