Hello community,

here is the log from the commit of package boost for openSUSE:Factory checked 
in at 2015-05-28 09:02:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2015-05-20 
23:43:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.boost.new/boost.changes 2015-05-28 
09:02:23.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 21 13:04:18 UTC 2015 - [email protected]
+
+- boost-unrecognized-option.patch: remove unrecognized option -m32
+
+-------------------------------------------------------------------

New:
----
  boost-unrecognized-option.patch

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

Other differences:
------------------
++++++ boost.spec ++++++
--- /var/tmp/diff_new_pack.nnXYNZ/_old  2015-05-28 09:02:26.000000000 +0200
+++ /var/tmp/diff_new_pack.nnXYNZ/_new  2015-05-28 09:02:26.000000000 +0200
@@ -96,6 +96,7 @@
 Patch11:        boost-aarch64-flags.patch
 Patch12:        boost-uuid-comparison.patch
 Patch13:        boost-disable-pch-on-aarch64.patch
+Patch14:        boost-unrecognized-option.patch
 BuildRequires:  chrpath
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
@@ -433,9 +434,8 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
-%ifarch aarch64
 %patch13 -p1
-%endif
+%patch14 -p1
 #stupid build machinery copies .orig files
 find . -name \*.orig -exec rm {} +
 


++++++ boost-unrecognized-option.patch ++++++
Index: boost_1_58_0/tools/build/src/tools/gcc.jam
===================================================================
--- boost_1_58_0.orig/tools/build/src/tools/gcc.jam
+++ boost_1_58_0/tools/build/src/tools/gcc.jam
@@ -453,10 +453,6 @@ rule setup-address-model ( targets * : s
             local arch = [ feature.get-values architecture : $(properties) ] ;
             if $(arch) != arm
             {
-                if $(model) = 32
-                {
-                    option = -m32 ;
-                }
             }
             # For darwin, the model can be 32_64. darwin.jam will handle that
             # on its own.

Reply via email to