New upstream version 1.3.3.
- Remove patch for OCaml 4 which has been obsoleted by upstream changes.
This commit is contained in:
parent
cbbcc762c7
commit
078b7c3ce0
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ findlib-1.2.5.tar.gz
|
|||||||
/findlib-1.2.7.tar.gz
|
/findlib-1.2.7.tar.gz
|
||||||
/findlib-1.2.8.tar.gz
|
/findlib-1.2.8.tar.gz
|
||||||
/findlib-1.3.1.tar.gz
|
/findlib-1.3.1.tar.gz
|
||||||
|
/findlib-1.3.3.tar.gz
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: ocaml-findlib
|
Name: ocaml-findlib
|
||||||
Version: 1.3.1
|
Version: 1.3.3
|
||||||
Release: 3%{?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
|
||||||
@ -16,8 +16,6 @@ Source0: http://download.camlcity.org/download/findlib-%{version}.tar.gz
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
ExcludeArch: sparc64 s390 s390x
|
ExcludeArch: sparc64 s390 s390x
|
||||||
|
|
||||||
Patch0: findlib-1.3.1-use-compiler-libs.patch
|
|
||||||
|
|
||||||
BuildRequires: ocaml >= 4.00.0
|
BuildRequires: ocaml >= 4.00.0
|
||||||
BuildRequires: ocaml-camlp4-devel
|
BuildRequires: ocaml-camlp4-devel
|
||||||
BuildRequires: ocaml-labltk-devel
|
BuildRequires: ocaml-labltk-devel
|
||||||
@ -48,8 +46,6 @@ developing applications that use %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n findlib-%{version}
|
%setup -q -n findlib-%{version}
|
||||||
|
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
ocamlc -version
|
ocamlc -version
|
||||||
@ -131,6 +127,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user