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-cinaps] rawhide: OCaml 5.5.0 rebuild
Date: Thu, 09 Jul 2026 18:22:34 GMT	[thread overview]
Message-ID: <178362135440.1.10102018375675492831.rpms-ocaml-cinaps-cfaaaa014254@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/ocaml-cinaps
            Branch : rawhide
            Commit : cfaaaa014254b51ef75b9ef8bdc18d78b1f2cabf
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-07-09T12:22:22-06:00
            Stats  : +8/-8 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ocaml-cinaps/c/cfaaaa014254b51ef75b9ef8bdc18d78b1f2cabf?branch=rawhide

            Log:
            OCaml 5.5.0 rebuild

- Use the dune declarative buildsystem

---
diff --git a/ocaml-cinaps.spec b/ocaml-cinaps.spec
index bfb63bb..f46eb8d 100644
--- a/ocaml-cinaps.spec
+++ b/ocaml-cinaps.spec
@@ -7,7 +7,7 @@ ExcludeArch: %{ix86}
 
 Name:           ocaml-cinaps
 Version:        0.15.1
-Release:        28%{?dist}
+Release:        29%{?dist}
 Summary:        Trivial Metaprogramming tool using the OCaml toplevel
 
 License:        MIT
@@ -15,6 +15,7 @@ URL:            https://github.com/ocaml-ppx/cinaps
 VCS:            git:%{url}.git
 Source:         %{url}/archive/v%{version}/cinaps-%{version}.tar.gz
 
+BuildSystem:    dune
 BuildRequires:  help2man
 BuildRequires:  ocaml >= 4.04.0
 BuildRequires:  ocaml-dune >= 2.0.0
@@ -47,20 +48,15 @@ developing applications that use %{name}.
 %prep
 %autosetup -n cinaps-%{version}
 
-%build
-%dune_build
-
-%install
-%dune_install
-
+%install -a
 # Generate the man page
 mkdir -p %{buildroot}%{_mandir}/man1
 help2man -N --version-string=%{version} \
   -n 'Trivial Metaprogramming tool using the OCaml toplevel' \
   %{buildroot}%{_bindir}/cinaps > %{buildroot}%{_mandir}/man1/cinaps.1
 
-%if %{with test}
 %check
+%if %{with test}
 %dune_check
 %endif
 
@@ -72,6 +68,10 @@ help2man -N --version-string=%{version} \
 %files devel -f .ofiles-devel
 
 %changelog
+* Thu Jul 09 2026 Jerry James <loganjerry@gmail.com> - 0.15.1-29
+- OCaml 5.5.0 rebuild
+- Use the dune declarative buildsystem
+
 * Fri Feb 20 2026 Richard W.M. Jones <rjones@redhat.com> - 0.15.1-28
 - OCaml 5.4.1 rebuild
 

                 reply	other threads:[~2026-07-09 18:22 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=178362135440.1.10102018375675492831.rpms-ocaml-cinaps-cfaaaa014254@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