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/ocamlmod] rawhide: OCaml 5.5.0 rebuild
Date: Thu, 09 Jul 2026 23:39:06 GMT [thread overview]
Message-ID: <178364034617.1.3397634464311151851.rpms-ocamlmod-874820cb399e@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ocamlmod
Branch : rawhide
Commit : 874820cb399e7f115c44c1dac2879d9735370635
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-07-09T17:38:53-06:00
Stats : +9/-12 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ocamlmod/c/874820cb399e7f115c44c1dac2879d9735370635?branch=rawhide
Log:
OCaml 5.5.0 rebuild
- Use the dune declarative buildsystem
---
diff --git a/ocamlmod.spec b/ocamlmod.spec
index d9dda74..7e347e7 100644
--- a/ocamlmod.spec
+++ b/ocamlmod.spec
@@ -7,7 +7,7 @@ ExcludeArch: %{ix86}
Name: ocamlmod
Version: 0.1.1
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Generate OCaml modules from source files
License: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception
@@ -15,6 +15,9 @@ URL: https://github.com/gildor478/ocamlmod
VCS: git:%{url}.git
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
+BuildSystem: dune
+BuildOption(install): -n
+
BuildRequires: help2man
BuildRequires: ocaml >= 4.14.1
BuildRequires: ocaml-dune >= 3.17
@@ -29,13 +32,7 @@ ocamlmod allows to create OCaml modules from source files.
%autosetup -p1
-%build
-%dune_build
-
-
-%install
-%dune_install -n
-
+%install -a
# We don't need the OCaml module files
rm -rf %{buildroot}%{_libdir}
@@ -48,10 +45,6 @@ help2man $RPM_BUILD_ROOT%{_bindir}/ocamlmod \
--no-info
-%check
-%dune_check
-
-
%files
%doc CHANGES.md README.md
%license COPYING.txt
@@ -60,6 +53,10 @@ help2man $RPM_BUILD_ROOT%{_bindir}/ocamlmod \
%changelog
+* Wed Jul 08 2026 Jerry James <loganjerry@gmail.com> - 0.1.1-5
+- OCaml 5.5.0 rebuild
+- Use the dune declarative buildsystem
+
* Fri Feb 20 2026 Richard W.M. Jones <rjones@redhat.com> - 0.1.1-4
- OCaml 5.4.1 rebuild
reply other threads:[~2026-07-09 23:39 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=178364034617.1.3397634464311151851.rpms-ocamlmod-874820cb399e@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