Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Jaroslav Škarvada
8b74421734 Fixed license tag
Resolves: rhbz#2346827
2025-03-12 16:32:42 +01:00

View file

@ -1,8 +1,8 @@
Name: volk
Version: 3.1.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: The Vector Optimized Library of Kernels
License: GPLv3+
License: LGPLv3+
URL: https://github.com/gnuradio/%{name}
Source0: https://github.com/gnuradio/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
Source1: https://github.com/gnuradio/volk/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc
@ -111,6 +111,10 @@ cp -a %{__cmake_builddir}/html %{buildroot}%{_docdir}/%{name}
%changelog
* Wed Mar 12 2025 Jaroslav Škarvada <jskarvad@redhat.com> - 3.1.1-2
- Fixed license tag
Resolves: rhbz#2346827
* Thu Feb 1 2024 Jaroslav Škarvada <jskarvad@redhat.com> - 3.1.1-1
- New version
Resolves: rhbz#2262148