From ac5861b7053c85a333f20dc1b0c1131c5eaf80e4 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Thu, 14 Feb 2008 13:24:24 +0000 Subject: [PATCH] - Fix "changes meaning of keywords" in boost python - Resolves: #432694 --- boost-gcc43.patch | 12 ++++++++++++ boost.spec | 6 +++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/boost-gcc43.patch b/boost-gcc43.patch index 240f82d..edcd87e 100644 --- a/boost-gcc43.patch +++ b/boost-gcc43.patch @@ -162,3 +162,15 @@ diff -urp boost_1_34_1/boost/date_time/date_facet.hpp boost_1_34_1-pm/boost/date typedef std::vector > input_collection_type; typedef format_date_parser format_date_parser_type; // date_generators stuff goes here +diff -urp boost_1_34_1/boost/python/detail/def_helper.hpp boost_1_34_1-pm/boost/python/detail/def_helper.hpp +--- boost_1_34_1/boost/python/detail/def_helper.hpp 2004-09-16 03:00:28.000000000 +0200 ++++ boost_1_34_1-pm/boost/python/detail/def_helper.hpp 2008-02-14 13:26:23.000000000 +0100 +@@ -155,7 +155,7 @@ namespace detail + , T3 const& + , T4 const& + , default_call_policies +- , keywords<0> ++ , boost::python::detail::keywords<0> + , char const* + , void(not_specified::*)() // A function pointer type which is never an + // appropriate default implementation diff --git a/boost.spec b/boost.spec index 6a90301..9d310e3 100644 --- a/boost.spec +++ b/boost.spec @@ -1,7 +1,7 @@ Name: boost Summary: The Boost C++ Libraries Version: 1.34.1 -Release: 11%{?dist} +Release: 12%{?dist} License: Boost Software License (GPL-Compatible, Free Software License) URL: http://www.boost.org/ Group: System Environment/Libraries @@ -203,6 +203,10 @@ rm -rf $RPM_BUILD_ROOT %doc %{_docdir}/boost-%{version} %changelog +* Thu Feb 14 2008 Petr Machata - 1.34.1-12 +- Fix "changes meaning of keywords" in boost python +- Resolves: #432694 + * Wed Feb 13 2008 Petr Machata - 1.34.1-11 - Fix "changes meaning of special_values_parser" in boost date_time - Resolves: #432433