Compare commits
No commits in common. "main" and "master" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,4 +14,3 @@ findlib-1.2.5.tar.gz
|
||||
/findlib-1.7.3.tar.gz
|
||||
/findlib-1.8.0.tar.gz
|
||||
/findlib-1.8.1.tar.gz
|
||||
/findlib-1.9.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ocaml-findlib
|
||||
Version: 1.9
|
||||
Release: 1%{?dist}
|
||||
Version: 1.8.1
|
||||
Release: 21%{?dist}
|
||||
Summary: Objective CAML package manager and build helper
|
||||
License: BSD
|
||||
|
||||
@ -15,7 +15,6 @@ BuildRequires: ocaml-compiler-libs
|
||||
BuildRequires: ocaml-ocamldoc
|
||||
BuildRequires: m4, ncurses-devel
|
||||
BuildRequires: gawk
|
||||
BuildRequires: make
|
||||
Requires: ocaml
|
||||
|
||||
%global __ocaml_requires_opts -i Asttypes -i Parsetree
|
||||
@ -38,9 +37,6 @@ developing applications that use %{name}.
|
||||
%prep
|
||||
%setup -q -n findlib-%{version}
|
||||
|
||||
# Stray backslash in findlib 1.9. Fix sent upstream 2021-03-15.
|
||||
sed -i -e 's/\(test.*camlp4.*\) \\$/\1/' Makefile
|
||||
|
||||
|
||||
%build
|
||||
ocamlc -version
|
||||
@ -102,24 +98,6 @@ make install \
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 15 2021 Richard W.M. Jones <rjones@redhat.com> - 1.9-1
|
||||
- New upstream version 1.9.
|
||||
|
||||
* Mon Mar 15 2021 Richard W.M. Jones <rjones@redhat.com> - 1.8.1-26
|
||||
- Bump and rebuild for ELN broken deps.
|
||||
|
||||
* Mon Mar 1 2021 Richard W.M. Jones <rjones@redhat.com> - 1.8.1-25
|
||||
- Rebuild for updated ocaml-labltk
|
||||
|
||||
* Mon Mar 1 09:37:08 GMT 2021 Richard W.M. Jones <rjones@redhat.com> - 1.8.1-24
|
||||
- OCaml 4.12.0 build
|
||||
|
||||
* Mon Feb 1 2021 Richard W.M. Jones <rjones@redhat.com> - 1.8.1-23
|
||||
- Bump and rebuild for updated ocaml Dynlink dependency.
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-22
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 1.8.1-21
|
||||
- OCaml 4.11.1 rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (findlib-1.9.tar.gz) = b2084ef88d514cdec1ea988487f23ea006189031ff2eddf1d2f2e96db0f164856929475fbd8b5f6cf3844e8b3f0fba2aa8b7846174f1a1d815ce459eda3b661f
|
||||
SHA512 (findlib-1.8.1.tar.gz) = 0d8e1ff21217fcc6823aab3ac71282789691e4ae8c3607703d0393468247f93e2d084bd4e2a8795b523f2c7f193521d3aae4b8122c934ebf8b58c3185a5bc9c1
|
||||
|
Loading…
Reference in New Issue
Block a user