Author: rjones
Update of /cvs/pkgs/rpms/ocaml-cmigrep/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30656
Modified Files: .cvsignore ocaml-cmigrep.spec sources Log Message: Rebuild for OCaml 3.11.1+rc0
Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-cmigrep/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 4 Dec 2008 19:10:34 -0000 1.4 +++ .cvsignore 23 May 2009 11:16:11 -0000 1.5 @@ -1,3 +1,4 @@ cmigrep-1.5.tar.bz2 ocaml-3.11.0+beta1.tar.bz2 ocaml-3.11.0.tar.bz2 +ocaml-3.11.1+rc0.tar.gz
Index: ocaml-cmigrep.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-cmigrep/devel/ocaml-cmigrep.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- ocaml-cmigrep.spec 16 Apr 2009 09:06:03 -0000 1.10 +++ ocaml-cmigrep.spec 23 May 2009 11:16:11 -0000 1.11 @@ -2,20 +2,20 @@ %define debug_package %{nil}
%define ocaml_major 3.11 -%define ocaml_minor 0 +%define ocaml_minor 1
%define _default_patch_fuzz 2
Name: ocaml-cmigrep Version: 1.5 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Search OCaml compiled interface (cmi) files
Group: Development/Libraries License: GPLv2+ URL: http://homepage.mac.com/letaris/ Source0: http://homepage.mac.com/letaris/cmigrep-%%7Bversion%7D.tar.bz2 -Source1: http://caml.inria.fr/distrib/ocaml-%%7Bocaml_major%7D/ocaml-%%7Bocaml_major%... +Source1: http://caml.inria.fr/distrib/ocaml-%%7Bocaml_major%7D/ocaml-%%7Bocaml_major%... BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExcludeArch: sparc64 s390 s390x
@@ -52,12 +52,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} +pushd ocaml-%{ocaml_major}.%{ocaml_minor}rc0 %patch1 -p1 %patch2 -p1 %patch3 -p1 popd -mv ocaml-%{ocaml_major}.%{ocaml_minor} compiler +mv ocaml-%{ocaml_major}.%{ocaml_minor}rc0 compiler
%patch10 -p1
@@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog +* Sat May 23 2009 Richard W.M. Jones rjones@redhat.com - 1.5-11 +- Rebuild for OCaml 3.11.1+rc0. + * Thu Apr 16 2009 S390x secondary arch maintainer fedora-s390x@lists.fedoraproject.org - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer)
Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-cmigrep/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 4 Dec 2008 19:10:34 -0000 1.4 +++ sources 23 May 2009 11:16:12 -0000 1.5 @@ -1,2 +1,2 @@ 869ba6758a773c4218461f14f6ebcb4e cmigrep-1.5.tar.bz2 -6ed1c3ed660a15408362242fa8fa4668 ocaml-3.11.0.tar.bz2 +45f626b33bec543a40abbf6afa1a6d96 ocaml-3.11.1+rc0.tar.gz
ocaml-devel@lists.fedoraproject.org