public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jerry James <loganjerry@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ocaml-qcheck] rawhide: OCaml 5.5.0 rebuild
Date: Fri, 10 Jul 2026 01:43:33 GMT	[thread overview]
Message-ID: <178364781350.1.14504052221326738443.rpms-ocaml-qcheck-34ca90e4b498@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-07-10  1:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178364781350.1.14504052221326738443.rpms-ocaml-qcheck-34ca90e4b498@fedoraproject.org \
    --to=loganjerry@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox