Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package onednn for openSUSE:Factory checked 
in at 2023-03-21 17:44:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/onednn (Old)
 and      /work/SRC/openSUSE:Factory/.onednn.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "onednn"

Tue Mar 21 17:44:41 2023 rev:9 rq:1073553 version:3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/onednn/onednn.changes    2022-09-22 
14:50:07.814467486 +0200
+++ /work/SRC/openSUSE:Factory/.onednn.new.31432/onednn.changes 2023-03-21 
17:44:56.318808564 +0100
@@ -1,0 +2,15 @@
+Tue Mar 21 10:27:40 UTC 2023 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Update to 3.0.1:
+  * Changes: https://github.com/oneapi-src/oneDNN/releases/tag/v3.0.1
+- Skipped 3.0:
+  * Changes: https://github.com/oneapi-src/oneDNN/releases/tag/v3.0
+- Add patch to fix build with GCC13:
+  * onednn-fix-gcc13.patch
+- Disable Arm Compute library support until fixed upstream
+  https://github.com/oneapi-src/oneDNN/issues/1599
+- Drop upstream patches:
+  * 1428.patch
+  * fa93750.patch
+
+-------------------------------------------------------------------

Old:
----
  1428.patch
  fa93750.patch
  oneDNN-2.6.2.tar.gz

New:
----
  oneDNN-3.0.1.tar.gz
  onednn-fix-gcc13.patch

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

Other differences:
------------------
++++++ onednn.spec ++++++
--- /var/tmp/diff_new_pack.ZE84Tz/_old  2023-03-21 17:44:57.050812020 +0100
+++ /var/tmp/diff_new_pack.ZE84Tz/_new  2023-03-21 17:44:57.054812039 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package onednn
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,23 +24,22 @@
 %endif
 
 %ifarch aarch64
-%bcond_without acl
+# Disable ACL until fixed upstream - 
https://github.com/oneapi-src/oneDNN/issues/1599
+%bcond_with acl
 %else
 %bcond_with acl
 %endif
 
-%define libname libdnnl2
+%define libname libdnnl3
 Name:           onednn
-Version:        2.6.2
+Version:        3.0.1
 Release:        0
 Summary:        Intel Math Kernel Library for Deep Neural Networks
 License:        Apache-2.0
 URL:            https://01.org/onednn
 Source0:        
https://github.com/oneapi-src/oneDNN/archive/v%{version}/oneDNN-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM - deps for Patch2
-Patch1:         fa93750.patch
-# PATCH-FIX-UPSTREAM - Fix build with latest ACL - 
https://github.com/oneapi-src/oneDNN/pull/1428
-Patch2:         1428.patch
+# PATCH-FIX-UPSTREAM - https://github.com/oneapi-src/oneDNN/issues/1600
+Patch1:         onednn-fix-gcc13.patch
 BuildRequires:  chrpath
 BuildRequires:  cmake
 BuildRequires:  doxygen
@@ -49,7 +48,7 @@
 BuildRequires:  graphviz
 BuildRequires:  texlive-dvips-bin
 %if %{with acl}
-BuildRequires:  ComputeLibrary-devel
+BuildRequires:  ComputeLibrary-devel >= 22.08
 %endif
 %if %{with opencl}
 BuildRequires:  opencl-headers

++++++ oneDNN-2.6.2.tar.gz -> oneDNN-3.0.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/onednn/oneDNN-2.6.2.tar.gz 
/work/SRC/openSUSE:Factory/.onednn.new.31432/oneDNN-3.0.1.tar.gz differ: char 
12, line 1

++++++ onednn-fix-gcc13.patch ++++++
--- 
oneDNN-3.0.1/src/cpu/aarch64/xbyak_aarch64/xbyak_aarch64/xbyak_aarch64.h.orig   
    2023-02-24 03:36:27.000000000 +0100
+++ oneDNN-3.0.1/src/cpu/aarch64/xbyak_aarch64/xbyak_aarch64/xbyak_aarch64.h    
2023-03-21 13:44:05.786852048 +0100
@@ -25,6 +25,7 @@
 #endif
 
 #include <algorithm>
+#include <cstdint>
 #include <deque>
 #include <initializer_list>
 #include <iostream>

Reply via email to