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-bisect-ppx] rawhide: OCaml 5.5.0 rebuild
Date: Thu, 09 Jul 2026 21:50:50 GMT	[thread overview]
Message-ID: <178363385057.1.9985563807670791785.rpms-ocaml-bisect-ppx-96b2dbc7e6e2@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/ocaml-bisect-ppx
            Branch : rawhide
            Commit : 96b2dbc7e6e283db193dea899c1c28457f4b5fad
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-07-09T15:50:39-06:00
            Stats  : +8/-8 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ocaml-bisect-ppx/c/96b2dbc7e6e283db193dea899c1c28457f4b5fad?branch=rawhide

            Log:
            OCaml 5.5.0 rebuild

- Use the dune declarative buildsystem

---
diff --git a/ocaml-bisect-ppx.spec b/ocaml-bisect-ppx.spec
index e1ff8d2..7bfeaa2 100644
--- a/ocaml-bisect-ppx.spec
+++ b/ocaml-bisect-ppx.spec
@@ -11,7 +11,7 @@ ExcludeArch: %{ix86}
 
 Name:           ocaml-bisect-ppx
 Version:        2.8.3
-Release:        22%{?dist}
+Release:        23%{?dist}
 Summary:        Code coverage for OCaml and Reason
 
 # The project as a whole is MIT.
@@ -27,6 +27,7 @@ Patch:          %{giturl}/pull/448.patch
 # https://github.com/aantron/bisect_ppx/commit/2d8dffbbfc0c431a37319d4d9a143836c9ec542e
 Patch:          %{giturl}/commit/2d8dffbbfc0c431a37319d4d9a143836c9ec542e.patch
 
+BuildSystem:    dune
 BuildRequires:  git-core
 BuildRequires:  ocaml >= 4.03.0
 BuildRequires:  ocaml-cmdliner-devel >= 1.0.0
@@ -59,19 +60,14 @@ developing applications that use %{name}.
 %prep
 %autosetup -n bisect_ppx-%{version} -p1
 
-%build
-%dune_build
-
-%install
-%dune_install
-
+%install -a
 # Install the man page
 mkdir -p %{buildroot}%{_mandir}/man1
 _build/install/default/bin/bisect-ppx-report --help groff > \
   %{buildroot}%{_mandir}/man1/bisect-ppx-report.1
 
-%if %{with test}
 %check
+%if %{with test}
 %dune_check
 %endif
 
@@ -83,6 +79,10 @@ _build/install/default/bin/bisect-ppx-report --help groff > \
 %files devel -f .ofiles-devel
 
 %changelog
+* Thu Jul 09 2026 Jerry James <loganjerry@gmail.com> - 2.8.3-23
+- OCaml 5.5.0 rebuild
+- Use the dune declarative buildsystem
+
 * Thu Apr 16 2026 Jerry James <loganjerry@gmail.com> - 2.8.3-22
 - Rebuild for ocaml-cmdliner 2.1.0 and ocaml-ppxlib 0.38.0
 

                 reply	other threads:[~2026-07-09 21:50 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=178363385057.1.9985563807670791785.rpms-ocaml-bisect-ppx-96b2dbc7e6e2@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