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-gsl] rawhide: OCaml 5.5.0 rebuild
Date: Thu, 09 Jul 2026 16:34:07 GMT [thread overview]
Message-ID: <178361484738.1.6770520659940243379.rpms-ocaml-gsl-2aac2b62ea53@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ocaml-gsl
Branch : rawhide
Commit : 2aac2b62ea53abb314785784f69b8ecc5f85b330
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-07-09T10:33:54-06:00
Stats : +9/-7 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ocaml-gsl/c/2aac2b62ea53abb314785784f69b8ecc5f85b330?branch=rawhide
Log:
OCaml 5.5.0 rebuild
- Use the dune declarative buildsystem
---
diff --git a/ocaml-gsl.spec b/ocaml-gsl.spec
index 38ca023..0130624 100644
--- a/ocaml-gsl.spec
+++ b/ocaml-gsl.spec
@@ -1,6 +1,6 @@
Name: ocaml-gsl
Version: 1.25.1
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: Interface to GSL (GNU scientific library) for OCaml
License: GPL-3.0-or-later
@@ -17,6 +17,7 @@ URL: https://github.com/mmottl/gsl-ocaml
VCS: git:%{url}.git
Source0: %{url}/releases/download/%{version}/gsl-%{version}.tbz
+BuildSystem: dune
BuildRequires: ocaml >= 4.12
BuildRequires: ocaml-dune >= 2.7
BuildRequires: ocaml-dune-configurator-devel
@@ -44,19 +45,16 @@ developing applications that use %{name}.
%autosetup -n gsl-%{version} -p1
-%build
+%build -p
export GSL_CBLAS_LIB="-lflexiblas"
-%dune_build
-%install
+%install -p
export GSL_CBLAS_LIB="-lflexiblas"
-%dune_install
-%check
+%check -p
export GSL_CBLAS_LIB="-lflexiblas"
-%dune_check
%files -f .ofiles
@@ -70,6 +68,10 @@ export GSL_CBLAS_LIB="-lflexiblas"
%changelog
+* Thu Jul 09 2026 Jerry James <loganjerry@gmail.com> - 1.25.1-9
+- OCaml 5.5.0 rebuild
+- Use the dune declarative buildsystem
+
* Fri Feb 20 2026 Richard W.M. Jones <rjones@redhat.com> - 1.25.1-8
- OCaml 5.4.1 rebuild
reply other threads:[~2026-07-09 16:34 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=178361484738.1.6770520659940243379.rpms-ocaml-gsl-2aac2b62ea53@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