From ee2f770464b97d3334c4d423d13ee47f66dacdde Mon Sep 17 00:00:00 2001 From: Jerry James Date: Feb 09 2022 16:36:31 +0000 Subject: Version 2.1.0. - License is ISC, not MIT. - Trim BuildRequires. --- diff --git a/README.md b/README.md index 92575cd..fa794e4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # ocaml-odoc -The ocaml-odoc package \ No newline at end of file +This package contains [odoc](https://github.com/ocaml/odoc), a documentation +generator for [OCaml](https://ocaml.org/) and +[Reason](https://reasonml.github.io/). It reads doc comments, delimited with +`(** ... *)`, and outputs HTML. Text inside doc comments is marked up in +[ocamldoc syntax](https://ocaml.org/manual/ocamldoc.html). + +Odoc's main advantage over ocamldoc is an accurate cross-referencer, which +handles the complexity of the OCaml module system. Odoc also offers a good +opportunity to improve HTML output compared to ocamldoc, but this is very much +a work in progress. diff --git a/ocaml-odoc.spec b/ocaml-odoc.spec index 04e4432..9d166ac 100644 --- a/ocaml-odoc.spec +++ b/ocaml-odoc.spec @@ -1,4 +1,5 @@ %undefine _package_note_flags + %ifnarch %{ocaml_native_compiler} %global debug_package %{nil} %endif @@ -6,19 +7,18 @@ %global srcname odoc Name: ocaml-%{srcname} -Version: 2.0.2 -Release: 3%{?dist} +Version: 2.1.0 +Release: 1%{?dist} Summary: Documentation compiler for OCaml and Reason -License: MIT +License: ISC URL: https://github.com/ocaml/odoc Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz BuildRequires: jq-devel BuildRequires: ocaml >= 4.02.0 -BuildRequires: ocaml-alcotest-devel >= 0.8.3 BuildRequires: ocaml-astring-devel -BuildRequires: ocaml-bisect-ppx-devel >= 2.5.0 +BuildRequires: ocaml-bisect-ppx-devel > 2.5.0 BuildRequires: ocaml-bos-devel BuildRequires: ocaml-cmdliner-devel >= 1.0.0 BuildRequires: ocaml-cppo >= 1.1.0 @@ -26,24 +26,18 @@ BuildRequires: ocaml-dune >= 2.9.1 BuildRequires: ocaml-findlib BuildRequires: ocaml-fmt-devel BuildRequires: ocaml-fpath-devel -BuildRequires: ocaml-logs-devel -BuildRequires: ocaml-lwt-devel -BuildRequires: ocaml-markup-devel >= 1.0.0 BuildRequires: ocaml-mdx-devel -BuildRequires: ocaml-migrate-parsetree-devel >= 1.0.6 BuildRequires: ocaml-odoc-parser-devel >= 0.9.0 BuildRequires: ocaml-ppx-expect-devel -BuildRequires: ocaml-re-devel >= 1.7.2 BuildRequires: ocaml-result-devel BuildRequires: ocaml-sexplib0-devel BuildRequires: ocaml-tyxml-devel >= 4.3.0 -BuildRequires: ocaml-version-devel >= 2.3.0 BuildRequires: ocaml-yojson-devel %description -This package contains odoc, a documentation generator for OCaml. It -reads doc comments, delimited with `(** ... *)`, and outputs HTML. Text -inside doc comments is marked up in ocamldoc syntax. +This package contains odoc, a documentation generator for OCaml and +Reason. It reads doc comments, delimited with `(** ... *)`, and outputs +HTML. Text inside doc comments is marked up in ocamldoc syntax. Odoc's main advantage over ocamldoc is an accurate cross-referencer, which handles the complexity of the OCaml module system. Odoc also @@ -137,6 +131,11 @@ dune runtest --release %license LICENSE.md %changelog +* Wed Feb 9 2022 Jerry James - 2.1.0-1 +- Version 2.1.0 +- License is ISC, not MIT +- Trim BuildRequires + * Fri Feb 04 2022 Richard W.M. Jones - 2.0.2-3 - OCaml 4.13.1 rebuild to remove package notes diff --git a/sources b/sources index b6da52d..a94fb6d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (odoc-2.0.2.tar.gz) = 03db7d3203660854bd0fc86c7bde2458e71844d7b6f77042fb67a1b439718f9f7794c87695d052e335decf4800413c3c67684a60b292a8caa07a1d78e43a50e8 +SHA512 (odoc-2.1.0.tar.gz) = aabc9d4195fc0444eeb64abbe79f8516a5a0ba780ed18ffcae6bb4b6128db6cc6e3dd8865f72df6459c3b1d8466cc8acb5c27cb9d5cb1e3bb57dd115d9e9bd02