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.
This commit is contained in:
Richard W.M. Jones 2014-07-12 19:10:06 +01:00
parent 537366c2bc
commit 7a23c7d0a1
3 changed files with 13 additions and 8 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <rjones@redhat.com> - 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 <rel-eng@lists.fedoraproject.org> - 1.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View File

@ -1 +1 @@
5d1f8238c53964fdd14387b87b48b5d9 findlib-1.4.tar.gz
6bf0d0da66104bc8bdcb3018bd13a202 findlib-1.5.1.tar.gz