diff --git a/.gitignore b/.gitignore index d29f527..85e49dd 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ findlib-1.2.5.tar.gz /findlib-1.3.1.tar.gz /findlib-1.3.3.tar.gz /findlib-1.4.tar.gz +/findlib-1.5.1.tar.gz diff --git a/ocaml-findlib.spec b/ocaml-findlib.spec index dd7e625..d1b3378 100644 --- a/ocaml-findlib.spec +++ b/ocaml-findlib.spec @@ -1,8 +1,8 @@ %global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0) Name: ocaml-findlib -Version: 1.4 -Release: 3%{?dist} +Version: 1.5.1 +Release: 1%{?dist} Summary: Objective CAML package manager and build helper License: BSD @@ -12,9 +12,9 @@ Source0: http://download.camlcity.org/download/findlib-%{version}.tar.gz # Use ocamlopt -g patch to include debug information. Patch1: findlib-1.4-add-debug.patch -BuildRequires: ocaml >= 4.01.0 -BuildRequires: ocaml-camlp4-devel -BuildRequires: ocaml-labltk-devel +BuildRequires: ocaml >= 4.02.0 +#BuildRequires: ocaml-camlp4-devel +#BuildRequires: ocaml-labltk-devel BuildRequires: ocaml-compiler-libs BuildRequires: ocaml-ocamldoc BuildRequires: m4, ncurses-devel @@ -96,11 +96,15 @@ mv $RPM_BUILD_ROOT/$RPM_BUILD_ROOT%{_bindir}/* $RPM_BUILD_ROOT%{_bindir} %endif %{_libdir}/ocaml/findlib/*.mli %{_libdir}/ocaml/findlib/Makefile.config -%{_libdir}/ocaml/findlib/make_wizard -%{_libdir}/ocaml/findlib/make_wizard.pattern %changelog +* Sat Jul 12 2014 Richard W.M. Jones - 1.5.1-1 +- New upstream version 1.5.1. +- Disable labltk and camlp4. We will reenable when they are added back + into Fedora. +- Remove findlib/make_wizard and findlib/make_wizard.pattern. + * Sat Jun 07 2014 Fedora Release Engineering - 1.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index ea577c7..4e30f07 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5d1f8238c53964fdd14387b87b48b5d9 findlib-1.4.tar.gz +6bf0d0da66104bc8bdcb3018bd13a202 findlib-1.5.1.tar.gz