From deaf1039ebcf637acd6a6c3fea56d8d80cc6cbdf Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 6 Nov 2013 11:28:11 +0100 Subject: [PATCH] new upstream release --- .gitignore | 1 + mdds.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c39d2e2..6ecf04d 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ mdds_0.3.0.tar.bz2 /mdds_0.7.1.tar.bz2 /mdds_0.8.0.tar.bz2 /mdds_0.8.1.tar.bz2 +/mdds_0.9.1.tar.bz2 diff --git a/mdds.spec b/mdds.spec index abd9e6c..5f3ff22 100644 --- a/mdds.spec +++ b/mdds.spec @@ -2,14 +2,14 @@ %global debug_package %{nil} Name: mdds -Version: 0.8.1 -Release: 5%{?dist} +Version: 0.9.1 +Release: 1%{?dist} Summary: A collection of multi-dimensional data structures and indexing algorithms Group: Development/Libraries License: MIT URL: http://code.google.com/p/multidimalgorithm/ -Source0: http://multidimalgorithm.googlecode.com/files/%{name}_%{version}.tar.bz2 +Source0: http://kohei.us/files/%{name}/src/%{name}_%{version}.tar.bz2 BuildRequires: boost-devel @@ -60,6 +60,9 @@ make check %{?_smp_mflags} %doc AUTHORS COPYING NEWS README %changelog +* Wed Nov 06 2013 David Tardon - 0.9.1-1 +- new upstream release + * Wed Sep 04 2013 David Tardon - 0.8.1-5 - run tests on all platforms diff --git a/sources b/sources index 5c03b24..370b3be 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -08c85a6d6d793daee14e10e22eefdc4b mdds_0.8.1.tar.bz2 +8c853024fbcff39113d9285250dafc66 mdds_0.9.1.tar.bz2