automatic version update by autodist [release 1.11.2-1mamba;Sun Oct 08 2023]
This commit is contained in:
parent
050b3951b0
commit
32f3b0918c
@ -1,7 +1,7 @@
|
|||||||
%define pkgver %(echo %version | tr . -)
|
%define pkgver %(echo %version | tr . -)
|
||||||
Name: libvigra
|
Name: libvigra
|
||||||
Version: 1.11.1
|
Version: 1.11.2
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A computer vision library that puts its main emphasize on customizable algorithms and data structures
|
Summary: A computer vision library that puts its main emphasize on customizable algorithms and data structures
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -24,6 +24,7 @@ BuildRequires: libjpeg-devel
|
|||||||
BuildRequires: libopenexr-devel
|
BuildRequires: libopenexr-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
@ -54,8 +55,8 @@ VIGRA stands for "Vision with Generic Algorithms". It's a novel computer vision
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n vigra-%{version}
|
%setup -q -n vigra-%{version}
|
||||||
%patch0 -p1
|
#%patch 0 -p1
|
||||||
%patch1 -p1
|
#%patch 1 -p1
|
||||||
%patch 2 -p1
|
%patch 2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -102,6 +103,9 @@ rm -f %{buildroot}%{_docdir}/vigranumpy/.buildinfo
|
|||||||
%{python3_sitearch}/vigra/*
|
%{python3_sitearch}/vigra/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- rebuilt by autoport with build requirements: libopenexr-devel>=3.0.4-1mamba
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user