From 91a1665228fbfa69fe33ce82b08b6cbe6cb49949996266b3f4da6b4f90f19290 Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Thu, 10 Dec 2020 13:48:54 +0000 Subject: [PATCH] Accepting request 854575 from home:Guillaume_G:branches:science:machinelearning - Update to 20.11: * Public major release * Deprecation notice: Deprecated GLES functions and kernels Deprecated Neon and OpenCL Computer Vision functions * Documentation (API, changelogs, build guide, contribution guide, errata, etc.) available here: https://arm-software.github.io/ComputeLibrary/v20.11/ OBS-URL: https://build.opensuse.org/request/show/854575 OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ComputeLibrary?expand=0&rev=18 --- ComputeLibrary-20.08.tar.gz | 3 --- ComputeLibrary-20.11.tar.gz | 3 +++ ComputeLibrary.changes | 12 ++++++++++++ ComputeLibrary.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 ComputeLibrary-20.08.tar.gz create mode 100644 ComputeLibrary-20.11.tar.gz diff --git a/ComputeLibrary-20.08.tar.gz b/ComputeLibrary-20.08.tar.gz deleted file mode 100644 index 46cdf07..0000000 --- a/ComputeLibrary-20.08.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4ad14dc8b90e5b13bd32c5b48a00eb27143bfa1efd0be3f6c4efbf8d556aa1c -size 12600240 diff --git a/ComputeLibrary-20.11.tar.gz b/ComputeLibrary-20.11.tar.gz new file mode 100644 index 0000000..dd7ac37 --- /dev/null +++ b/ComputeLibrary-20.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4cfbe5f87cf47170aa497209c24567d425365fa5f959129a50be665317a8ab +size 12722838 diff --git a/ComputeLibrary.changes b/ComputeLibrary.changes index 8742b88..f2a6259 100644 --- a/ComputeLibrary.changes +++ b/ComputeLibrary.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Dec 9 14:30:01 UTC 2020 - Guillaume GARDET + +- Update to 20.11: + * Public major release + * Deprecation notice: + Deprecated GLES functions and kernels + Deprecated Neon and OpenCL Computer Vision functions + * Documentation (API, changelogs, build guide, + contribution guide, errata, etc.) available here: + https://arm-software.github.io/ComputeLibrary/v20.11/ + ------------------------------------------------------------------- Thu Sep 3 09:04:07 UTC 2020 - Guillaume GARDET diff --git a/ComputeLibrary.spec b/ComputeLibrary.spec index 2c1c7f6..c400bf7 100644 --- a/ComputeLibrary.spec +++ b/ComputeLibrary.spec @@ -16,11 +16,11 @@ # -%define so_ver 20 +%define so_ver 21 # Disable validation tests by default due to opencl needing to be set up %bcond_with computelibrary_tests Name: ComputeLibrary -Version: 20.08 +Version: 20.11 Release: 0 Summary: ARM Compute Library License: MIT