From 0c6c5236500f433d200dd3985e4f46124b829e8a Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 21 Dec 2010 07:50:35 +0100 Subject: [PATCH] new version --- .gitignore | 1 + mdds.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index fdeb5cd..8653f95 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ mdds_0.3.0.tar.bz2 /mdds_0.3.1.tar.bz2 +/mdds_0.4.0.tar.bz2 diff --git a/mdds.spec b/mdds.spec index 9b72539..18d694a 100644 --- a/mdds.spec +++ b/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 - 0.4.0-1 +- new version + * Tue Nov 16 2010 David Tardon - 0.3.1-1 - new version diff --git a/sources b/sources index 9386562..d8b94a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0dd138efff4412c707e239290fb82d4f mdds_0.3.1.tar.bz2 +1b0918b95f45e529e8e409a05bf6cd87 mdds_0.4.0.tar.bz2