Accepting request 682388 from home:adamm:boost_test

- Add missing dependency on libboost_system-devel

OBS-URL: https://build.opensuse.org/request/show/682388
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=31
This commit is contained in:
Tomáš Chvátal 2019-03-07 10:49:24 +00:00 committed by Git OBS Bridge
parent 64f42aa22c
commit c00bfd5cde
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 7 10:05:25 UTC 2019 - Adam Majer <adam.majer@suse.de>
- Add missing dependency on libboost_system-devel
-------------------------------------------------------------------
Thu Nov 15 13:48:27 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libixion
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -35,6 +35,7 @@ BuildRequires: pkgconfig(python3)
%if 0%{?suse_version} > 1325
BuildRequires: libboost_filesystem-devel
BuildRequires: libboost_program_options-devel
BuildRequires: libboost_system-devel
%else
BuildRequires: boost-devel
%endif