From a26f2a0d5e2183e425bcd9d324b8190bc40fd261a4cf52a6787f399c69b55839 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 27 Feb 2020 07:52:17 +0000 Subject: [PATCH] Accepting request 779664 from home:mnhauke:sdr-devel - Update to version 2.2.1 Changes * Fix loop bound in AVX rotator * Fix out-of-bounds read in AVX2 square dist kernel * Fix length checks in AVX2 index max kernels * includes: rearrange attributes to simplify macros Whitespace * kernels: fix usage in header comments - Update to version 2.2.0 Highlights * Dropped Python 2 build support + Removed Python six module dependency * Use C11 aligned_alloc whenever possible * Add VOLK version in volk_version.h (included in volk.h) * Improved CMake code * Improved code with lots of refactoring and performance tweaks OBS-URL: https://build.opensuse.org/request/show/779664 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/volk?expand=0&rev=5 --- volk-2.1.0.tar.gz | 3 --- volk-2.2.1.tar.gz | 3 +++ volk.changes | 19 +++++++++++++++++++ volk.spec | 7 +++---- 4 files changed, 25 insertions(+), 7 deletions(-) delete mode 100644 volk-2.1.0.tar.gz create mode 100644 volk-2.2.1.tar.gz diff --git a/volk-2.1.0.tar.gz b/volk-2.1.0.tar.gz deleted file mode 100644 index d2ca28c..0000000 --- a/volk-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe422f10b880d10cb72bdd1a3362a0f65d2d6d655dd1296459773c89fae51781 -size 274825 diff --git a/volk-2.2.1.tar.gz b/volk-2.2.1.tar.gz new file mode 100644 index 0000000..56dc80c --- /dev/null +++ b/volk-2.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283d088f93774a55cb8be058b3d3b4a06d8bd44d6bc0016416f5a7818dd05db4 +size 330676 diff --git a/volk.changes b/volk.changes index 29cbd38..f4e17b7 100644 --- a/volk.changes +++ b/volk.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Feb 26 19:47:28 UTC 2020 - Martin Hauke + +- Update to version 2.2.1 + Changes + * Fix loop bound in AVX rotator + * Fix out-of-bounds read in AVX2 square dist kernel + * Fix length checks in AVX2 index max kernels + * includes: rearrange attributes to simplify macros Whitespace + * kernels: fix usage in header comments +- Update to version 2.2.0 + Highlights + * Dropped Python 2 build support + + Removed Python six module dependency + * Use C11 aligned_alloc whenever possible + * Add VOLK version in volk_version.h (included in volk.h) + * Improved CMake code + * Improved code with lots of refactoring and performance tweaks + ------------------------------------------------------------------- Sun Dec 22 14:26:11 UTC 2019 - Martin Hauke diff --git a/volk.spec b/volk.spec index 974f971..a1b617d 100644 --- a/volk.spec +++ b/volk.spec @@ -1,7 +1,7 @@ # # spec file for package volk # -# 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 @@ -17,10 +17,10 @@ %global sonum 2 -%global soname 2_1 +%global soname 2_2_1 Name: volk -Version: 2.1.0 +Version: 2.2.1 Release: 0 Summary: Vector-Optimized Library of Kernels License: GPL-3.0-only @@ -35,7 +35,6 @@ BuildRequires: libboost_system-devel BuildRequires: orc BuildRequires: python-rpm-macros BuildRequires: python3-Mako -BuildRequires: python3-six %description VOLK provides a library of vector-optimized kernels. It is a subproject