Accepting request 543915 from home:adamm:branches:devel:libraries:c_c++

- Use multibuild setup - build no-dependency libraries in the
  base package and build the rest of the compiled libraries in
  the main variant. This should speed up bootstrapping.
- build Python 2 conditionally
- boost-devel not built by default anymore.
- libboost_headers-devel now provides boost-devel for legacy
  dependencies. If you need compiled boost libraries depend on
  the current compiled devel subpackage.
- run %fdupes only on the header files and documentation
- drop build dependencies on gcc-fortran, chrpath.

OBS-URL: https://build.opensuse.org/request/show/543915
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=203
This commit is contained in:
2017-11-20 16:05:29 +00:00
committed by Git OBS Bridge
parent 562779e48b
commit ed9b1c834b
5 changed files with 315 additions and 213 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Oct 24 14:24:06 UTC 2017 - jmatejek@suse.com
- build Python 2 conditionally
-------------------------------------------------------------------
Tue Oct 10 13:49:10 UTC 2017 - adam.majer@suse.de
- Use multibuild setup - build no-dependency libraries in the
base package and build the rest of the compiled libraries in
the main variant. This should speed up bootstrapping.
- boost-devel not built by default anymore.
- libboost_headers-devel now provides boost-devel for legacy
dependencies. If you need compiled boost libraries depend on
the current compiled devel subpackage.
- run %fdupes only on the header files and documentation
- drop build dependencies on gcc-fortran, chrpath.
-------------------------------------------------------------------
Mon Oct 9 08:13:38 UTC 2017 - nmoreychaisemartin@suse.com