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-mccs] rawhide: OCaml 5.5.0 rebuild
Date: Fri, 10 Jul 2026 02:45:13 GMT [thread overview]
Message-ID: <178365151356.1.6680508102098980217.rpms-ocaml-mccs-932c6d3814db@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ocaml-mccs
Branch : rawhide
Commit : 932c6d3814dbd9aa6ca954c98894d92e6219dbef
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-07-09T20:44:47-06:00
Stats : +7/-11 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ocaml-mccs/c/932c6d3814dbd9aa6ca954c98894d92e6219dbef?branch=rawhide
Log:
OCaml 5.5.0 rebuild
- Use the dune declarative buildsystem
---
diff --git a/ocaml-mccs.spec b/ocaml-mccs.spec
index a3a90b1..3af7ac0 100644
--- a/ocaml-mccs.spec
+++ b/ocaml-mccs.spec
@@ -9,10 +9,10 @@ ExcludeArch: %{ix86}
Name: ocaml-mccs
Version: %{basever}.%{extraver}
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: Multi Criteria CUDF Solver with OCaml bindings
-%global libname %(echo %{name} | sed -e 's/^ocaml-//')
+%global libname %{gsub %name ^ocaml-(.*)$ %1}
# Original C/C++ code is BSD-3-Clause, OCaml bindings are LGPL.
# The bundled glpk code is not used.
@@ -27,6 +27,7 @@ Source: https://github.com/AltGr/ocaml-mccs/archive/%{basever}+%{extrave
# Link against the system glpk library
Patch: ocaml-mccs-1.1-glpk.patch
+BuildSystem: dune
BuildRequires: ocaml
BuildRequires: ocaml-dune
BuildRequires: gcc, gcc-c++
@@ -63,15 +64,6 @@ cp -p src/glpk/dune-shared src/glpk/dune
# Temporary workaround for https://github.com/ocaml-opam/ocaml-mccs/issues/54
sed -i 's,clibs,../clibs,' src/glpk/dune
-%build
-%dune_build
-
-%install
-%dune_install
-
-%check
-%dune_check
-
%files -f .ofiles
%license LICENCE
%doc README.md
@@ -79,6 +71,10 @@ sed -i 's,clibs,../clibs,' src/glpk/dune
%files devel -f .ofiles-devel
%changelog
+* Thu Jul 09 2026 Jerry James <loganjerry@gmail.com> - 1.1.19-8
+- OCaml 5.5.0 rebuild
+- Use the dune declarative buildsystem
+
* Fri Feb 20 2026 Richard W.M. Jones <rjones@redhat.com> - 1.1.19-7
- OCaml 5.4.1 rebuild
reply other threads:[~2026-07-10 2:45 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=178365151356.1.6680508102098980217.rpms-ocaml-mccs-932c6d3814db@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