From 6681b63babd00ca01c7d982dadb19e6c177beef224be9286e08ecdeeae800263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sun, 14 Feb 2016 15:12:08 +0000 Subject: [PATCH] Accepting request 359331 from home:Dremor:branches:devel:libraries:c_c++ Added libboost_python3 to the dependency macro, in order to make boost-devel correctly require it. OBS-URL: https://build.opensuse.org/request/show/359331 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=164 --- boost.changes | 6 ++++++ boost.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/boost.changes b/boost.changes index 5778f42..733071d 100644 --- a/boost.changes +++ b/boost.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 14 14:28:50 UTC 2016 - egeorget@openmailbox.org + +- Added libboost_python3 to the dependency macro. + * boost-devel will now correctly requires libboost_python3. + ------------------------------------------------------------------- Mon Jan 18 13:50:06 UTC 2016 - idonmez@suse.com diff --git a/boost.spec b/boost.spec index 73bf332..c6fff44 100644 --- a/boost.spec +++ b/boost.spec @@ -28,7 +28,7 @@ %define build_quickbook 1 %define boost_l1 libboost_date_time%{lib_appendix} libboost_filesystem%{lib_appendix} libboost_graph%{lib_appendix} %define boost_l2 libboost_iostreams%{lib_appendix} libboost_math%{lib_appendix} libboost_test%{lib_appendix} -%define boost_l3 libboost_program_options%{lib_appendix} libboost_python%{lib_appendix} libboost_serialization%{lib_appendix} +%define boost_l3 libboost_program_options%{lib_appendix} libboost_python%{lib_appendix} libboost_python3-%{lib_appendix} libboost_serialization%{lib_appendix} %define boost_l4 libboost_signals%{lib_appendix} libboost_system%{lib_appendix} libboost_thread%{lib_appendix} %define boost_l5 libboost_wave%{lib_appendix} libboost_regex%{lib_appendix} libboost_regex%{lib_appendix} %define boost_l6 libboost_random%{lib_appendix} libboost_chrono%{lib_appendix} libboost_locale%{lib_appendix}