Hello community, here is the log from the commit of package aegisub for openSUSE:Factory checked in at 2017-02-03 16:28:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aegisub (Old) and /work/SRC/openSUSE:Factory/.aegisub.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aegisub" Changes: -------- --- /work/SRC/openSUSE:Factory/aegisub/aegisub.changes 2015-08-29 20:04:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.aegisub.new/aegisub.changes 2017-02-03 17:31:14.847507055 +0100 @@ -1,0 +2,5 @@ +Wed Feb 1 09:52:26 UTC 2017 - [email protected] + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aegisub.spec ++++++ --- /var/tmp/diff_new_pack.VHRFks/_old 2017-02-03 17:31:15.739380824 +0100 +++ /var/tmp/diff_new_pack.VHRFks/_new 2017-02-03 17:31:15.743380258 +0100 @@ -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 @@ 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
