Hello community, here is the log from the commit of package povray for openSUSE:Factory checked in at 2017-02-07 12:05:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/povray (Old) and /work/SRC/openSUSE:Factory/.povray.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "povray" Changes: -------- --- /work/SRC/openSUSE:Factory/povray/povray.changes 2016-08-03 11:45:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.povray.new/povray.changes 2017-02-07 12:05:59.324220329 +0100 @@ -1,0 +2,5 @@ +Thu Feb 2 11:45:01 UTC 2017 - [email protected] + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ povray.spec ++++++ --- /var/tmp/diff_new_pack.9dkYlo/_old 2017-02-07 12:06:00.316080000 +0100 +++ /var/tmp/diff_new_pack.9dkYlo/_new 2017-02-07 12:06:00.320079434 +0100 @@ -1,7 +1,7 @@ # # spec file for package povray # -# 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 @@ -32,7 +32,12 @@ Patch4: povray-3.6.9.7-boost-link.patch BuildRequires: autoconf BuildRequires: automake +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_system-devel +BuildRequires: libboost_thread-devel +%else BuildRequires: boost-devel +%endif BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: gcc-c++
