public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ocaml-qcheck] rawhide: OCaml 5.5.0 rebuild
@ 2026-07-10 1:43 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-10 1:43 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ocaml-qcheck
Branch : rawhide
Commit : 34ca90e4b498516d6b45628a6faa83c4681a7401
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-07-09T19:43:18-06:00
Stats : +9/-12 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ocaml-qcheck/c/34ca90e4b498516d6b45628a6faa83c4681a7401?branch=rawhide
Log:
OCaml 5.5.0 rebuild
- Use the dune declarative buildsystem
---
diff --git a/ocaml-qcheck.spec b/ocaml-qcheck.spec
index 3446262..f5e02b7 100644
--- a/ocaml-qcheck.spec
+++ b/ocaml-qcheck.spec
@@ -9,7 +9,7 @@ ExcludeArch: %{ix86}
Name: ocaml-qcheck
Version: 0.91
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: QuickCheck inspired property-based testing for OCaml
License: BSD-2-Clause
@@ -19,13 +19,15 @@ Source: %{giturl}/archive/v%{version}/%{name}-%{version}.tar.gz
# Expose a dependency on the math library so RPM can see it
Patch: %{name}-mathlib.patch
+BuildSystem: dune
+BuildOption(install): -s
+
BuildRequires: asciidoc
BuildRequires: ocaml >= 4.08.0
BuildRequires: ocaml-dune >= 2.8.0
BuildRequires: ocaml-alcotest-devel >= 1.4.0
BuildRequires: ocaml-ounit-devel
BuildRequires: ocaml-ppxlib-devel >= 0.36.0
-BuildRequires: ocaml-ppx-deriving-devel >= 6.1.0
BuildRequires: python3-pygments
Requires: %{name}-core%{?_isa} = %{version}-%{release}
@@ -157,19 +159,10 @@ files for developing applications that use ocaml-ppx-deriving-qcheck.
%autosetup -n qcheck-%{version} -p1
-%build
-%dune_build
+%build -a
asciidoc README.adoc
-%install
-%dune_install -s
-
-
-%check
-%dune_check
-
-
%files -f .ofiles-qcheck
%doc README.html CHANGELOG.md
%license LICENSE
@@ -202,6 +195,10 @@ asciidoc README.adoc
%files -n ocaml-ppx-deriving-qcheck-devel -f .ofiles-ppx_deriving_qcheck-devel
%changelog
+* Thu Jul 09 2026 Jerry James <loganjerry@gmail.com> - 0.91-5
+- OCaml 5.5.0 rebuild
+- Use the dune declarative buildsystem
+
* Thu Apr 16 2026 Jerry James <loganjerry@gmail.com> - 0.91-4
- Rebuild for ocaml-ppxlib 0.38.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-10 1:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-10 1:43 [rpms/ocaml-qcheck] rawhide: OCaml 5.5.0 rebuild Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox