Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/mdds.git#c9e07f8a6796aa46bf9669c3f656c3de630c4612
This commit is contained in:
DistroBaker 2021-02-02 22:05:59 +00:00
parent eb617e8e96
commit 63c6f3682c

View File

@ -5,13 +5,14 @@
Name: mdds Name: mdds
Version: 1.7.0 Version: 1.7.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: A collection of multi-dimensional data structures and indexing algorithms Summary: A collection of multi-dimensional data structures and indexing algorithms
License: MIT License: MIT
URL: https://gitlab.com/mdds/mdds URL: https://gitlab.com/mdds/mdds
Source0: http://kohei.us/files/%{name}/src/%{name}-%{version}.tar.bz2 Source0: http://kohei.us/files/%{name}/src/%{name}-%{version}.tar.bz2
BuildRequires: make
BuildRequires: boost-devel BuildRequires: boost-devel
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: autoconf BuildRequires: autoconf
@ -61,6 +62,9 @@ make check %{?_smp_mflags}
%license LICENSE %license LICENSE
%changelog %changelog
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Sep 21 2020 Caolán McNamara <caolanm@redhat.com> - 1.7.0-1 * Mon Sep 21 2020 Caolán McNamara <caolanm@redhat.com> - 1.7.0-1
- new upstream release - new upstream release