diff --git a/hugin.changes b/hugin.changes index d79c388..83a3420 100644 --- a/hugin.changes +++ b/hugin.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 1 11:24:46 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- Sun Sep 18 12:41:12 UTC 2016 - salsergey@gmail.com diff --git a/hugin.spec b/hugin.spec index 0524dff..aa0e6ee 100644 --- a/hugin.spec +++ b/hugin.spec @@ -1,7 +1,7 @@ # # spec file for package hugin # -# Copyright (c) 2016 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 @@ -20,7 +20,11 @@ Name: hugin BuildRequires: Mesa-devel BuildRequires: OpenEXR-devel BuildRequires: SDL-devel +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_filesystem-devel +%else BuildRequires: boost-devel +%endif BuildRequires: cmake >= 2.8.12 BuildRequires: desktop-file-utils BuildRequires: exiftool