Accepting request 1001455 from hardware:sdr

OBS-URL: https://build.opensuse.org/request/show/1001455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/volk?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2022-09-07 09:05:54 +00:00 committed by Git OBS Bridge
commit 32b6022dc1
7 changed files with 75 additions and 34 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ddc84d2396e9d3899ff0411a0659f64ba19d75b2210cce83bc2eaa7767429252
size 322280

View File

@ -1,14 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQGzBAABCgAdFiEEYP2fX9zcnIzoe6UVBXnWl3LNmyIFAmC7WbAACgkQBXnWl3LN
myJzMAv/RHob5d6laDaL2xkmcHhTc246lH/miVV2zXaMTw1UPwGsiN0EROeMtCAP
c6jfEag5airy9VPVFPNvceEa+FjY787W2cEN9HeEdXl29kqvBLozovmQ29stPfPR
QSrKsPE9kyPLFIfFk9Rg45RfX1JbshU5Vjmtmvz9ps+B2dkfel89+h6FWrYCSNnA
s6YUyYEDhP8KMVd96iSLzzaZUnAt1M6zd3G92+v0SoP/pBMwXW5IRtbqLNxJhV4I
TcIxeps9XqZ/HcpFZUEQWnK6sQqhkX+AHt8DXchPDV7hs3xXXvdxsNqvjwBZht+X
3Lb09fPY8NqfCKbpd9MTx/MMigdYsUsN0fG/fBs7MVbuMB1HI+OTr9UOT2yyM3RX
BTS9POGm4BypnrpoAKf3OssE1r1DWh+d3U8+2KrFiEacnhqQI6UdH8VlwhbTTjR2
DHvh4zYmKI1OOQiVe+MuFjqoXbRIVjcpFB36prPTs4LqXpn7qn2iOsrQSsJGnEBB
nANcIBC+
=EHiZ
-----END PGP SIGNATURE-----

3
volk-2.5.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eff53206cd1ec3314755e0b2bde3c7aaea21dd0f0ad8d753bff07d98e93ddee2
size 402240

14
volk-2.5.2.tar.xz.asc Normal file
View File

@ -0,0 +1,14 @@
-----BEGIN PGP SIGNATURE-----
iQGzBAABCgAdFiEEYP2fX9zcnIzoe6UVBXnWl3LNmyIFAmMUyIIACgkQBXnWl3LN
myIhFAwApCQ+CdNjUvm+da3gr4IXRXQ9NJyqN0yt0mwS1nA8VnyTR6gwYCwOZ4b5
hK8IpRCbL3ekHucQeR3eoR4b635u/usQKQO0kO/J9QSObzsPMBodOOJcCPiihpXP
y4HF1TgmqYL4w9Z4ni3Ewy2NpkfpWWnsv/+VmU3elDPDltvdeEG/I3IjXOV+4B1+
lkLRKldeUdZbBF0kN2kl0knJQm//5+hcN4hFxOoAX7EvuS3CR0N5q4TWuSsDFQEg
rPblVsRymXSmQd7n5/t94hBKlohiGT4pV8VMKVQA7P68M1RC+dIqmoCZOqC2V5Fv
NIXpewQAY22pljdYHbHNbvFzhSu88vGj5Y/lfw3QtauDUhJYuUp3iQQxsKxmJTeU
fs55p3onB/vrwAvhko2XsL6S1431ZdPF9nizvQOTlXTQX8wC2eAz0nAGS+LbrSTL
4l8CWkzhmp9bnDoyE8C2X5Er1aLx2G9sDUZ6N7BsD3A+uZBlRtlj54LWch0cnR21
MQNlK1pF
=o4u5
-----END PGP SIGNATURE-----

View File

