new upstream release 0.12.0

This commit is contained in:
David Tardon 2015-02-18 09:52:04 +01:00
parent 9b11ee931a
commit e8ef66ed29
4 changed files with 7 additions and 38 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1,33 +0,0 @@
From c45e0499dded11dc2aacea40b470ab1431ea535a Mon Sep 17 00:00:00 2001
From: David Tardon <dtardon@redhat.com>
Date: Thu, 29 Jan 2015 10:04:56 +0100
Subject: [PATCH] <algorithm> 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 <algorithm>
+
#ifdef MDDS_MULTI_TYPE_VECTOR_USE_DEQUE
#include <deque>
#else
@@ -40,7 +42,6 @@
#include <boost/noncopyable.hpp>
#if defined(MDDS_UNIT_TEST) || defined (MDDS_MULTI_TYPE_VECTOR_DEBUG)
-#include <algorithm>
#include <iostream>
#include <sstream>
using std::cout;
--
2.1.0

View File

@ -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@redhat.com> - 0.12.0-1
- new upstream release
* Thu Jan 29 2015 David Tardon <dtardon@redhat.com> - 0.11.2-3
- fix includes in header file

View File

@ -1 +1 @@
cb4207cb913c7a5a8bfa5b91234618ee mdds_0.11.2.tar.bz2
17edb780d4054e4205cd956910672b83 mdds_0.12.0.tar.bz2