commit opae for openSUSE:Factory

2020-04-21 Thread root
Hello community,

here is the log from the commit of package opae for openSUSE:Factory checked in 
at 2020-04-21 13:06:22

Comparing /work/SRC/openSUSE:Factory/opae (Old)
 and  /work/SRC/openSUSE:Factory/.opae.new.2738 (New)


Package is "opae"

Tue Apr 21 13:06:22 2020 rev:7 rq:795472 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/opae/opae.changes2019-10-18 
14:33:19.844255443 +0200
+++ /work/SRC/openSUSE:Factory/.opae.new.2738/opae.changes  2020-04-21 
13:06:26.804307227 +0200
@@ -1,0 +2,12 @@
+Fri Apr 17 07:56:40 UTC 2020 - Nicolas Morey-Chaisemartin 

+
+- Update to 1.4.1-1
+  - See RELEASE_NOTES for a complete list of changes
+- Drop patches fixed upstream:
+  - opae-add-missing-lpthread.patch
+  - opae-fix-python-packaging.patch
+  - opae-fix-support-for-hwloc-2.patch
+- Refresh opae-missing-shebang.patch against latest source
+- Add opae-fix-linking-issue.patch to fix linking issues
+
+---

Old:

  opae-1.3.21.0.4ec6dc67e795.tar.bz2
  opae-add-missing-lpthread.patch
  opae-fix-python-packaging.patch
  opae-fix-support-for-hwloc-2.patch

New:

  opae-1.4.11.0.d5921e5b6b0b.tar.bz2
  opae-fix-linking-issue.patch



Other differences:
--
++ opae.spec ++
--- /var/tmp/diff_new_pack.uWRDyj/_old  2020-04-21 13:06:27.616308847 +0200
+++ /var/tmp/diff_new_pack.uWRDyj/_new  2020-04-21 13:06:27.620308855 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package opae
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,26 +16,28 @@
 #
 
 
-%define git_ver 1.0.4ec6dc67e795
+%define with_ase 0
+%define with_tests 0
+%define with_legacy 0
+
+%define git_ver 1.0.d5921e5b6b0b
 %define lib_opae_major 1
 %define lib_hssi_major 1
-%define lib_bmc_major 1
 %define lib_ase_major 1
 %define lib_bitstream_major 1
 %define lib_fpgad_major 1
+%define lib_board_major 1
 
 Name:   opae
-Version:1.3.2
+Version:1.4.1
 Release:0
 Summary:Open Programmable Acceleration Engine
 License:Intel OR MIT
 Group:  Development/Libraries/C and C++
-Url:https://github.com/OPAE/opae-sdk
+URL:https://github.com/OPAE/opae-sdk
 Source0:%{name}-%{version}%{git_ver}.tar.bz2
-Patch0: opae-add-missing-lpthread.patch
-Patch1: opae-missing-shebang.patch
-Patch3: opae-fix-python-packaging.patch
-Patch4: opae-fix-support-for-hwloc-2.patch
+Patch0: opae-missing-shebang.patch
+Patch1: opae-fix-linking-issue.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  boost-devel
 BuildRequires:  cmake
@@ -49,17 +51,24 @@
 BuildRequires:  libuuid-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  python3-devel
+BuildRequires:  python3-pybind11-devel
 #Currently *only* builds on x86_64
 ExclusiveArch:  x86_64
+%if 0%{?with_legacy}
 Requires:   libhssi-io%{lib_hssi_major} = %{version}
+%endif
 Requires:   libopae-c%{lib_opae_major} = %{version}
 
 %description
 OPAE is the Open Programmable Acceleration Engine, a software framework for
 managing and accessing programmable accelerators (FPGAs).
 
-The OPAE SDK is a collection of libraries and tools to facilitate the
+OPAE SDK is a collection of libraries and tools to facilitate the
 development of software applications and accelerators using OPAE.
+It provides a library implementing the OPAE C API for presenting a
+streamlined and easy-to-use interface for software applications to
+discover, access, and manage FPGA devices and accelerators using
+the OPAE software stack.
 
 %packagedevel
 Summary:Development files for OPAE SDK
