rpms/boost/devel boost-gcc43.patch,1.3,1.4 boost.spec,1.45,1.46

Petr Machata (pmachata) fedora-extras-commits at redhat.com
Thu Feb 14 13:24:29 UTC 2008


Author: pmachata

Update of /cvs/pkgs/rpms/boost/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4575

Modified Files:
	boost-gcc43.patch boost.spec 
Log Message:
- Fix "changes meaning of keywords" in boost python
- Resolves: #432694


boost-gcc43.patch:

Index: boost-gcc43.patch
===================================================================
RCS file: /cvs/pkgs/rpms/boost/devel/boost-gcc43.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- boost-gcc43.patch	13 Feb 2008 15:14:57 -0000	1.3
+++ boost-gcc43.patch	14 Feb 2008 13:24:24 -0000	1.4
@@ -162,3 +162,15 @@
      typedef std::vector<std::basic_string<CharT> > input_collection_type;
      typedef format_date_parser<date_type, CharT> 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


Index: boost.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boost/devel/boost.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- boost.spec	13 Feb 2008 15:14:57 -0000	1.45
+++ boost.spec	14 Feb 2008 13:24:24 -0000	1.46
@@ -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 @@
 %doc %{_docdir}/boost-%{version}
 
 %changelog
+* Thu Feb 14 2008 Petr Machata <pmachata at redhat.com> - 1.34.1-12
+- Fix "changes meaning of keywords" in boost python
+- Resolves: #432694
+
 * Wed Feb 13 2008 Petr Machata <pmachata at redhat.com> - 1.34.1-11
 - Fix "changes meaning of special_values_parser" in boost date_time
 - Resolves: #432433




More information about the fedora-extras-commits mailing list