parent
c4edba73a0
commit
2fa14209e0
2 changed files with 20 additions and 1 deletions
13
boost-python_translate_exception.patch
Normal file
13
boost-python_translate_exception.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
diff -up /home/petr/fedora/boost/F-12/boost_1_39_0/boost/python/detail/translate_exception.hpp\~ /home/petr/fedora/boost/F-12/boost_1_39_0/boost/python/detail/translate_exception.hpp
|
||||
--- boost_1_39_0/boost/python/detail/translate_exception.hpp~ 2004-08-20 13:10:24.000000000 +0200
|
||||
+++ boost_1_39_0/boost/python/detail/translate_exception.hpp 2009-11-16 23:30:23.000000000 +0100
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
# include <boost/call_traits.hpp>
|
||||
# include <boost/type_traits/add_const.hpp>
|
||||
+# include <boost/type_traits/add_reference.hpp>
|
||||
|
||||
# include <boost/function/function0.hpp>
|
||||
|
||||
|
||||
Diff finished. Mon Nov 16 23:30:41 2009
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
Name: boost
|
||||
Summary: The Boost C++ Libraries
|
||||
Version: 1.39.0
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: Boost
|
||||
URL: http://www.boost.org/
|
||||
Group: System Environment/Libraries
|
||||
|
|
@ -47,6 +47,7 @@ Patch9: boost-gil_gcc44.patch
|
|||
Patch10: boost-python_call_operator.patch
|
||||
Patch11: boost-python_enums.patch
|
||||
Patch12: boost-python_uint.patch
|
||||
Patch13: boost-python_translate_exception.patch
|
||||
|
||||
%bcond_with tests
|
||||
%bcond_with docs_generated
|
||||
|
|
@ -235,6 +236,7 @@ sed 's/_FEDORA_SONAME/%{sonamever}/' %{PATCH3} | %{__patch} -p0 --fuzz=0
|
|||
%patch10 -p2
|
||||
%patch11 -p2
|
||||
%patch12 -p2
|
||||
%patch13 -p1
|
||||
|
||||
%build
|
||||
BOOST_ROOT=`pwd`
|
||||
|
|
@ -446,6 +448,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_libdir}/*.a
|
||||
|
||||
%changelog
|
||||
* Mon Nov 16 2009 Petr Machata <pmachata@redhat.com> - 1.39.0-9
|
||||
- translate_exception.hpp misses a include
|
||||
- Resolves: #537612
|
||||
|
||||
* Thu Oct 15 2009 Petr Machata <pmachata@redhat.com> - 1.39.0-8
|
||||
- Package index.html in the -doc subpackage
|
||||
- Resolves: #529030
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue