Hello community, here is the log from the commit of package vigra for openSUSE:Factory checked in at 2018-01-24 15:25:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vigra (Old) and /work/SRC/openSUSE:Factory/.vigra.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vigra" Wed Jan 24 15:25:37 2018 rev:35 rq:568710 version:1.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/vigra/vigra.changes 2017-12-23 12:16:49.031392193 +0100 +++ /work/SRC/openSUSE:Factory/.vigra.new/vigra.changes 2018-01-24 15:25:41.523866967 +0100 @@ -1,0 +2,8 @@ +Tue Jan 23 14:40:13 UTC 2018 - [email protected] + +- Remove python dependencies as we are not buliding the numpy code + at all, as such it does not make sense to have just part of them +- Make sure develpkg requires python3-base and fix shebang on + vigra-config + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vigra.spec ++++++ --- /var/tmp/diff_new_pack.kAz3H4/_old 2018-01-24 15:25:43.747762946 +0100 +++ /var/tmp/diff_new_pack.kAz3H4/_new 2018-01-24 15:25:43.751762760 +0100 @@ -1,7 +1,7 @@ # # spec file for package vigra # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -36,11 +36,9 @@ BuildRequires: libtiff-devel BuildRequires: openexr-devel BuildRequires: pkgconfig -BuildRequires: python-devel BuildRequires: zlib-devel %if 0%{?suse_version} > 1325 BuildRequires: libboost_headers-devel -BuildRequires: libboost_python-devel %else BuildRequires: boost-devel %endif @@ -78,6 +76,7 @@ Requires: libstdc++-devel Requires: libtiff-devel Requires: openexr-devel +Requires: python3-base Requires: zlib-devel %description devel @@ -90,6 +89,7 @@ %prep %setup -q +sed -i -e "1s|#!.*|#!/usr/bin/python3|" config/vigra-config.in %build %cmake \
