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-mysql] rawhide: OCaml 5.5.0 rebuild
Date: Thu, 09 Jul 2026 17:04:53 GMT [thread overview]
Message-ID: <178361669329.1.14143032836765579835.rpms-ocaml-mysql-aeb775ba9d61@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ocaml-mysql
Branch : rawhide
Commit : aeb775ba9d6148c64fdc1dac929f582faabab0f9
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-07-09T11:04:42-06:00
Stats : +11/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ocaml-mysql/c/aeb775ba9d6148c64fdc1dac929f582faabab0f9?branch=rawhide
Log:
OCaml 5.5.0 rebuild
- BR gpgverify instead of gnupg2
---
diff --git a/ocaml-mysql.spec b/ocaml-mysql.spec
index 695f79d..de67419 100644
--- a/ocaml-mysql.spec
+++ b/ocaml-mysql.spec
@@ -5,7 +5,7 @@ ExcludeArch: %{ix86}
Name: ocaml-mysql
Version: 1.2.4
-Release: 21%{?dist}
+Release: 22%{?dist}
Summary: OCaml library for accessing MySQL databases
License: LGPL-2.1-or-later
@@ -20,11 +20,10 @@ Source2: KEYS
# https://github.com/ygrek/ocaml-mysql/pull/19
Patch0: %{name}-custom-fixed-length.patch
-BuildRequires: gnupg2
+BuildRequires: gpgverify
BuildRequires: make
BuildRequires: ocaml >= 3.10.0
BuildRequires: ocaml-findlib
-BuildRequires: ocaml-ocamldoc
BuildRequires: ocaml-rpm-macros
BuildRequires: mariadb-connector-c-devel
@@ -51,6 +50,11 @@ developing applications that use %{name}.
%build
+# The ocaml tools (ocamlc, ocamlopt, ocamlmklib) already have Fedora LDFLAGS
+# baked in. The Makefile passes LDFLAGS directly to ocamlmklib, without -ldopt,
+# which is an error with OCaml 5.5. This is the only flag we need.
+export LDFLAGS=-g
+
# Parallel builds of this package fail.
unset MAKEFLAGS
%configure
@@ -77,6 +81,10 @@ mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
%changelog
+* Thu Jul 09 2026 Jerry James <loganjerry@gmail.com> - 1.2.4-22
+- OCaml 5.5.0 rebuild
+- BR gpgverify instead of gnupg2
+
* Fri Feb 20 2026 Richard W.M. Jones <rjones@redhat.com> - 1.2.4-21
- OCaml 5.4.1 rebuild
reply other threads:[~2026-07-09 17:04 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=178361669329.1.14143032836765579835.rpms-ocaml-mysql-aeb775ba9d61@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