new version

This commit is contained in:
David Tardon 2010-12-21 07:50:35 +01:00
parent 1de8afa11e
commit 0c6c523650
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
mdds_0.3.0.tar.bz2
/mdds_0.3.1.tar.bz2
/mdds_0.4.0.tar.bz2

View File

@ -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

View File

@ -1 +1 @@
0dd138efff4412c707e239290fb82d4f mdds_0.3.1.tar.bz2
1b0918b95f45e529e8e409a05bf6cd87 mdds_0.4.0.tar.bz2