From 078b7c3ce078a29a018956d26234bb544d2bee3e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 28 Jul 2012 11:30:02 +0100 Subject: [PATCH] New upstream version 1.3.3. - Remove patch for OCaml 4 which has been obsoleted by upstream changes. --- .gitignore | 1 + ocaml-findlib.spec | 12 ++++++------ sources | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index e4d900d..a8ffb3c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ findlib-1.2.5.tar.gz /findlib-1.2.7.tar.gz /findlib-1.2.8.tar.gz /findlib-1.3.1.tar.gz +/findlib-1.3.3.tar.gz diff --git a/ocaml-findlib.spec b/ocaml-findlib.spec index a23f14e..2d64a0e 100644 --- a/ocaml-findlib.spec +++ b/ocaml-findlib.spec @@ -5,8 +5,8 @@ %endif Name: ocaml-findlib -Version: 1.3.1 -Release: 3%{?dist} +Version: 1.3.3 +Release: 1%{?dist} Summary: Objective CAML package manager and build helper Group: Development/Libraries @@ -16,8 +16,6 @@ Source0: http://download.camlcity.org/download/findlib-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExcludeArch: sparc64 s390 s390x -Patch0: findlib-1.3.1-use-compiler-libs.patch - BuildRequires: ocaml >= 4.00.0 BuildRequires: ocaml-camlp4-devel BuildRequires: ocaml-labltk-devel @@ -48,8 +46,6 @@ developing applications that use %{name}. %prep %setup -q -n findlib-%{version} -%patch0 -p1 - %build ocamlc -version @@ -131,6 +127,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jul 28 2012 Richard W.M. Jones - 1.3.3-1 +- New upstream version 1.3.3. +- Remove patch for OCaml 4 which has been obsoleted by upstream changes. + * Fri Jul 20 2012 Fedora Release Engineering - 1.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index f5ce2d2..938de96 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e632bad87f1c7be9414a6b754232ba01 findlib-1.3.1.tar.gz +a4c22ad5e0d38367a73cf58a25fcbebd findlib-1.3.3.tar.gz