Hello community, here is the log from the commit of package tomahawk for openSUSE:Factory checked in at 2017-02-03 16:30:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tomahawk (Old) and /work/SRC/openSUSE:Factory/.tomahawk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tomahawk" Changes: -------- --- /work/SRC/openSUSE:Factory/tomahawk/tomahawk.changes 2016-02-16 09:18:35.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.tomahawk.new/tomahawk.changes 2017-02-03 20:03:43.738003505 +0100 @@ -1,0 +2,5 @@ +Thu Feb 2 15:11:17 UTC 2017 - [email protected] + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tomahawk.spec ++++++ --- /var/tmp/diff_new_pack.ZLcNCH/_old 2017-02-03 20:03:44.521893169 +0100 +++ /var/tmp/diff_new_pack.ZLcNCH/_new 2017-02-03 20:03:44.521893169 +0100 @@ -1,7 +1,7 @@ # # spec file for package tomahawk # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2011 Dominik Schmidt # # All modifications and additions to the file contributed by third parties @@ -45,7 +45,11 @@ BuildRequires: gcc-c++ # Required deps -BuildRequires: boost-devel >= 1.3 +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_filesystem-devel +%else +BuildRequires: boost-devel +%endif BuildRequires: libQtWebKit-devel BuildRequires: libattica-devel >= 0.4.0 BuildRequires: libechonest-devel >= 2.3.0
