automatic version update by autodist [release 1.11.2-1mamba;Sun Oct 08 2023]

This commit is contained in:
Automatic Build System 2024-01-06 06:02:39 +01:00
parent 050b3951b0
commit 32f3b0918c

View File

@ -1,7 +1,7 @@
%define pkgver %(echo %version | tr . -)
Name: libvigra
Version: 1.11.1
Release: 2mamba
Version: 1.11.2
Release: 1mamba
Summary: A computer vision library that puts its main emphasize on customizable algorithms and data structures
Group: System/Libraries
Vendor: openmamba
@ -24,6 +24,7 @@ BuildRequires: libjpeg-devel
BuildRequires: libopenexr-devel
BuildRequires: libpng-devel
BuildRequires: libpython3-devel
BuildRequires: libpython311-devel
BuildRequires: libstdc++6-devel
BuildRequires: libtiff-devel
BuildRequires: libz-devel
@ -54,9 +55,9 @@ VIGRA stands for "Vision with Generic Algorithms". It's a novel computer vision
%prep
%setup -q -n vigra-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
#%patch 0 -p1
#%patch 1 -p1
%patch 2 -p1
%build
%cmake -d build \
@ -102,6 +103,9 @@ rm -f %{buildroot}%{_docdir}/vigranumpy/.buildinfo
%{python3_sitearch}/vigra/*
%changelog
* Sun Oct 08 2023 Automatic Build System <autodist@mambasoft.it> 1.11.2-1mamba
- automatic version update by autodist
* Thu Jun 24 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11.1-2mamba
- rebuilt by autoport with build requirements: libopenexr-devel>=3.0.4-1mamba