automatic version update by autodist [release 2.5.1-1mamba;Wed May 20 2026]

This commit is contained in:
2026-05-23 11:54:53 +02:00
parent adfb9ee109
commit be32471b98
+9 -7
View File
@@ -1,12 +1,12 @@
%define gitver %(echo %version | tr _ -)
Name: opam
Version: 2.1.6
Version: 2.5.1
Release: 1mamba
Summary: opam is a source-based package manager for OCaml
Group: Development/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
Packager: Silvan Calarco <silvan@openmamba.org>
URL: https://opam.ocaml.org
Source: https://github.com/ocaml/opam.git/%{gitver}/opam-%{version}.tar.bz2
Source1: opam-Makefile.sources
@@ -16,7 +16,7 @@ License: LGPL
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-ENDcd
## AUTOBUILDREQ-END
BuildRequires: ocaml
BuildRequires: ocaml-re
BuildRequires: ocaml-compiler-libs
@@ -26,8 +26,6 @@ BuildRequires: dune
%description
opam is a source-based package manager. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
%debug_package
%prep
%setup -q
#% patch0 -p1
@@ -38,8 +36,9 @@ opam is a source-based package manager. It supports multiple simultaneous compil
#rm -rf src_ext/patches/seq
%build
%configure
%configure \
--with-vendored-deps
make lib-ext all -j1 \
OCAMLC='ocamlc -unsafe-string' \
OCAMLOPT='ocamlopt -unsafe-string' \
@@ -68,6 +67,9 @@ make lib-ext all -j1 \
%doc AUTHORS LICENSE
%changelog
* Wed May 20 2026 Automatic Build System <autodist@openmamba.org> 2.5.1-1mamba
- automatic version update by autodist
* Sat May 18 2024 Automatic Build System <autodist@openmamba.org> 2.1.6-1mamba
- automatic version update by autodist