Hello community,

here is the log from the commit of package boost for openSUSE:Factory checked 
in at 2014-12-06 13:45:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2014-12-03 
22:49:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.boost.new/boost.changes 2014-12-06 
13:45:28.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Dec  5 07:44:38 UTC 2014 - [email protected]
+
+- Revert the python3 building: it resulted in BOTH libboost_python
+  libraries to be using python 3 instructions, resulting in
+  failures of all Py2 related packages.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ boost.spec ++++++
--- /var/tmp/diff_new_pack.Sag4e4/_old  2014-12-06 13:45:31.000000000 +0100
+++ /var/tmp/diff_new_pack.Sag4e4/_new  2014-12-06 13:45:31.000000000 +0100
@@ -51,7 +51,7 @@
 
 %define boost_libs1 libboost_date_time%{lib_appendix} 
libboost_filesystem%{lib_appendix} libboost_graph%{lib_appendix}
 %define boost_libs2 libboost_iostreams%{lib_appendix} 
libboost_math%{lib_appendix} libboost_test%{lib_appendix}
-%define boost_libs3 libboost_program_options%{lib_appendix} 
libboost_python%{lib_appendix} libboost_python3-%{lib_appendix} 
libboost_serialization%{lib_appendix}
+%define boost_libs3 libboost_program_options%{lib_appendix} 
libboost_python%{lib_appendix} libboost_serialization%{lib_appendix}
 %define boost_libs4 libboost_signals%{lib_appendix} 
libboost_system%{lib_appendix} libboost_thread%{lib_appendix}
 %define boost_libs5 libboost_wave%{lib_appendix} libboost_regex%{lib_appendix} 
libboost_regex%{lib_appendix}
 %define boost_libs6 libboost_random%{lib_appendix} 
libboost_chrono%{lib_appendix} libboost_locale%{lib_appendix}
@@ -96,10 +96,8 @@
 BuildRequires:  libexpat-devel
 BuildRequires:  libicu-devel >= 4.4
 BuildRequires:  python-devel
-BuildRequires:  python3-devel
 BuildRequires:  xorg-x11-devel
 #!BuildIgnore:  python
-#!BuildIgnore: python3
 BuildRequires:  zlib-devel
 %if %build_mpi
 BuildRequires:  openmpi-devel
@@ -319,15 +317,6 @@
 %description -n libboost_python%{lib_appendix}
 This package contains the Boost::Python Runtime libraries.
 
-%package       -n libboost_python3-%{lib_appendix}
-Summary:        Boost::Python3 Runtime Libraries
-Group:          System/Libraries
-Requires:       boost-license%{lib_appendix}
-
-%description   -n libboost_python3-%{lib_appendix}
-This package contains the Boost::Python3 Runtime libraries
-
-
 %package     -n libboost_serialization%{lib_appendix}
 Summary:        Boost::Serialization Runtime Libraries
 Group:          System/Libraries
@@ -459,9 +448,7 @@
 %endif
 BJAM_CONFIG="-d2 -j$JOBS -sICU_PATH=%{_prefix}"
 PYTHON_VERSION=$(python -c 'import sys; print sys.version[:3]')
-PYTHON3_VERSION=$(python3 -c 'import sys; print(sys.version[:3])')
 PYTHON_FLAGS="--with-python-root=/usr --with-python-version=$PYTHON_VERSION"
-PYTHON3_INCLUDE=$(python3 -c "import sysconfig; 
print(sysconfig.get_path('include'))")
 export REGEX_FLAGS="--with-icu"
 export EXPAT_INCLUDE=/usr/include EXPAT_LIBPATH=%{_libdir}
 export PYTHON_FLAGS
@@ -504,8 +491,6 @@
 EOF
 %endif
 
-echo "using python : $PYTHON3_VERSION : /usr/bin/python3 : $PYTHON3_INCLUDE : 
%{_libdir} ;" >>user-config.jam
-
 # perform the compilation
 ./b2 --prefix=%{_prefix} --libdir=%{_libdir} --user-config=./user-config.jam
 
@@ -590,7 +575,6 @@
 %post -n libboost_test%{lib_appendix} -p /sbin/ldconfig
 %post -n libboost_program_options%{lib_appendix} -p /sbin/ldconfig
 %post -n libboost_python%{lib_appendix} -p /sbin/ldconfig
-%post -n libboost_python3-%{lib_appendix} -p /sbin/ldconfig
 %post -n libboost_regex%{lib_appendix} -p /sbin/ldconfig
 %post -n libboost_serialization%{lib_appendix} -p /sbin/ldconfig
 %post -n libboost_signals%{lib_appendix} -p /sbin/ldconfig
@@ -619,7 +603,6 @@
 %postun -n libboost_test%{lib_appendix} -p /sbin/ldconfig
 %postun -n libboost_program_options%{lib_appendix} -p /sbin/ldconfig
 %postun -n libboost_python%{lib_appendix} -p /sbin/ldconfig
-%postun -n libboost_python3-%{lib_appendix} -p /sbin/ldconfig
 %postun -n libboost_regex%{lib_appendix} -p /sbin/ldconfig
 %postun -n libboost_serialization%{lib_appendix} -p /sbin/ldconfig
 %postun -n libboost_signals%{lib_appendix} -p /sbin/ldconfig
@@ -704,14 +687,9 @@
 %defattr(-, root, root, -)
 %{_libdir}/libboost_program_options*.so.*
 
-%files -n libboost_python3-%{lib_appendix}
-%defattr(-, root, root, -)
-%{_libdir}/libboost_python3*.so.*
-
 %files -n libboost_python%{lib_appendix}
 %defattr(-, root, root, -)
 %{_libdir}/libboost_python*.so.*
-%exclude %{_libdir}/libboost_python3*.so.*
 
 %files -n libboost_serialization%{lib_appendix}
 %defattr(-, root, root, -)


++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.Sag4e4/_old  2014-12-06 13:45:31.000000000 +0100
+++ /var/tmp/diff_new_pack.Sag4e4/_new  2014-12-06 13:45:31.000000000 +0100
@@ -1,4 +1,4 @@
-package boost-devel
+boost-devel
   requires -boost-<targettype>
 libboost_atomic1_56_0
 libboost_container1_56_0
@@ -14,7 +14,6 @@
 libboost_test1_56_0
 libboost_program_options1_56_0
 libboost_python1_56_0
-libboost_python3-1_56_0
 libboost_random1_56_0
 libboost_serialization1_56_0
 libboost_signals1_56_0

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to