Hello community,

here is the log from the commit of package boost-defaults for openSUSE:Factory 
checked in at 2020-04-19 21:50:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/boost-defaults (Old)
 and      /work/SRC/openSUSE:Factory/.boost-defaults.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "boost-defaults"

Sun Apr 19 21:50:05 2020 rev:3 rq:794850 version:1.71.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/boost-defaults/boost-defaults.changes    
2019-09-18 13:07:09.992743835 +0200
+++ /work/SRC/openSUSE:Factory/.boost-defaults.new.2738/boost-defaults.changes  
2020-04-19 21:50:05.832156298 +0200
@@ -1,0 +2,6 @@
+Fri Apr 17 07:58:34 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2 available by generating the py2
+  depending packages only when needed
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ boost-defaults.spec ++++++
--- /var/tmp/diff_new_pack.AieE2m/_old  2020-04-19 21:50:06.576157791 +0200
+++ /var/tmp/diff_new_pack.AieE2m/_new  2020-04-19 21:50:06.580157800 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package boost-defaults
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,7 @@
 #
 
 
+%bcond_without python2
 Name:           boost-defaults
 Version:        1.71.0
 Release:        0
@@ -23,7 +24,7 @@
 Summary:        Default Boost C++ Libraries
 License:        MIT
 Group:          Development/Libraries/C and C++
-Url:            http://www.boost.org
+URL:            http://www.boost.org
 Source1:        README
 BuildArch:      noarch
 
@@ -513,11 +514,15 @@
 %files -n libboost_graph_parallel-devel
 %doc README
 
+%if %{with python2}
 %files -n libboost_mpi_python-devel
 %doc README
+%endif
 
+%if %{with python2}
 %files -n python-boost_parallel_mpi
 %doc README
+%endif
 
 %files -n libboost_mpi_python3-devel
 %doc README
@@ -531,11 +536,15 @@
 %files -n libboost_program_options-devel
 %doc README
 
+%if %{with python2}
 %files -n libboost_python-devel
 %doc README
+%endif
 
+%if %{with python2}
 %files -n libboost_numpy-devel
 %doc README
+%endif
 
 %files -n libboost_python3-devel
 %doc README


Reply via email to