- New upstream version 1.2.1.

This commit is contained in:
Richard W.M. Jones 2008-02-12 22:10:02 +00:00
parent 26010428b3
commit 47d162d1db
4 changed files with 9 additions and 20 deletions

View File

@ -1 +1 @@
findlib-1.1.2pl1.tar.gz findlib-1.2.1.tar.gz

View File

@ -1,11 +0,0 @@
--- findlib-1.1.2pl1/src/findlib/Makefile.orig 2007-08-02 13:25:46.000000000 +0100
+++ findlib-1.1.2pl1/src/findlib/Makefile 2007-08-02 13:25:25.000000000 +0100
@@ -15,7 +15,7 @@
OCAMLOPT = ocamlopt
OCAMLDEP = ocamldep
OCAMLLEX = ocamllex
-CAMLP4O = camlp4 pa_o.cmo pa_op.cmo pr_o.cmo --
+CAMLP4O = camlp4 -I `ocamlc -where`/camlp4/Camlp4Parsers/ pa_o.cmo pa_op.cmo pr_o.cmo --
#CAMLP4O = camlp4 pa_o.cmo pa_op.cmo pr_dump.cmo --

View File

@ -2,20 +2,18 @@
%define debug_package %{nil} %define debug_package %{nil}
Name: ocaml-findlib Name: ocaml-findlib
Version: 1.1.2pl1 Version: 1.2.1
Release: 14%{?dist} Release: 1%{?dist}
Summary: Objective CAML package manager and build helper Summary: Objective CAML package manager and build helper
Group: Development/Libraries Group: Development/Libraries
License: BSD License: BSD
URL: http://www.ocaml-programming.de/packages/ URL: http://www.ocaml-programming.de/packages/
Source0: http://www.ocaml-programming.de/packages/findlib-1.1.2pl1.tar.gz Source0: http://www.ocaml-programming.de/packages/findlib-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ExcludeArch: ppc64 ExcludeArch: ppc64
Patch0: findlib-camlp4-path.patch BuildRequires: ocaml >= 3.10.1
BuildRequires: ocaml >= 3.10.0-6
BuildRequires: ocaml-camlp4-devel BuildRequires: ocaml-camlp4-devel
BuildRequires: ocaml-labltk-devel BuildRequires: ocaml-labltk-devel
BuildRequires: ocaml-ocamldoc BuildRequires: ocaml-ocamldoc
@ -43,7 +41,6 @@ developing applications that use %{name}.
%prep %prep
%setup -q -n findlib-%{version} %setup -q -n findlib-%{version}
%patch0 -p1
%build %build
@ -110,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Tue Feb 12 2008 Richard W.M. Jones <rjones@redhat.com> - 1.2.1-1
- New upstream version 1.2.1.
* Thu Sep 6 2007 Richard W.M. Jones <rjones@redhat.com> - 1.1.2pl1-14 * Thu Sep 6 2007 Richard W.M. Jones <rjones@redhat.com> - 1.1.2pl1-14
- Ignore Parsetree module, it's a part of the toplevel. - Ignore Parsetree module, it's a part of the toplevel.

View File

@ -1 +1 @@
df4c9176e9d5b8a6d37668d108fae923 findlib-1.1.2pl1.tar.gz fa580a4c1fc28c06fe79aa1c98b6ef2d findlib-1.2.1.tar.gz