Hello community, here is the log from the commit of package vigra for openSUSE:Factory checked in at 2017-02-10 09:45:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vigra (Old) and /work/SRC/openSUSE:Factory/.vigra.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vigra" Changes: -------- --- /work/SRC/openSUSE:Factory/vigra/vigra.changes 2016-12-11 13:23:57.264323408 +0100 +++ /work/SRC/openSUSE:Factory/.vigra.new/vigra.changes 2017-02-10 09:45:44.289760490 +0100 @@ -1,0 +2,5 @@ +Thu Feb 2 15:21:56 UTC 2017 - [email protected] + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vigra.spec ++++++ --- /var/tmp/diff_new_pack.qam3t3/_old 2017-02-10 09:45:47.093363341 +0100 +++ /var/tmp/diff_new_pack.qam3t3/_new 2017-02-10 09:45:47.097362774 +0100 @@ -1,7 +1,7 @@ # # spec file for package vigra # -# 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 @@ -26,7 +26,12 @@ Url: http://ukoethe.github.io/vigra/ Source: https://github.com/ukoethe/vigra/releases/download/Version-1-11-0/vigra-1.11.0-src.tar.gz Source1: baselibs.conf +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +BuildRequires: libboost_python-devel +%else BuildRequires: boost-devel +%endif BuildRequires: cmake BuildRequires: fftw3-devel BuildRequires: gcc-c++
