diff --git a/.gitignore b/.gitignore index 4a4f6d6..09e6278 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ mdds_0.3.0.tar.bz2 /mdds_0.10.2.tar.bz2 /mdds_0.10.3.tar.bz2 /mdds_0.11.0.tar.bz2 +/mdds_0.11.1.tar.bz2 diff --git a/mdds.spec b/mdds.spec index 00221a2..1048fb8 100644 --- a/mdds.spec +++ b/mdds.spec @@ -2,7 +2,7 @@ %global debug_package %{nil} Name: mdds -Version: 0.11.0 +Version: 0.11.1 Release: 1%{?dist} Summary: A collection of multi-dimensional data structures and indexing algorithms @@ -59,6 +59,9 @@ make check %{?_smp_mflags} %doc AUTHORS COPYING NEWS README %changelog +* Fri Oct 03 2014 David Tardon - 0.11.1-1 +- new bugfix release + * Mon Sep 22 2014 David Tardon - 0.11.0-1 - new upstream release diff --git a/sources b/sources index c45071c..cd4d68b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a67a46ec9d00d283a7cd8dbdd2906b59 mdds_0.11.0.tar.bz2 +896272c1a9e396b871cb4dffbd694503 mdds_0.11.1.tar.bz2