Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vips for openSUSE:Factory checked in at 2021-07-21 19:06:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vips (Old) and /work/SRC/openSUSE:Factory/.vips.new.2632 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vips" Wed Jul 21 19:06:44 2021 rev:41 rq:907496 version:8.10.6 Changes: -------- --- /work/SRC/openSUSE:Factory/vips/vips.changes 2021-04-29 22:53:41.825809883 +0200 +++ /work/SRC/openSUSE:Factory/.vips.new.2632/vips.changes 2021-07-21 19:08:01.255462581 +0200 @@ -1,0 +2,6 @@ +Wed Jul 14 06:28:25 UTC 2021 - Steve Kowalik <[email protected]> + +- Add vips-vipsprofile-python3-shebang.patch: + * Change shebang of vipsprofile to be /usr/bin/python3 + +------------------------------------------------------------------- New: ---- vips-vipsprofile-python3-shebang.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vips.spec ++++++ --- /var/tmp/diff_new_pack.9V3vUg/_old 2021-07-21 19:08:01.759463457 +0200 +++ /var/tmp/diff_new_pack.9V3vUg/_new 2021-07-21 19:08:01.763463464 +0200 @@ -34,6 +34,8 @@ Patch1: vips-8.4.2_libexif-header.patch # PATCH-FIX-OPENSUSE vips-8.9.2-implicit-fortify-decl.patch -- avoid implicit declarations Patch2: vips-8.9.2-implicit-fortify-decl.patch +# PATCH-FIX-OPENSUSE vips-vipsprofile-python3-shebang.patch -- set shebang to python3 +Patch3: vips-vipsprofile-python3-shebang.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: fdupes ++++++ vips-vipsprofile-python3-shebang.patch ++++++ Index: vips-8.10.6/tools/vipsprofile =================================================================== --- vips-8.10.6.orig/tools/vipsprofile +++ vips-8.10.6/tools/vipsprofile @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 from __future__ import division from __future__ import print_function