@@ -70,9 +79,12 @@
 OPAE is the Open Programmable Acceleration Engine, a software framework for
 managing and accessing programmable accelerators (FPGAs).
 
-The OPAE SDK is a collection of libraries and tools to facilitate the
+OPAE SDK is a collection of libraries and tools to facilitate the
 development of software applications and accelerators using OPAE.
-This package contains the development files.
+It provides a library implementing the OPAE C API for presenting a
+streamlined and easy-to-use interface for software applications to
+discover, access, and manage FPGA devices and accelerators using
+the OPAE software stack.
 
 %package -n libopae-c%{lib_opae_major}
 Summary:Open Programmable Acceleration Engine Libraries
@@ -81,20 +93,23 @@
 %description -n libopae-c%{lib_opae_major}
 Libraries for the Open Programmable Acceleration Engine Libraries tools.
 
-%package -n 

commit opae for openSUSE:Factory

2019-10-18 Thread root
Hello community,

here is the log from the commit of package opae for openSUSE:Factory checked in 
at 2019-10-18 14:33:17

Comparing /work/SRC/openSUSE:Factory/opae (Old)
 and  /work/SRC/openSUSE:Factory/.opae.new.2352 (New)


Package is "opae"

Fri Oct 18 14:33:17 2019 rev:6 rq:736831 version:1.3.2

Changes:

--- /work/SRC/openSUSE:Factory/opae/opae.changes2018-07-06 
10:49:18.974730620 +0200
+++ /work/SRC/openSUSE:Factory/.opae.new.2352/opae.changes  2019-10-18 
14:33:19.844255443 +0200
@@ -1,0 +2,30 @@
+Fri Sep  6 08:21:29 UTC 2019 - Nicolas Morey-Chaisemartin 

+
+- Update to 1.3.2-1
+  - See RELEASE_NOTES for a complete list of changes
+- Drop patches fixed upstream:
+  - opae-fix-gcc-warning-on-exception.patch
+- Refresh patch against new sources:
+  - opae-missing-shebang.patch
+  - opae-add-missing-lpthread.patch
+  - opae-fix-python-packaging.patch 
+- Add patch to fix compilation against hwloc >= 2.0
+  - opae-fix-support-for-hwloc-2.patch
+
+---
+Wed May 15 06:33:16 UTC 2019 - Nicolas Morey-Chaisemartin 

+
+- Update to 1.3.0-2
+  - See RELEASE_NOTES for a complete list of changes
+- Drop patches fixed upstream:
+  - opae-fix-cmake-paths.patch
+- Refresh patch against new sources:
+  - opae-missing-shebang.patch
+  - opae-add-missing-lpthread.patch
+- Add new patches
+  - opae-fix-gcc-warning-on-exception.patch to workaround a GCC8 error
+on exception handling
+  - opae-fix-python-packaging.patch to fix the bad usage of string in
+python ByteIO.write
+
+---

Old:

  opae-0.13.0.0.c83632afa605.tar.bz2
  opae-fix-cmake-paths.patch

New:

  opae-1.3.21.0.4ec6dc67e795.tar.bz2
  opae-fix-python-packaging.patch
  opae-fix-support-for-hwloc-2.patch



Other differences:
--
++ opae.spec ++
--- /var/tmp/diff_new_pack.Y5Njtn/_old  2019-10-18 14:33:20.300254255 +0200
+++ /var/tmp/diff_new_pack.Y5Njtn/_new  2019-10-18 14:33:20.304254245 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package opae
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,16 +12,20 @@
 # 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/
 #
 
 
-%define git_ver .0.c83632afa605
-%define lib_opae_major 0
-%define lib_hssi_major 0
+%define git_ver 1.0.4ec6dc67e795
+%define lib_opae_major 1
+%define lib_hssi_major 1
+%define lib_bmc_major 1
+%define lib_ase_major 1
+%define lib_bitstream_major 1
+%define lib_fpgad_major 1
 
 Name:   opae
