|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# header-only library
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global apiversion 1.4
|
|
|
|
|
%global apiversion 1.5
|
|
|
|
|
|
|
|
|
|
Name: mdds
|
|
|
|
|
Version: 1.4.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 1.5.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: A collection of multi-dimensional data structures and indexing algorithms
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -29,10 +29,10 @@ Provides: %{name}-static = %{version}-%{release}
|
|
|
|
|
%description devel
|
|
|
|
|
%{name} is a collection of multi-dimensional data structures and
|
|
|
|
|
indexing algorithms.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It implements the following data structures:
|
|
|
|
|
* segment tree
|
|
|
|
|
* flat segment tree
|
|
|
|
|
* flat segment tree
|
|
|
|
|
* rectangle set
|
|
|
|
|
* point quad tree
|
|
|
|
|
* multi type matrix
|
|
|
|
@ -61,6 +61,13 @@ make check %{?_smp_mflags}
|
|
|
|
|
%license LICENSE
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Oct 19 2020 Tomas Pelka <tpelka@redhat.com> - 1.5.0-2
|
|
|
|
|
- need to rebuild to retrigger gating (UMB outage)
|
|
|
|
|
- Related: rhbz#1881121 update to 1.5.0
|
|
|
|
|
|
|
|
|
|
* Mon Oct 12 2020 Caolán McNamara <caolanm@redhat.com> - 1.5.0-1
|
|
|
|
|
- Related: rhbz#1881121 update to 1.5.0
|
|
|
|
|
|
|
|
|
|
* Fri Mar 13 2020 Caolán McNamara <caolanm@redhat.com> - 1.4.3-1
|
|
|
|
|
- Related: rhbz#1796893 update to 1.4.3
|
|
|
|
|
|
|
|
|
|