Hello community,

here is the log from the commit of package opae for openSUSE:Factory checked in 
at 2018-02-22 15:02:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opae (Old)
 and      /work/SRC/openSUSE:Factory/.opae.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opae"

Thu Feb 22 15:02:53 2018 rev:4 rq:578907 version:0.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/opae/opae.changes        2018-01-24 
15:28:44.447311212 +0100
+++ /work/SRC/openSUSE:Factory/.opae.new/opae.changes   2018-02-22 
15:02:57.176909764 +0100
@@ -1,0 +2,6 @@
+Thu Feb 22 08:26:44 UTC 2018 - nmoreychaisemar...@suse.com
+
+- Update opae-missing-shebang.patch to use /usr/bin/python3
+  instead of /usr/bin/python (bsc#1082133).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ opae-missing-shebang.patch ++++++
--- /var/tmp/diff_new_pack.QLGI0g/_old  2018-02-22 15:02:58.352867462 +0100
+++ /var/tmp/diff_new_pack.QLGI0g/_new  2018-02-22 15:02:58.352867462 +0100
@@ -1,4 +1,4 @@
-commit 1d576fa247bc6f14c7c385cdcceacfc3b6fc6af8
+commit 49a92efc7886143286157cd0f68f2f634dc1a721
 Author: Nicolas Morey-Chaisemartin <nmoreychaisemar...@suse.com>
 Date:   Wed Sep 6 10:06:23 2017 +0200
 
@@ -7,27 +7,27 @@
     Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemar...@suse.com>
 
 diff --git ase/scripts/generate_ase_environment.py 
ase/scripts/generate_ase_environment.py
-index d57c5bb9ca94..cfaafb73a077 100755
+index d57c5bb9ca94..b7b9dabf04c3 100755
 --- ase/scripts/generate_ase_environment.py
 +++ ase/scripts/generate_ase_environment.py
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python3
  # Copyright(c) 2013-2017, Intel Corporation
  #
  # Redistribution  and  use  in source  and  binary  forms,  with  or  without
 diff --git ase/scripts/ipc_clean.py ase/scripts/ipc_clean.py
-index 2ca3f985afb5..f0cb6f67f385 100755
+index 2ca3f985afb5..85f653a992a8 100755
 --- ase/scripts/ipc_clean.py
 +++ ase/scripts/ipc_clean.py
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python3
  # Copyright(c) 2013-2017, Intel Corporation
  #
  # Redistribution  and  use  in source  and  binary  forms,  with  or  without
 diff --git cmake/modules/packaging.cmake cmake/modules/packaging.cmake
-index bd8dacbdaac9..5ba69d2a5902 100644
+index bd8dacbdaac9..5316221eabcb 100644
 --- cmake/modules/packaging.cmake
 +++ cmake/modules/packaging.cmake
 @@ -83,7 +83,7 @@ macro(CREATE_PYTHONE_EXE EXE_NAME)
@@ -35,189 +35,189 @@
      set(ZIP_STR 
          "zip -qr ${CMAKE_CURRENT_BINARY_DIR}/${EXE_NAME}.zip ${PYTHON_SRC}")  
 
 -    set(ECHO_STR "echo '#!/usr/bin/env python ' | 
-+    set(ECHO_STR "echo '#!/usr/bin/python ' | 
++    set(ECHO_STR "echo '#!/usr/bin/python3 ' | 
          cat - ${CMAKE_CURRENT_BINARY_DIR}/${EXE_NAME}.zip > ${PACKAGER_BIN}")
         
      execute_process(COMMAND sh -c ${ZIP_STR} 
 diff --git platforms/scripts/afu_platform_config 
platforms/scripts/afu_platform_config
-index 4f037f271ef9..29ddf45b75e9 100755
+index 4f037f271ef9..034e012cd900 100755
 --- platforms/scripts/afu_platform_config
 +++ platforms/scripts/afu_platform_config
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python3
  
  #
  # Copyright (c) 2017, Intel Corporation
 diff --git platforms/scripts/rtl_src_config platforms/scripts/rtl_src_config
-index 86257e0ec8d0..5d14c6b65856 100755
+index 86257e0ec8d0..e8015bb645a0 100755
 --- platforms/scripts/rtl_src_config
 +++ platforms/scripts/rtl_src_config
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python3
  
  #
  # Consume a file with a list of source files, include paths and preprocessor
 diff --git tools/fpgabist/bist_common.py tools/fpgabist/bist_common.py
-index a6edcb3cd48a..09ce1ddb1483 100644
+index a6edcb3cd48a..c6e2e90b7c12 100644
 --- tools/fpgabist/bist_common.py
 +++ tools/fpgabist/bist_common.py
 @@ -1,3 +1,4 @@
-+#!/usr/bin/python
++#!/usr/bin/python3
  # Copyright(c) 2017, Intel Corporation
  #
  # Redistribution  and  use  in source  and  binary  forms,  with  or  without
 diff --git tools/fpgabist/bist_dma.py tools/fpgabist/bist_dma.py
-index 34f5e1c8062d..d1f585915abf 100644
+index 34f5e1c8062d..24d093323c10 100644
 --- tools/fpgabist/bist_dma.py
 +++ tools/fpgabist/bist_dma.py
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python3
  # Copyright(c) 2017, Intel Corporation
  #
  # Redistribution  and  use  in source  and  binary  forms,  with  or  without
 diff --git tools/fpgabist/bist_nlb3.py tools/fpgabist/bist_nlb3.py
-index 255c680394f3..439779407226 100644
+index 255c680394f3..735b29568127 100644
 --- tools/fpgabist/bist_nlb3.py
 +++ tools/fpgabist/bist_nlb3.py
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python3
  # Copyright(c) 2017, Intel Corporation
  #
  # Redistribution  and  use  in source  and  binary  forms,  with  or  without
 diff --git tools/fpgabist/fpgabist tools/fpgabist/fpgabist
-index 4f4e8187ccdb..18b5859388d4 100755
+index 4f4e8187ccdb..0dc94b6d6511 100755
 --- tools/fpgabist/fpgabist
 +++ tools/fpgabist/fpgabist
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python3
  # Copyright(c) 2017, Intel Corporation
  #
  # Redistribution  and  use  in source  and  binary  forms,  with  or  without
 diff --git tools/fpgadiag/fpgadiag tools/fpgadiag/fpgadiag
-index 93f5b536ba84..a6619ab87eef 100755
+index 93f5b536ba84..c8a1c17abd21 100755
 --- tools/fpgadiag/fpgadiag
 +++ tools/fpgadiag/fpgadiag
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
-+#! /usr/bin/python
++#! /usr/bin/python3
  # Copyright(c) 2017, Intel Corporation
  #
  # Redistribution  and  use  in source  and  binary  forms,  with  or  without
 diff --git tools/fpgadiag/mux.py tools/fpgadiag/mux.py
-index 7a97cc4f9f60..8863e59ae408 100644
+index 7a97cc4f9f60..e23c3445533c 100644
 --- tools/fpgadiag/mux.py
 +++ tools/fpgadiag/mux.py
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python3
  # Copyright(c) 2017, Intel Corporation
  #
  # Redistribution  and  use  in source  and  binary  forms,  with  or  without
 diff --git tools/fpgaflash/fpgaflash tools/fpgaflash/fpgaflash
-index 8db96aac2e8d..5a5f9bfffda3 100755
+index 8db96aac2e8d..1340afe3a62d 100755
 --- tools/fpgaflash/fpgaflash
 +++ tools/fpgaflash/fpgaflash
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
-+#! /usr/bin/python
++#! /usr/bin/python3
  # Copyright(c) 2017, Intel Corporation
  #
  # Redistribution  and  use  in source  and  binary  forms,  with  or  without
 diff --git tools/fpgainfo/fpga_common.py tools/fpgainfo/fpga_common.py
-index dc87ab992ad0..77c067bc4071 100644
+index dc87ab992ad0..b0d4bceee247 100644
 --- tools/fpgainfo/fpga_common.py
 +++ tools/fpgainfo/fpga_common.py
 @@ -1,3 +1,4 @@
-+#!/usr/bin/python
++#!/usr/bin/python3
  # Copyright(c) 2017, Intel Corporation
  #
  # Redistribution  and  use  in source  and  binary  forms,  with  or  without
 diff --git tools/fpgainfo/fpga_fmeinfo.py tools/fpgainfo/fpga_fmeinfo.py
-index ef4b4f2919cc..f84253e19554 100644
+index ef4b4f2919cc..dce5bd302341 100644
 --- tools/fpgainfo/fpga_fmeinfo.py
 +++ tools/fpgainfo/fpga_fmeinfo.py
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python3
  # Copyright(c) 2017, Intel Corporation
  ##
  # Redistribution  and  use  in source  and  binary  forms,  with  or  without
 diff --git tools/fpgainfo/fpga_portinfo.py tools/fpgainfo/fpga_portinfo.py
-index 2e507fe6f28f..af727e665e8b 100644
+index 2e507fe6f28f..2d63b245edcd 100644
 --- tools/fpgainfo/fpga_portinfo.py
 +++ tools/fpgainfo/fpga_portinfo.py
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python3
  # Copyright(c) 2017, Intel Corporation
  ##
  # Redistribution  and  use  in source  and  binary  forms,  with  or  without
 diff --git tools/fpgainfo/fpgaerr.py tools/fpgainfo/fpgaerr.py
-index a580f8059421..104e0af1b83e 100644
+index a580f8059421..f1ff29e97186 100644
 --- tools/fpgainfo/fpgaerr.py
 +++ tools/fpgainfo/fpgaerr.py
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python3
  # Copyright(c) 2017, Intel Corporation
  ##
  # Redistribution  and  use  in source  and  binary  forms,  with  or  without
 diff --git tools/fpgainfo/fpgainfo tools/fpgainfo/fpgainfo
-index f8a95aad7799..87d46a4cd364 100755
+index f8a95aad7799..f207d693bdef 100755
 --- tools/fpgainfo/fpgainfo
 +++ tools/fpgainfo/fpgainfo
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python3
  # Copyright(c) 2017, Intel Corporation
  ##
  # Redistribution  and  use  in source  and  binary  forms,  with  or  without
 diff --git tools/fpgainfo/fpgapwr.py tools/fpgainfo/fpgapwr.py
-index d95a02009601..3808423dd781 100644
+index d95a02009601..76c46ca000fe 100644
 --- tools/fpgainfo/fpgapwr.py
 +++ tools/fpgainfo/fpgapwr.py
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python3
  # Copyright(c) 2017, Intel Corporation
  ##
  # Redistribution  and  use  in source  and  binary  forms,  with  or  without
 diff --git tools/fpgainfo/fpgatemp.py tools/fpgainfo/fpgatemp.py
-index 313d4ffc27e4..a4ef445f3843 100644
+index 313d4ffc27e4..8e9dda8e90af 100644
 --- tools/fpgainfo/fpgatemp.py
 +++ tools/fpgainfo/fpgatemp.py
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python3
  # Copyright(c) 2017, Intel Corporation
  ##
  # Redistribution  and  use  in source  and  binary  forms,  with  or  without
 diff --git tools/fpgainfo/sysfs.py tools/fpgainfo/sysfs.py
-index 1d1a4746d15f..f306dd1a3645 100644
+index 1d1a4746d15f..2b148e10d74c 100644
 --- tools/fpgainfo/sysfs.py
 +++ tools/fpgainfo/sysfs.py
 @@ -1,3 +1,4 @@
-+#!/usr/bin/python
++#!/usr/bin/python3
  # Copyright(c) 2017, Intel Corporation
  ##
  # Redistribution  and  use  in source  and  binary  forms,  with  or  without
 diff --git tools/fpgaport/fpgaport tools/fpgaport/fpgaport
-index af0beafdcb57..4097119ccb0c 100644
+index af0beafdcb57..bbb47654c873 100644
 --- tools/fpgaport/fpgaport
 +++ tools/fpgaport/fpgaport
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
-+#! /usr/bin/python
++#! /usr/bin/python3
  # Copyright(c) 2017, Intel Corporation
  #
  # Redistribution  and  use  in source  and  binary  forms,  with  or  without
 diff --git tools/packager/Makefile tools/packager/Makefile
-index fd3c2815bd00..551a71308d1d 100644
+index fd3c2815bd00..cbc85bc91df4 100644
 --- tools/packager/Makefile
 +++ tools/packager/Makefile
 @@ -31,7 +31,7 @@ packager_zip: $(PACKAGER_TARGET_ZIP)
@@ -225,17 +225,17 @@
        mkdir -p $(PACKAGER_DEST_DIR)
        rm -f $(PACKAGER_TARGET_ZIP)
 -      echo '#!/usr/bin/env python' | cat - $(PACKAGER_WORK_ZIP) > 
$(PACKAGER_TARGET_ZIP)
-+      echo '#!/usr/bin/python' | cat - $(PACKAGER_WORK_ZIP) > 
$(PACKAGER_TARGET_ZIP)
++      echo '#!/usr/bin/python3' | cat - $(PACKAGER_WORK_ZIP) > 
$(PACKAGER_TARGET_ZIP)
        chmod +x $(PACKAGER_TARGET_ZIP)
  
  $(PACKAGER_WORK_ZIP): $(PACKAGER_FILES_WORK_DIR)
 diff --git tools/packager/packager.py tools/packager/packager.py
-index acae8c7ba42b..bfb3e1da4b57 100755
+index acae8c7ba42b..e74f3d39d1e9 100755
 --- tools/packager/packager.py
 +++ tools/packager/packager.py
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python3
  # Copyright(c) 2017, Intel Corporation
  #
  # Redistribution  and  use  in source  and  binary  forms,  with  or  without


Reply via email to