Author: rjones
Update of /cvs/pkgs/rpms/ocaml-cmigrep/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28583
Modified Files: ocaml-cmigrep.spec Log Message: * Thu Jan 14 2010 Richard W.M. Jones rjones@redhat.com - 1.5-16 - Really rebuild for OCaml 3.11.2+rc1 (fixes RHBZ#555413). - Recheck package with rpmlint.
Index: ocaml-cmigrep.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-cmigrep/devel/ocaml-cmigrep.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- ocaml-cmigrep.spec 30 Dec 2009 14:27:38 -0000 1.15 +++ ocaml-cmigrep.spec 14 Jan 2010 18:51:27 -0000 1.16 @@ -8,7 +8,7 @@
Name: ocaml-cmigrep Version: 1.5 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Search OCaml compiled interface (cmi) files
Group: Development/Libraries @@ -53,12 +53,12 @@ elisp that allows emacs to use cmigrep f # however in Debian the only packages which actually use # compiler-libs are camlp5 & cmigrep. bzcat %{SOURCE1} | tar xf - -pushd ocaml-%{ocaml_major}.%{ocaml_minor}rc1 +mv ocaml-%{ocaml_major}.%{ocaml_minor}+rc1 compiler +pushd compiler %patch1 -p1 %patch2 -p1 %patch3 -p1 popd -mv ocaml-%{ocaml_major}.%{ocaml_minor}rc1 compiler
%patch10 -p1
@@ -104,6 +104,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog +* Thu Jan 14 2010 Richard W.M. Jones rjones@redhat.com - 1.5-16 +- Really rebuild for OCaml 3.11.2+rc1 (fixes RHBZ#555413). +- Recheck package with rpmlint. + * Wed Dec 30 2009 Richard W.M. Jones rjones@redhat.com - 1.5-15 - Rebuild for OCaml 3.11.2+rc1.
ocaml-devel@lists.fedoraproject.org