Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
cfcdad51ea | ||
|
fc51f9e003 | ||
|
6e79c64f1b | ||
|
49bcd4dd02 | ||
|
d6a9da2635 | ||
|
63d9aa9e5e | ||
|
e600cfab68 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ findlib-1.2.5.tar.gz
|
|||||||
/findlib-1.7.3.tar.gz
|
/findlib-1.7.3.tar.gz
|
||||||
/findlib-1.8.0.tar.gz
|
/findlib-1.8.0.tar.gz
|
||||||
/findlib-1.8.1.tar.gz
|
/findlib-1.8.1.tar.gz
|
||||||
|
/findlib-1.9.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: ocaml-findlib
|
Name: ocaml-findlib
|
||||||
Version: 1.8.1
|
Version: 1.9
|
||||||
Release: 21%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Objective CAML package manager and build helper
|
Summary: Objective CAML package manager and build helper
|
||||||
License: BSD
|
License: BSD
|
||||||
|
|
||||||
@ -15,6 +15,7 @@ BuildRequires: ocaml-compiler-libs
|
|||||||
BuildRequires: ocaml-ocamldoc
|
BuildRequires: ocaml-ocamldoc
|
||||||
BuildRequires: m4, ncurses-devel
|
BuildRequires: m4, ncurses-devel
|
||||||
BuildRequires: gawk
|
BuildRequires: gawk
|
||||||
|
BuildRequires: make
|
||||||
Requires: ocaml
|
Requires: ocaml
|
||||||
|
|
||||||
%global __ocaml_requires_opts -i Asttypes -i Parsetree
|
%global __ocaml_requires_opts -i Asttypes -i Parsetree
|
||||||
@ -37,6 +38,9 @@ developing applications that use %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n findlib-%{version}
|
%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
|
%build
|
||||||
ocamlc -version
|
ocamlc -version
|
||||||
@ -98,6 +102,24 @@ make install \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 1.8.1-21
|
||||||
- OCaml 4.11.1 rebuild
|
- OCaml 4.11.1 rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (findlib-1.8.1.tar.gz) = 0d8e1ff21217fcc6823aab3ac71282789691e4ae8c3607703d0393468247f93e2d084bd4e2a8795b523f2c7f193521d3aae4b8122c934ebf8b58c3185a5bc9c1
|
SHA512 (findlib-1.9.tar.gz) = b2084ef88d514cdec1ea988487f23ea006189031ff2eddf1d2f2e96db0f164856929475fbd8b5f6cf3844e8b3f0fba2aa8b7846174f1a1d815ce459eda3b661f
|
||||||
|
Loading…
Reference in New Issue
Block a user