-Version:0.13.0
+Version:1.3.2
 Release:0
 Summary:Open Programmable Acceleration Engine
 License:Intel OR MIT
@@ -29,17 +33,22 @@
 Url:https://github.com/OPAE/opae-sdk
 Source0:%{name}-%{version}%{git_ver}.tar.bz2
 Patch0: opae-add-missing-lpthread.patch
-Patch1: opae-fix-cmake-paths.patch
-Patch2: opae-missing-shebang.patch
+Patch1: opae-missing-shebang.patch
+Patch3: opae-fix-python-packaging.patch
+Patch4: opae-fix-support-for-hwloc-2.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  doxygen
+BuildRequires:  fdupes
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  graphviz
+BuildRequires:  hwloc-devel
 BuildRequires:  libjson-c-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  ncurses-devel
+BuildRequires:  python3-devel
 #Currently *only* builds on x86_64
 ExclusiveArch:  x86_64
 Requires:   libhssi-io%{lib_hssi_major} = %{version}
@@ -72,7 +81,6 @@
 %description -n libopae-c%{lib_opae_major}
 Libraries for the Open Programmable Acceleration Engine Libraries tools.
 
-
 %package -n libhssi-io%{lib_hssi_major}
 Summary:Open Programmable Acceleration Engine Libraries
 Group:  System/Libraries
@@ -80,46 +88,155 @@
 %description -n libhssi-io%{lib_hssi_major}
 Libraries for the Open Programmable Acceleration Engine Libraries tools.
 
+%package -n libbmc%{lib_bmc_major}
+Summary:Open Programmable Acceleration Engine Libraries
+Group:  System/Libraries
+
+%description -n libbmc%{lib_bmc_major}
+Libraries for the Open Programmable Acceleration Engine Libraries tools.
+
+%package ase
+Summary:OPAE AFU Simulation Environment
+Group:   

commit opae for openSUSE:Factory

2018-07-06 Thread root
Hello community,

here is the log from the commit of package opae for openSUSE:Factory checked in 
at 2018-07-06 10:48:55

Comparing /work/SRC/openSUSE:Factory/opae (Old)
 and  /work/SRC/openSUSE:Factory/.opae.new (New)


Package is "opae"

Fri Jul  6 10:48:55 2018 rev:5 rq:621152 version:0.13.0

Changes:

