Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package opae for openSUSE:Factory checked in at 2021-07-10 00:00:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opae (Old) and /work/SRC/openSUSE:Factory/.opae.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opae" Sat Jul 10 00:00:22 2021 rev:10 rq:905177 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/opae/opae.changes 2021-06-28 15:34:15.103231775 +0200 +++ /work/SRC/openSUSE:Factory/.opae.new.2625/opae.changes 2021-07-10 00:03:10.870731962 +0200 @@ -1,0 +2,6 @@ +Fri Jul 9 06:24:28 UTC 2021 - Steve Kowalik <[email protected]> + +- Update opae-missing-shebang.patch to correctly call all scripts with + Python 3. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opae-missing-shebang.patch ++++++ --- /var/tmp/diff_new_pack.4wBAlO/_old 2021-07-10 00:03:11.334728354 +0200 +++ /var/tmp/diff_new_pack.4wBAlO/_new 2021-07-10 00:03:11.334728354 +0200 @@ -205,7 +205,7 @@ +++ tools/extra/fpgabist/bist_def.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 -+#!/usr/bin/python ++#!/usr/bin/python3 # Copyright(c) 2017, Intel Corporation # # Redistribution and use in source and binary forms, with or without @@ -225,7 +225,7 @@ +++ tools/extra/fpgabist/bist_nlb0.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 -+#!/usr/bin/python ++#!/usr/bin/python3 # Copyright(c) 2018, Intel Corporation # # Redistribution and use in source and binary forms, with or without
