From e8ef66ed29f8d0aa0899166790999b92e8bdedc4 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 18 Feb 2015 09:52:04 +0100 Subject: [PATCH] new upstream release 0.12.0 --- .gitignore | 1 + ...-algorithm-is-needed-unconditionally.patch | 33 ------------------- mdds.spec | 9 ++--- sources | 2 +- 4 files changed, 7 insertions(+), 38 deletions(-) delete mode 100644 0001-algorithm-is-needed-unconditionally.patch 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/0001-algorithm-is-needed-unconditionally.patch b/0001-algorithm-is-needed-unconditionally.patch deleted file mode 100644 index 24e2278..0000000 --- a/0001-algorithm-is-needed-unconditionally.patch +++ /dev/null @@ -1,33 +0,0 @@ -From c45e0499dded11dc2aacea40b470ab1431ea535a Mon Sep 17 00:00:00 2001 -From: David Tardon -Date: Thu, 29 Jan 2015 10:04:56 +0100 -Subject: [PATCH] is needed unconditionally - ---- - include/mdds/multi_type_vector_types.hpp | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/include/mdds/multi_type_vector_types.hpp b/include/mdds/multi_type_vector_types.hpp -index db8d584..0a36333 100644 ---- a/include/mdds/multi_type_vector_types.hpp -+++ b/include/mdds/multi_type_vector_types.hpp -@@ -32,6 +32,8 @@ - #include "compat/unique_ptr.hpp" - #include "global.hpp" - -+#include -+ - #ifdef MDDS_MULTI_TYPE_VECTOR_USE_DEQUE - #include - #else -@@ -40,7 +42,6 @@ - #include - - #if defined(MDDS_UNIT_TEST) || defined (MDDS_MULTI_TYPE_VECTOR_DEBUG) --#include - #include - #include - using std::cout; --- -2.1.0 - 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 - 0.12.0-1 +- new upstream release + * Thu Jan 29 2015 David Tardon - 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