diff --git a/.gitignore b/.gitignore index 1bda473..fc84216 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ mdds_0.3.0.tar.bz2 /mdds_0.5.2.tar.bz2 /mdds_0.5.3.tar.bz2 /mdds_0.5.4.tar.bz2 +/mdds_0.6.0.tar.bz2 diff --git a/mdds.spec b/mdds.spec index 1247a60..453c31d 100644 --- a/mdds.spec +++ b/mdds.spec @@ -2,8 +2,8 @@ %global do_perf_tests 0 Name: mdds -Version: 0.5.4 -Release: 3%{?dist} +Version: 0.6.0 +Release: 0%{?dist} Summary: A collection of multi-dimensional data structures and indexing algorithms Group: Development/Libraries @@ -86,6 +86,9 @@ rm -rf %{buildroot} %changelog +* Mon Jul 23 2012 David Tardon - 0.6.0-1 +- new version + * Thu Jul 19 2012 Fedora Release Engineering - 0.5.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index c09c16e..3045d7c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d33e6871e05709963d7feb48f9620900 mdds_0.5.4.tar.bz2 +3e89a35f253a4f1c7de68c57d851ef38 mdds_0.6.0.tar.bz2