--- /work/SRC/openSUSE:Factory/opae/opae.changes2018-02-22 
15:02:57.176909764 +0100
+++ /work/SRC/openSUSE:Factory/.opae.new/opae.changes   2018-07-06 
10:49:18.974730620 +0200
@@ -1,0 +2,6 @@
+Tue Jul  3 13:10:59 CEST 2018 - n...@suse.de
+
+- opae goes with FPGA driver API.(FATE#325137).
+- replace %doc with %license
+
+---



Other differences:
--
++ opae.spec ++
--- /var/tmp/diff_new_pack.1voCv3/_old  2018-07-06 10:49:20.842728313 +0200
+++ /var/tmp/diff_new_pack.1voCv3/_new  2018-07-06 10:49:20.842728313 +0200
@@ -24,7 +24,7 @@
 Version:0.13.0
 Release:0
 Summary:Open Programmable Acceleration Engine
-License:Intel or MIT
+License:Intel OR MIT
 Group:  Development/Libraries/C and C++
 Url:https://github.com/OPAE/opae-sdk
 Source0:%{name}-%{version}%{git_ver}.tar.bz2
@@ -104,7 +104,7 @@
 
 %files
 %{_bindir}/*
-%doc COPYING RELEASE_NOTES
+%license COPYING RELEASE_NOTES
 
 %files devel
 %{_includedir}/opae




commit opae for openSUSE:Factory

2018-02-22 Thread root
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.changes2018-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 
 Date:   Wed Sep 6 10:06:23 2017 +0200
 
@@ -7,27 +7,27 @@
 Signed-off-by: Nicolas Morey-Chaisemartin 
 
 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

commit opae for openSUSE:Factory

2018-01-24 Thread root
Hello community,

here is the log from the commit of package opae for openSUSE:Factory checked in 
at 2018-01-24 15:28:31

Comparing /work/SRC/openSUSE:Factory/opae (Old)
 and  /work/SRC/openSUSE:Factory/.opae.new (New)


Package is "opae"

Wed Jan 24 15:28:31 2018 rev:3 rq:567761 version:0.13.0

Changes:

--- /work/SRC/openSUSE:Factory/opae/opae.changes2017-09-13 
22:37:57.831166809 +0200
+++ /work/SRC/openSUSE:Factory/.opae.new/opae.changes   2018-01-24 
15:28:44.447311212 +0100
@@ -1,0 +2,8 @@
+Fri Jan 19 10:03:15 UTC 2018 - nmoreychaisemar...@suse.com
+
+- Update to opae 0.13.0
+  * No release notes available
+- Refresh opae-fix-cmake-paths.patch and opae-missing-shebang.patch
+  to the lastest sources
+
+---

Old:

  opae-0.9.0.0.55041b8.tar.bz2

New:

  opae-0.13.0.0.c83632afa605.tar.bz2



Other differences:
--
++ opae.spec ++
--- /var/tmp/diff_new_pack.XhlnYI/_old  2018-01-24 15:28:45.159277912 +0100
+++ /var/tmp/diff_new_pack.XhlnYI/_new  2018-01-24 15:28:45.163277725 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package opae
 #
-# 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
@@ -16,11 +16,12 @@
 #
 
 
-%define git_ver .0.55041b8
-%define lib_major 0
+%define git_ver .0.c83632afa605
+%define lib_opae_major 0
+%define lib_hssi_major 0
 
 Name:   opae
-Version:0.9.0
+Version:0.13.0
 Release:0
 Summary:Open Programmable Acceleration Engine
 License:Intel or MIT
@@ -41,7 +42,8 @@
 BuildRequires:  ncurses-devel
 #Currently *only* builds on x86_64
 ExclusiveArch:  x86_64
-Requires:   libopae-c0 = %{version}
+Requires:   libhssi-io%{lib_hssi_major} = %{version}
+Requires:   libopae-c%{lib_opae_major} = %{version}
 
 %description
 OPAE is the Open Programmable Acceleration Engine, a software framework for
@@ -63,11 +65,19 @@
 development of software applications and accelerators using OPAE.
 This package contains the development files.
 
-%package -n libopae-c0
+%package -n libopae-c%{lib_opae_major}
 Summary:Open Programmable Acceleration Engine Libraries
 Group:  System/Libraries
 
-%description -n libopae-c0
+%description -n libopae-c%{lib_opae_major}
+Libraries for the Open Programmable Acceleration Engine Libraries tools.
+
+
+%package -n libhssi-io%{lib_hssi_major}
+Summary:Open Programmable Acceleration Engine Libraries
+Group:  System/Libraries
+
+%description -n libhssi-io%{lib_hssi_major}
 Libraries for the Open Programmable Acceleration Engine Libraries tools.
 
 %prep
@@ -80,13 +90,17 @@
 export RPM_OPT_FLAGS
 %cmake  -DCMAKE_BUILD_TYPE=Release
 
-%make_jobs
+make VERBOSE=1 all %{?_smp_mflags}
 
 %install
 %cmake_install
+rm -f %{buildroot}%{_libdir}/libsafestr.a
+rm -Rf %{buildroot}%{_includedir}/safe_string
 
-%post   -n libopae-c0 -p /sbin/ldconfig
-%postun -n libopae-c0 -p /sbin/ldconfig
+%post   -n libopae-c%{lib_opae_major} -p /sbin/ldconfig
+%postun -n libopae-c%{lib_opae_major} -p /sbin/ldconfig
+%post   -n libhssi-io%{lib_hssi_major} -p /sbin/ldconfig
+%postun -n libhssi-io%{lib_hssi_major} -p /sbin/ldconfig
 
 %files
 %{_bindir}/*
@@ -97,9 +111,15 @@
 %{_libdir}/*.so
 %dir %{_datarootdir}/opae
 %{_datarootdir}/opae/hello_fpga.c
+%{_datarootdir}/opae/hello_events.c
+%{_datarootdir}/opae/platform
 
-%files -n libopae-c0
-%{_libdir}/*.so.%{lib_major}
-%{_libdir}/*.so.%{lib_major}.*
+%files -n libopae-c%{lib_opae_major}
+%{_libdir}/libopae-c*.so.%{lib_opae_major}
+%{_libdir}/libopae-c*.so.%{lib_opae_major}.*
+
+%files -n libhssi-io%{lib_hssi_major}
+%{_libdir}/libhssi-io*.so.%{lib_hssi_major}
+%{_libdir}/libhssi-io*.so.%{lib_hssi_major}.*
 
 %changelog

++ _service ++
--- /var/tmp/diff_new_pack.XhlnYI/_old  2018-01-24 15:28:45.199276042 +0100
+++ /var/tmp/diff_new_pack.XhlnYI/_new  2018-01-24 15:28:45.199276042 +0100
@@ -8,7 +8,7 @@
 @PARENT_TAG@.@TAG_OFFSET@.%h
 v(.*)
 \1
-55041b86e51e6e827f4ca6956de37ab8b2ee
+c83632afa605c0051b15f7061136ef6bd167500a
   
   
 opae*.tar

++ opae-0.9.0.0.55041b8.tar.bz2 -> opae-0.13.0.0.c83632afa605.tar.bz2 ++
 356548 lines of diff (skipped)

++ opae-fix-cmake-paths.patch ++
--- /var/tmp/diff_new_pack.XhlnYI/_old  2018-01-24 15:28:46.587211126 +0100
+++ /var/tmp/diff_new_pack.XhlnYI/_new  2018-01-24 15:28:46.587211126 +0100
@@ -1,5 +1,13 @@
+commit 06103695f4667ccc2fd33422fc90af3ab2b78ac5
+Author: Nicolas Morey-Chaisemartin 
+Date:   Wed 

commit opae for openSUSE:Factory

2017-09-13 Thread root
Hello community,

here is the log from the commit of package opae for openSUSE:Factory checked in 
at 2017-09-13 22:37:38

Comparing /work/SRC/openSUSE:Factory/opae (Old)
 and  /work/SRC/openSUSE:Factory/.opae.new (New)


Package is "opae"

Wed Sep 13 22:37:38 2017 rev:2 rq:524471 version:0.9.0

Changes:

--- /work/SRC/openSUSE:Factory/opae/opae.changes2017-09-12 
19:56:00.59310 +0200
+++ /work/SRC/openSUSE:Factory/.opae.new/opae.changes   2017-09-13 
22:37:57.831166809 +0200
@@ -5 +5 @@
-- Add opae-fix-cmake-paths.patch opae-fix-cmake-paths.patch and
+- Add opae-fix-cmake-paths.patch, opae-add-missing-lpthread.patch and



Other differences:
--
++ opae.spec ++
--- /var/tmp/diff_new_pack.T2FgMz/_old  2017-09-13 22:37:58.527068829 +0200
+++ /var/tmp/diff_new_pack.T2FgMz/_new  2017-09-13 22:37:58.531068265 +0200
@@ -31,14 +31,14 @@
 Patch1: opae-fix-cmake-paths.patch
 Patch2: opae-missing-shebang.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  boost-devel
 BuildRequires:  cmake
+BuildRequires:  doxygen
 BuildRequires:  gcc-c++
-BuildRequires:  ncurses-devel
-BuildRequires:  boost-devel
 BuildRequires:  graphviz
-BuildRequires:  doxygen
-BuildRequires:  libuuid-devel
 BuildRequires:  libjson-c-devel
+BuildRequires:  libuuid-devel
+BuildRequires:  ncurses-devel
 #Currently *only* builds on x86_64
 ExclusiveArch:  x86_64
 Requires:   libopae-c0 = %{version}