new version
This commit is contained in:
parent
1de8afa11e
commit
0c6c523650
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
mdds_0.3.0.tar.bz2
|
||||
/mdds_0.3.1.tar.bz2
|
||||
/mdds_0.4.0.tar.bz2
|
||||
|
10
mdds.spec
10
mdds.spec
@ -2,7 +2,7 @@
|
||||
%global do_perf_tests 0
|
||||
|
||||
Name: mdds
|
||||
Version: 0.3.1
|
||||
Version: 0.4.0
|
||||
Release: 1%{?dist}
|
||||
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.
|
||||
|
||||
It implements the following data structures:
|
||||
|
||||
* flat segment tree
|
||||
* segment tree
|
||||
* flat segment tree
|
||||
* rectangle set
|
||||
* point quad tree
|
||||
* mixed type matrix
|
||||
|
||||
|
||||
%package devel
|
||||
@ -85,6 +86,9 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%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
|
||||
- new version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user