diff --git a/aegisub.changes b/aegisub.changes index 61a38e3..0025180 100644 --- a/aegisub.changes +++ b/aegisub.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 1 09:52:26 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- Thu Aug 13 08:56:28 UTC 2015 - dvaleev@suse.com diff --git a/aegisub.spec b/aegisub.spec index d168cfb..7fd7a39 100644 --- a/aegisub.spec +++ b/aegisub.spec @@ -1,7 +1,7 @@ # # spec file for package aegisub # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -30,7 +30,14 @@ Patch0: aegisub-old_wc.patch Patch1: Makefile.inc.in.patch BuildRequires: autoconf BuildRequires: automake -BuildRequires: boost-devel >= 1.50 +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_filesystem-devel +BuildRequires: libboost_locale-devel +BuildRequires: libboost_regex-devel +BuildRequires: libboost_thread-devel +%else +BuildRequires: boost-devel >= 1.50.0 +%endif BuildRequires: gcc-c++ BuildRequires: intltool BuildRequires: pkg-config >= 0.20