diff --git a/.gitignore b/.gitignore index ecb744a..9ffefcc 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ mdds_0.3.0.tar.bz2 /mdds_0.5.4.tar.bz2 /mdds_0.6.0.tar.bz2 /mdds_0.6.1.tar.bz2 +/mdds_0.7.0.tar.bz2 diff --git a/mdds.spec b/mdds.spec index f460568..b1b59ce 100644 --- a/mdds.spec +++ b/mdds.spec @@ -1,6 +1,6 @@ Name: mdds -Version: 0.6.1 -Release: 3%{?dist} +Version: 0.7.0 +Release: 1%{?dist} Summary: A collection of multi-dimensional data structures and indexing algorithms Group: Development/Libraries @@ -60,6 +60,9 @@ make check %{?_smp_mflags} %changelog +* Thu Feb 28 2013 David Tardon - 0.7.0-1 +- new release + * Sun Feb 10 2013 Denis Arnaud - 0.6.1-3 - Rebuild for Boost-1.53.0 diff --git a/sources b/sources index 0cf7d0d..fd706db 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9f9e15966b5624834157fe3d748312bc mdds_0.6.1.tar.bz2 +cc23006b1b77c4223bc3eebdd88dd906 mdds_0.7.0.tar.bz2