public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ocaml-augeas] rawhide: OCaml 5.5.0 rebuild
@ 2026-07-09 15:56 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-09 15:56 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ocaml-augeas
Branch : rawhide
Commit : 0f89ff4dd0d297bc99a8ffe78e36fb248ba137f9
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-07-09T09:56:15-06:00
Stats : +9/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ocaml-augeas/c/0f89ff4dd0d297bc99a8ffe78e36fb248ba137f9?branch=rawhide
Log:
OCaml 5.5.0 rebuild
- BR gpgverify instead of gnupg2
---
diff --git a/ocaml-augeas.spec b/ocaml-augeas.spec
index 40b22a7..aa42282 100644
--- a/ocaml-augeas.spec
+++ b/ocaml-augeas.spec
@@ -3,7 +3,7 @@ ExcludeArch: %{ix86}
Name: ocaml-augeas
Version: 0.7
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: OCaml bindings for Augeas configuration API
License: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception
@@ -18,7 +18,7 @@ BuildRequires: ocaml-findlib
BuildRequires: ocaml-ocamldoc
BuildRequires: ocaml-rpm-macros
BuildRequires: augeas-devel >= 0.1.0
-BuildRequires: gnupg2
+BuildRequires: gpgverify
%description
@@ -40,11 +40,11 @@ developing applications that use %{name}.
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
%autosetup -p1
-# Pass -g to ocamlmklib
-sed -i 's/ocamlmklib/& -g/' Makefile.in
-
%build
+# ocamlmklib already passes Fedora flags to the linker
+# We only need -g for debuginfo
+export LDFLAGS=-g
%configure
%ifarch %{ocaml_native_compiler}
# _smp_mflags breaks the build.
@@ -85,6 +85,10 @@ ocamlfind install augeas META *.mli *.cma *.a augeas.cmi *.so
%changelog
+* Thu Jul 09 2026 Jerry James <loganjerry@gmail.com> - 0.7-7
+- OCaml 5.5.0 rebuild
+- BR gpgverify instead of gnupg2
+
* Fri Feb 20 2026 Richard W.M. Jones <rjones@redhat.com> - 0.7-6
- OCaml 5.4.1 rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-09 15:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-09 15:56 [rpms/ocaml-augeas] rawhide: OCaml 5.5.0 rebuild Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox