From 8f39d993b7fda1df8889ea2c0a31f2857a52d844 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 18 Jan 2025 11:14:34 +0100 Subject: [PATCH] automatic version update by autodist [release 0.3.0-1mamba;Fri Jan 17 2025] --- ocaml-metadata.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ocaml-metadata.spec b/ocaml-metadata.spec index 5cf9281..725f506 100644 --- a/ocaml-metadata.spec +++ b/ocaml-metadata.spec @@ -1,7 +1,7 @@ %define ocamlpck metadata Name: ocaml-metadata -Version: 0.2.0 +Version: 0.3.0 Release: 1mamba Summary: Library to read metadata from files in various formats Group: System/Libraries/OCaml @@ -13,7 +13,6 @@ Source: https://github.com/savonet/ocaml-metadata.git/v%{version}/ocaml-m License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ocaml BuildRequires: ocaml-runtime ## AUTOBUILDREQ-END BuildRequires: dune @@ -31,7 +30,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel This package contains libraries and signature files for developing applications that use %{name}. -%debug_package %prep %setup -q @@ -64,5 +62,8 @@ rm -rf %{buildroot}/usr/doc %{_libdir}/ocaml/%{ocamlpck}/*.cmxa %changelog +* Fri Jan 17 2025 Automatic Build System 0.3.0-1mamba +- automatic version update by autodist + * Sun Jul 16 2023 Silvan Calarco 0.2.0-1mamba - package created using the webbuild interface