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