New upstream version 1.3.3.

- Remove patch for OCaml 4 which has been obsoleted by upstream changes.
This commit is contained in:
Richard W.M. Jones 2012-07-28 11:30:02 +01:00
parent cbbcc762c7
commit 078b7c3ce0
3 changed files with 8 additions and 7 deletions

1
.gitignore vendored
View File

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

View File

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

View File

@ -1 +1 @@
e632bad87f1c7be9414a6b754232ba01 findlib-1.3.1.tar.gz
a4c22ad5e0d38367a73cf58a25fcbebd findlib-1.3.3.tar.gz