From dff26343256d623542822d9ed9b00d0357237152 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 14 Jul 2011 08:36:42 +0200 Subject: [PATCH] new version --- .gitignore | 1 + mdds.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9d23188..1149cf1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ mdds_0.3.0.tar.bz2 /mdds_0.4.0.tar.bz2 /mdds_0.5.1.tar.bz2 /mdds_0.5.2.tar.bz2 +/mdds_0.5.3.tar.bz2 diff --git a/mdds.spec b/mdds.spec index 65b3253..bb202a6 100644 --- a/mdds.spec +++ b/mdds.spec @@ -2,8 +2,8 @@ %global do_perf_tests 0 Name: mdds -Version: 0.5.2 -Release: 2%{?dist} +Version: 0.5.3 +Release: 1%{?dist} Summary: A collection of multi-dimensional data structures and indexing algorithms Group: Development/Libraries @@ -86,6 +86,9 @@ rm -rf %{buildroot} %changelog +* Thu Jul 14 2011 David Tardon - 0.5.3-1 +- new version + * Wed Mar 30 2011 David Tardon - 0.5.2-2 - install license diff --git a/sources b/sources index e72e510..2e20fe9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7a0dcb3fe1e8c7229ab4fb868b7325e6 mdds_0.5.2.tar.bz2 +0ff7d225d087793c8c2c680d77aac3e7 mdds_0.5.3.tar.bz2