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

- use individual libboost-*-devel packages instead of boost-devel

OBS-URL: https://build.opensuse.org/request/show/453807
OBS-URL: https://build.opensuse.org/package/show/electronics/kicad?expand=0&rev=33
This commit is contained in:
Dave Plater 2017-02-01 13:22:36 +00:00 committed by Git OBS Bridge
parent 071d6b4d4f
commit 6b43d4887c
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 1 11:40:20 UTC 2017 - adam.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
-------------------------------------------------------------------
Tue Jan 10 10:16:40 UTC 2017 - davejplater@gmail.com

View File

@ -40,7 +40,17 @@ Patch4: kicad-boost-1_61-boost-context-changes.patch
# PATCH-OPENSUSE kicad-set-cxx-standard.diff -- use C++14 by default and decay to 11, required by boost 1.61 patch
Patch5: kicad-set-cxx-version.patch
%endif
%if 0%{?suse_version} > 1325
BuildRequires: libboost_context-devel
BuildRequires: libboost_filesystem-devel
BuildRequires: libboost_iostreams-devel
BuildRequires: libboost_locale-devel
BuildRequires: libboost_program_options-devel
BuildRequires: libboost_regex-devel
BuildRequires: libboost_thread-devel
%else
BuildRequires: boost-devel >= 1.56
%endif
BuildRequires: cmake
BuildRequires: doxygen
BuildRequires: fdupes