From 0b9e244158764c08afad849a3ddd3e4e89545b2f Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 11 Jan 2024 17:30:21 +0100 Subject: [PATCH] rebuilt with dune 3.12.2 [release 2.0.0-3mamba;Wed Jan 10 2024] --- ocaml-camomile-1.0.2-add-version.patch | 9 --------- ocaml-camomile.spec | 11 +++++------ 2 files changed, 5 insertions(+), 15 deletions(-) delete mode 100644 ocaml-camomile-1.0.2-add-version.patch diff --git a/ocaml-camomile-1.0.2-add-version.patch b/ocaml-camomile-1.0.2-add-version.patch deleted file mode 100644 index a79e319..0000000 --- a/ocaml-camomile-1.0.2-add-version.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- Camomile-1.0.2/dune-project.orig 2022-02-03 20:07:43.598272294 +0100 -+++ Camomile-1.0.2/dune-project 2022-02-03 20:07:21.549390695 +0100 -@@ -1,5 +1,6 @@ - (lang dune 1.11) - (name camomile) -+(version 1.0.2) - - (generate_opam_files true) - (license "LGPL-2+ with OCaml linking exception") diff --git a/ocaml-camomile.spec b/ocaml-camomile.spec index 00e64f9..773020e 100644 --- a/ocaml-camomile.spec +++ b/ocaml-camomile.spec @@ -2,7 +2,7 @@ Name: ocaml-camomile Version: 2.0.0 -Release: 2mamba +Release: 3mamba Summary: a Unicode library for objective caml language Group: System/Libraries Vendor: openmamba @@ -10,18 +10,15 @@ Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/yoriyuki/Camomile Source: https://github.com/ocaml-community/Camomile.git/v%{version}/Camomile-%{version}.tar.bz2 -#Source: https://github.com/yoriyuki/Camomile.git/%{version}/Camomile-%{version}.tar.bz2 -Patch0: ocaml-camomile-1.0.2-add-version.patch License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: dune BuildRequires: glibc-devel -BuildRequires: ocaml BuildRequires: ocaml-camlp-streams-devel BuildRequires: ocaml-runtime ## AUTOBUILDREQ-END +BuildRequires: dune >= 3.12.2 BuildRequires: ocaml >= 4.14.1 -BuildRequires: dune BuildRequires: ocaml-findlib Requires: %{name}-data = %{?epoch:%epoch:}%{version}-%{release} @@ -50,7 +47,6 @@ This package contains libraries and signature files for developing applications %prep %setup -q -n Camomile-%{version} -#%patch 0 -p1 %build #find . -name "*.mli" -exec sed -i 's,Pervasives.in_channel,Stdlib.in_channel,g' {} + @@ -105,6 +101,9 @@ rm -rf %{buildroot}/usr/doc %{_datadir}/camomile/* %changelog +* Wed Jan 10 2024 Silvan Calarco 2.0.0-3mamba +- rebuilt with dune 3.12.2 + * Sun Jul 16 2023 Silvan Calarco 2.0.0-2mamba - rebuilt