Hello community,

here is the log from the commit of package boost for openSUSE:Factory checked 
in at 2016-11-11 14:33:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/boost (Old)
 and      /work/SRC/openSUSE:Factory/.boost.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "boost"

Changes:
--------
--- /work/SRC/openSUSE:Factory/boost/boost.changes      2016-10-19 
12:58:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.boost.new/boost.changes 2016-11-11 
14:33:09.000000000 +0100
@@ -1,0 +2,12 @@
+Tue Nov  8 13:32:31 UTC 2016 - adam.ma...@suse.de
+
+- Revert upstream change that set default python version and
+  ignored user configuration.
+  python-2059618.patch (boo#1006584)
+
+-------------------------------------------------------------------
+Thu Nov  3 12:20:52 UTC 2016 - jeng...@inai.de
+
+- Rectify groups and description
+
+-------------------------------------------------------------------

New:
----
  python-2059618.patch

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

Other differences:
------------------
++++++ boost.spec ++++++
--- /var/tmp/diff_new_pack.iPDvY5/_old  2016-11-11 14:33:13.000000000 +0100
+++ /var/tmp/diff_new_pack.iPDvY5/_new  2016-11-11 14:33:13.000000000 +0100
@@ -101,6 +101,7 @@
 Patch14:        boost-1.57.0-python-libpython_dep.patch
 Patch15:        boost-1.57.0-python-abi_letters.patch
 Patch16:        boost-1.55.0-python-test-PyImport_AppendInittab.patch
+Patch17:        python-2059618.patch
 Patch100:       gcc_path.patch
 BuildRequires:  chrpath
 BuildRequires:  dos2unix
@@ -264,8 +265,8 @@
 This package contains the Boost Date.Time runtime libraries.
 
 %package     -n libboost_fiber%{lib_appendix}
-Summary:        Boost::Filesystem Runtime Libraries
-Group:          System/Localization
+Summary:        Boost::Fiber Runtime Libraries
+Group:          System/Libraries
 Requires:       boost-license%{lib_appendix}
 
 %description -n libboost_fiber%{lib_appendix}
@@ -273,7 +274,7 @@
 
 %package     -n libboost_filesystem%{lib_appendix}
 Summary:        Boost::Filesystem Runtime Libraries
-Group:          System/Localization
+Group:          System/Libraries
 Requires:       boost-license%{lib_appendix}
 
 %description -n libboost_filesystem%{lib_appendix}
@@ -482,6 +483,7 @@
 %patch14 -p1
 %patch15 -p1
 %patch16 -p1
+%patch17 -p1
 %patch100 -p1
 
 #stupid build machinery copies .orig files


++++++ python-2059618.patch ++++++
Reverse: 2059618861eb25ae2ed3f1b6ebee8609365cbed9
Bug: bnc#1006584
     https://svn.boost.org/trac/boost/ticket/12515

Index: boost_1_62_0/tools/build/src/tools/python.jam
===================================================================
--- boost_1_62_0.orig/tools/build/src/tools/python.jam
+++ boost_1_62_0/tools/build/src/tools/python.jam
@@ -903,19 +903,6 @@ local rule configure ( version ? : cmd-o
     toolset.add-requirements
         $(target-requirements:J=,):<python.interpreter>$(interpreter-cmd) ;
 
-    # We also set a default requirement that assigns the first python 
configured
-    # for a particular target OS as the default. This makes it so that we can
-    # select a python interpreter with only knowledge of the target OS. And 
hence
-    # can configure different Pythons based on the target OS only.
-    local toolset-requirements = [ toolset.requirements ] ;
-    local toolset-target-os-requirements
-        = [ property.evaluate-conditionals-in-context
-            [ $(toolset-requirements).raw ] : <target-os>$(target-os) ] ;
-    if ! <python> in $(toolset-target-os-requirements:G)
-    {
-        toolset.add-requirements 
<target-os>$(target-os):<python>$(version:E=default) ;
-    }
-
     # Register the right suffix for extensions.
     register-extension-suffix $(extension-suffix) : $(target-requirements) ;
 

Reply via email to