Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bmake for openSUSE:Factory checked in at 2021-06-16 20:35:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bmake (Old) and /work/SRC/openSUSE:Factory/.bmake.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bmake" Wed Jun 16 20:35:01 2021 rev:20 rq:900298 version:20200606 Changes: -------- --- /work/SRC/openSUSE:Factory/bmake/bmake.changes 2020-06-15 20:31:14.790527292 +0200 +++ /work/SRC/openSUSE:Factory/.bmake.new.32437/bmake.changes 2021-06-16 20:36:52.195327926 +0200 @@ -1,0 +2,6 @@ +Wed Jun 16 04:11:59 UTC 2021 - Steve Kowalik <[email protected]> + +- Update bmake-env-script-interpreter.diff to switch to interpreter + to python3. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bmake.spec ++++++ --- /var/tmp/diff_new_pack.38Cfng/_old 2021-06-16 20:36:52.595328609 +0200 +++ /var/tmp/diff_new_pack.38Cfng/_new 2021-06-16 20:36:52.599328616 +0200 @@ -1,7 +1,7 @@ # # spec file for package bmake # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # ++++++ bmake-env-script-interpreter.diff ++++++ --- /var/tmp/diff_new_pack.38Cfng/_old 2021-06-16 20:36:52.619328650 +0200 +++ /var/tmp/diff_new_pack.38Cfng/_new 2021-06-16 20:36:52.619328650 +0200 @@ -2,7 +2,7 @@ +++ mk/meta2deps.py 2018-08-05 12:14:09.742096756 +0300 @@ -1,4 +1,4 @@ -#!/usr/bin/env python -+#!/usr/bin/python ++#!/usr/bin/python3 from __future__ import print_function
