From 3400f290ba65946376af629061d6810622b04f45 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Tue, 21 Mar 2023 21:32:37 -0600 Subject: [PATCH] Re-enable debuginfo now that dune is fixed --- ocaml-odoc.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ocaml-odoc.spec b/ocaml-odoc.spec index ac304b1..40c1c35 100644 --- a/ocaml-odoc.spec +++ b/ocaml-odoc.spec @@ -1,11 +1,12 @@ %undefine _package_note_flags -# debuginfo generation fails for unclear reasons. +%ifnarch %{ocaml_native_compiler} %global debug_package %{nil} +%endif Name: ocaml-odoc Version: 2.2.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Documentation compiler for OCaml and Reason # ISC: The project as a whole @@ -94,6 +95,9 @@ _build/install/default/bin/odoc --help groff > %{buildroot}%{_mandir}/man1/odoc. %license LICENSE.md %changelog +* Tue Mar 21 2023 Jerry James - 2.2.0-4 +- Re-enable debuginfo now that dune is fixed + * Tue Jan 24 2023 Richard W.M. Jones - 2.2.0-3 - Rebuild OCaml packages for F38