From 23fc5c376506225d842312198f95909c2b9a0a9551728040ec0a77e444ca18d1 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 10 Apr 2019 09:06:15 +0000 Subject: [PATCH] Accepting request 692506 from home:cgiboudeaux:branches:Archiving - Add the missing libboost_system-devel dependency. OBS-URL: https://build.opensuse.org/request/show/692506 OBS-URL: https://build.opensuse.org/package/show/Archiving/innoextract?expand=0&rev=22 --- innoextract.changes | 5 +++++ innoextract.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/innoextract.changes b/innoextract.changes index 6a945ea..9c578f0 100644 --- a/innoextract.changes +++ b/innoextract.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 9 07:07:48 UTC 2019 - Christophe Giboudeaux + +- Add the missing libboost_system-devel dependency. + ------------------------------------------------------------------- Fri Aug 24 07:36:10 UTC 2018 - mpluskal@suse.com diff --git a/innoextract.spec b/innoextract.spec index 3d4ebba..2db5930 100644 --- a/innoextract.spec +++ b/innoextract.spec @@ -1,7 +1,7 @@ # # spec file for package innoextract # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -33,6 +33,7 @@ BuildRequires: libboost_date_time-devel BuildRequires: libboost_filesystem-devel BuildRequires: libboost_iostreams-devel BuildRequires: libboost_program_options-devel +BuildRequires: libboost_system-devel BuildRequires: pkgconfig BuildRequires: python3-base BuildRequires: pkgconfig(bzip2)