@ -1,12 +0,0 @@
diff --git a/cpu_features/src/utils/list_cpu_features.c b/cpu_features/src/utils/list_cpu_features.c
index c80ffc5..82a8e72 100644
--- a/cpu_features/src/utils/list_cpu_features.c
+++ b/cpu_features/src/utils/list_cpu_features.c
@@ -340,6 +340,7 @@ static Node* GetCacheTypeString(CacheType cache_type) {
case CPU_FEATURE_CACHE_PREFETCH:
return CreateConstantString("prefetch");
}
+ return 0;
}
static void AddCacheInfo(Node* root, const CacheInfo* cache_info) {

View File

@ -1,3 +1,58 @@
-------------------------------------------------------------------
Mon Sep 5 17:48:54 UTC 2022 - Wojciech Kazubski <wk@ire.pw.edu.pl>
- Update to version 2.5.2
CI
* Update all test jobs to more recent actions
volk_8u_x4_conv_k7_r2_8u
* Add NEON implementation neonspiral via sse2neon.h
Fixes
* Fix out-of-bounds reads
* Fix broken neon kernels
* Fix float to int conversion
CMake
* Suppress superfluous warning
* Fix Python install path calculation and documentation
cpu_features
* Update submodule pointer
VOLK 3.0 release preparations
* Use SPDX license identifiers everywhere
* Re-arrange files in top-level folder
* Update Doxygen and all Doxygen related tasks into docs
-------------------------------------------------------------------
Sat Feb 12 12:59:47 UTC 2022 - Wojciech Kazubski <wk@ire.pw.edu.pl>
- Update to version 2.5.1
Kernels
* Fixup underperforming GENERIC kernel for volk_8u_x4_conv_k7_r2_8u
* volk_32fc_x2_conjugate_dot_prod_32fc: New generic implementation
* Add volk_32f(c)_index_min_16/32u
* Fix volk_32fc_index_min_32u_neon
* Fix volk_32fc_index_min_32u_neon
Misc
* Fix volk_malloc alignment bug
* qa: Remove repeating tests
* python: Switch to sysconfig module
* deprecate: Add attribute deprecated
* deprecate: Exclude warnings on Windows
* docs: Update docs
* Add the list of contributors agreeing to LGPL licensing
* Add a script to count the lines that are pending resubmission
* Testing: Add test for LGPL licensing
* Update CODE_OF_CONDUCT file
Boost
* boost: Remove boost dependency
* c++: Require C++17 for std::filesystem
cpu_features
* cpu_features: Update submodule pointer
* cpu_features: Make cpu_features submodule optional
Zenodo
* zenodo: Add metadata file
* zenodo: Re-organize .zenodo.json
- Patch volk-fix-cpu_features-compilation-error.patch removed (not
needed
-------------------------------------------------------------------
Thu Jul 22 20:11:16 UTC 2021 - Wojciech Kazubski <wk@ire.pw.edu.pl>

View File

@ -19,16 +19,15 @@
%global sonum 2
%global soname 2_5
Name: volk
Version: 2.5.0
Version: 2.5.2
Release: 0
Summary: Vector-Optimized Library of Kernels
License: GPL-3.0-only
Group: Development/Libraries/C and C++
URL: https://libvolk.org/
Source: https://github.com/gnuradio/volk/releases/download/v%{version}/%{name}-%{version}.tar.xz
Source98: https://github.com/gnuradio/volk/releases/download/v%{version}/%{name}-%{version}.tar.xz.asc#/%{name}-%{version}.tar.xz.sig
Source98: https://github.com/gnuradio/volk/releases/download/v%{version}/%{name}-%{version}.tar.xz.asc#/%{name}-%{version}.tar.xz.asc
Source99: https://github.com/gnuradio/volk/releases/download/v%{version}/gpg_volk_release_key.asc#/volk.keyring
Patch0: volk-fix-cpu_features-compilation-error.patch
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: gcc-c++
@ -73,7 +72,6 @@ VOLK kernels.
%prep
%setup -q
%patch0 -p1
%build
%cmake
@ -99,7 +97,7 @@ rm %{buildroot}%{_libdir}/libcpu_features.a
%files
%license COPYING
%doc CHANGELOG.md README.md
%doc docs/CHANGELOG.md README.md
%{_bindir}/volk_profile
%files devel