|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# header-only library
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global apiversion 1.5
|
|
|
|
|
%global apiversion 2.0
|
|
|
|
|
|
|
|
|
|
Name: mdds
|
|
|
|
|
Version: 1.7.0
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 2.0.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A collection of multi-dimensional data structures and indexing algorithms
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -62,6 +62,9 @@ make check %{?_smp_mflags}
|
|
|
|
|
%license LICENSE
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Feb 02 2022 Caolán McNamara <caolanm@redhat.com> - 2.0.1-1
|
|
|
|
|
- new upstream release needed for libreoffice 7.3
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|