|
|
@ -2,7 +2,7 @@
|
|
|
|
%global do_perf_tests 0
|
|
|
|
%global do_perf_tests 0
|
|
|
|
|
|
|
|
|
|
|
|
Name: mdds
|
|
|
|
Name: mdds
|
|
|
|
Version: 0.3.1
|
|
|
|
Version: 0.4.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A collection of multi-dimensional data structures and indexing algorithms
|
|
|
|
Summary: A collection of multi-dimensional data structures and indexing algorithms
|
|
|
|
|
|
|
|
|
|
|
@ -24,10 +24,11 @@ BuildArch: noarch
|
|
|
|
A collection of multi-dimensional data structures and indexing algorithms.
|
|
|
|
A collection of multi-dimensional data structures and indexing algorithms.
|
|
|
|
|
|
|
|
|
|
|
|
It implements the following data structures:
|
|
|
|
It implements the following data structures:
|
|
|
|
|
|
|
|
|
|
|
|
* flat segment tree
|
|
|
|
|
|
|
|
* segment tree
|
|
|
|
* segment tree
|
|
|
|
|
|
|
|
* flat segment tree
|
|
|
|
* rectangle set
|
|
|
|
* rectangle set
|
|
|
|
|
|
|
|
* point quad tree
|
|
|
|
|
|
|
|
* mixed type matrix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
@ -85,6 +86,9 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Dec 21 2010 David Tardon <dtardon@redhat.com> - 0.4.0-1
|
|
|
|
|
|
|
|
- new version
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 16 2010 David Tardon <dtardon@redhat.com> - 0.3.1-1
|
|
|
|
* Tue Nov 16 2010 David Tardon <dtardon@redhat.com> - 0.3.1-1
|
|
|
|
- new version
|
|
|
|
- new version
|
|
|
|
|
|
|
|
|
|
|
|