Author: rjones
Update of /cvs/pkgs/rpms/ocaml-mysql/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24610
Modified Files:
ocaml-mysql.spec
Log Message:
Force another rebuild to try to get updated MySQL client deps.
Index: ocaml-mysql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-mysql/devel/ocaml-mysql.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ocaml-mysql.spec 17 Jan 2009 14:33:55 -0000 1.5
+++ ocaml-mysql.spec 23 Jan 2009 09:53:24 -0000 1.6
@@ -3,7 +3,7 @@
Name: ocaml-mysql
Version: 1.0.4
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: OCaml library for accessing MySQL databases
Group: Development/Libraries
@@ -96,6 +96,9 @@
%changelog
+* Fri Jan 23 2009 Richard W.M. Jones <rjones(a)redhat.com> - 1.0.4-7
+- Force another rebuild to try to get updated MySQL client deps.
+
* Sat Jan 17 2009 Richard W.M. Jones <rjones(a)redhat.com> - 1.0.4-6
- Requires mysql-libs, not automatically found.