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-cudf] rawhide: OCaml 5.5.0 rebuild
Date: Thu, 09 Jul 2026 23:18:54 GMT [thread overview]
Message-ID: <178363913440.1.7499211851901065089.rpms-ocaml-cudf-1bdd805b87c4@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ocaml-cudf
Branch : rawhide
Commit : 1bdd805b87c45ee89e9be4cd7be37ff2b3b89fb6
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-07-09T17:18:41-06:00
Stats : +8/-9 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ocaml-cudf/c/1bdd805b87c45ee89e9be4cd7be37ff2b3b89fb6?branch=rawhide
Log:
OCaml 5.5.0 rebuild
- Use the dune declarative buildsystem
---
diff --git a/ocaml-cudf.spec b/ocaml-cudf.spec
index a892e8b..ac28f2a 100644
--- a/ocaml-cudf.spec
+++ b/ocaml-cudf.spec
@@ -8,7 +8,7 @@ ExcludeArch: %{ix86}
Name: ocaml-cudf
Version: 0.10
-Release: 18%{?dist}
+Release: 19%{?dist}
Summary: Format for describing upgrade scenarios
License: LGPL-3.0-or-later WITH OCaml-LGPL-linking-exception
@@ -16,6 +16,7 @@ URL: https://www.mancoosi.org/cudf/
VCS: git:%{giturl}.git
Source0: %{giturl}/-/archive/v%{version}/cudf-v%{version}.tar.gz
+BuildSystem: dune
BuildRequires: make
BuildRequires: ocaml
BuildRequires: ocaml-dune
@@ -59,20 +60,14 @@ developing applications that use %{name}.
%prep
%autosetup -n cudf-v%{version}
-%build
-%dune_build
+%build -a
%make_build -C doc
-%install
-%dune_install
-
+%install -a
# Install the man page for cudf-check.
mkdir -p %{buildroot}%{_mandir}/man1
cp -a doc/cudf-check.1* %{buildroot}%{_mandir}/man1
-%check
-%dune_check
-
%files -f .ofiles
%license COPYING
%doc README
@@ -82,6 +77,10 @@ cp -a doc/cudf-check.1* %{buildroot}%{_mandir}/man1
%license COPYING
%changelog
+* Thu Jul 09 2026 Jerry James <loganjerry@gmail.com> - 0.10-19
+- OCaml 5.5.0 rebuild
+- Use the dune declarative buildsystem
+
* Fri Feb 20 2026 Richard W.M. Jones <rjones@redhat.com> - 0.10-18
- OCaml 5.4.1 rebuild
reply other threads:[~2026-07-09 23:18 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=178363913440.1.7499211851901065089.rpms-ocaml-cudf-1bdd805b87c4@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