public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ocaml-lambda-term] f44: Version 3.4.1
@ 2026-08-24 22:50 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-08-24 22:50 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ocaml-lambda-term
Branch : f44
Commit : b93a8d74488f24967e3574953ca2b7dcd6b29fea
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-08-24T16:50:19-06:00
Stats : +8/-11 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/ocaml-lambda-term/c/b93a8d74488f24967e3574953ca2b7dcd6b29fea?branch=f44
Log:
Version 3.4.1
- Use the dune declarative buildsystem
---
diff --git a/ocaml-lambda-term.spec b/ocaml-lambda-term.spec
index 44cbae6..9e54f8a 100644
--- a/ocaml-lambda-term.spec
+++ b/ocaml-lambda-term.spec
@@ -2,7 +2,7 @@
ExcludeArch: %{ix86}
Name: ocaml-lambda-term
-Version: 3.4.0
+Version: 3.4.1
Release: 1%{?dist}
Summary: Terminal manipulation library for OCaml
@@ -11,6 +11,7 @@ URL: https://github.com/ocaml-community/lambda-term
VCS: git:%{url}.git
Source0: %{url}/archive/%{version}/lambda-term-%{version}.tar.gz
+BuildSystem: dune
BuildRequires: ocaml >= 4.08.0
BuildRequires: ocaml-dune >= 3.0
BuildRequires: ocaml-logs-devel
@@ -49,21 +50,13 @@ developing applications that use %{name}.
%prep
%autosetup -n lambda-term-%{version}
-%build
-%dune_build
-
-%install
-%dune_install
-
+%install -a
mkdir -p %{buildroot}%{_datadir}/lambda-term
mv %{buildroot}%{_datadir}/lambda-term{rc,-inputrc} %{buildroot}%{_datadir}/lambda-term
sed -e 's,%{_datadir}/lambda-termrc,%{_datadir}/lambda-term,' \
-e '\,%{_datadir}/lambda-term-inputrc,d' \
-i .ofiles
-%check
-%dune_check
-
%files -f .ofiles
%license LICENSE
%doc CHANGES.md README.md
@@ -72,6 +65,10 @@ sed -e 's,%{_datadir}/lambda-termrc,%{_datadir}/lambda-term,' \
%license LICENSE
%changelog
+* Mon Aug 24 2026 Jerry James <loganjerry@gmail.com> - 3.4.1-1
+- Version 3.4.1
+- Use the dune declarative buildsystem
+
* Thu Apr 16 2026 Jerry James <loganjerry@gmail.com> - 3.4.0-1
- Version 3.4.0
diff --git a/sources b/sources
index 05f661f..3713c4d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (lambda-term-3.4.0.tar.gz) = e3014f90346a1c02846047edf6d9c494de860c1b2de31c6561548221b0723e9cf3790ff9950d7958e68faaa9e44aa210eaf74e92cc119b45dcbc93ade9c14647
+SHA512 (lambda-term-3.4.1.tar.gz) = db56672833bf8c85d64f1b6e6b22bc8d98a4bd1abc00499f5baa5db18f1fe39d3e9c27d60a3ba3227215706055bccc7f160b4e46553c707bf6e14a5b2c419b48
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-24 22:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-24 22:50 [rpms/ocaml-lambda-term] f44: Version 3.4.1 Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox