[mdds] new upstream release 0.12.0

David Tardon dtardon at fedoraproject.org
Wed Feb 18 08:54:09 UTC 2015


commit e8ef66ed29f8d0aa0899166790999b92e8bdedc4
Author: David Tardon <dtardon at redhat.com>
Date:   Wed Feb 18 09:52:04 2015 +0100

    new upstream release 0.12.0

 .gitignore                                     |    1 +
 0001-algorithm-is-needed-unconditionally.patch |   33 ------------------------
 mdds.spec                                      |    9 +++---
 sources                                        |    2 +-
 4 files changed, 7 insertions(+), 38 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 540df8a..fae31d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ mdds_0.3.0.tar.bz2
 /mdds_0.11.0.tar.bz2
 /mdds_0.11.1.tar.bz2
 /mdds_0.11.2.tar.bz2
+/mdds_0.12.0.tar.bz2
diff --git a/mdds.spec b/mdds.spec
index e05481e..113c104 100644
--- a/mdds.spec
+++ b/mdds.spec
@@ -2,8 +2,8 @@
 %global debug_package %{nil}
 
 Name: mdds
-Version: 0.11.2
-Release: 3%{?dist}
+Version: 0.12.0
+Release: 1%{?dist}
 Summary: A collection of multi-dimensional data structures and indexing algorithms
 
 Group: Development/Libraries
@@ -13,8 +13,6 @@ Source0: http://kohei.us/files/%{name}/src/%{name}_%{version}.tar.bz2
 
 BuildRequires: boost-devel
 
-Patch0: 0001-algorithm-is-needed-unconditionally.patch
-
 %description
 A collection of multi-dimensional data structures and indexing algorithms.
  
@@ -61,6 +59,9 @@ make check %{?_smp_mflags}
 %doc AUTHORS COPYING NEWS README
 
 %changelog
+* Tue Feb 17 2015 David Tardon <dtardon at redhat.com> - 0.12.0-1
+- new upstream release
+
 * Thu Jan 29 2015 David Tardon <dtardon at redhat.com> - 0.11.2-3
 - fix includes in header file
 
diff --git a/sources b/sources
index fd08a76..902e866 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cb4207cb913c7a5a8bfa5b91234618ee  mdds_0.11.2.tar.bz2
+17edb780d4054e4205cd956910672b83  mdds_0.12.0.tar.bz2


More information about the scm-commits mailing list