From c00bfd5cdebb37b55444b5aec2e21398c34a0136f468c652af3d36b379358ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 7 Mar 2019 10:49:24 +0000 Subject: [PATCH] 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 --- libixion.changes | 5 +++++ libixion.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libixion.changes b/libixion.changes index f6c492b..dc5ee85 100644 --- a/libixion.changes +++ b/libixion.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 7 10:05:25 UTC 2019 - Adam Majer + +- Add missing dependency on libboost_system-devel + ------------------------------------------------------------------- Thu Nov 15 13:48:27 UTC 2018 - Tomáš Chvátal diff --git a/libixion.spec b/libixion.spec index 469a9d7..2b67b47 100644 --- a/libixion.spec +++ b/libixion.spec @@ -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