Compare commits

...

3 Commits
f33 ... rawhide

Author SHA1 Message Date
Richard W.M. Jones
07f2fc5509 OCaml 4.12.0 build 2021-03-01 11:02:43 +00:00
Fedora Release Engineering
9ff33bb9de - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-26 21:55:21 +00:00
Tom Stellard
4164816e13 Add BuildRequires: make
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
2021-01-09 03:23:20 +00:00

View File

@ -5,13 +5,14 @@
Name: ocaml-cppo
Version: 1.6.6
Release: 10%{?dist}
Release: 12%{?dist}
Summary: Equivalent of the C preprocessor for OCaml programs
License: BSD
URL: http://mjambon.com/cppo.html
Source0: https://github.com/ocaml-community/cppo/archive/v%{version}.tar.gz
BuildRequires: make
BuildRequires: ocaml >= 3.10.0
BuildRequires: ocaml-findlib
%if !%{opt}
@ -68,6 +69,12 @@ make test
%changelog
* Mon Mar 1 11:02:42 GMT 2021 Richard W.M. Jones <rjones@redhat.com> - 1.6.6-12
- OCaml 4.12.0 build
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 1.6.6-10
- OCaml 4.11.1 rebuild