Compare commits

...

1 Commits

Author SHA1 Message Date
CentOS Sources d4fbfd0100 import mdds-1.5.0-2.el8 2021-09-09 22:06:11 +00:00
3 changed files with 14 additions and 7 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/mdds-1.4.3.tar.bz2
SOURCES/mdds-1.5.0.tar.bz2

View File

@ -1 +1 @@
86a90787750043b417e031b90360379bec75a46a SOURCES/mdds-1.4.3.tar.bz2
4f0701f5c6af0455178b6c63f4f5c9e889f07499 SOURCES/mdds-1.5.0.tar.bz2

View File

@ -1,11 +1,11 @@
# header-only library
%global debug_package %{nil}
%global apiversion 1.4
%global apiversion 1.5
Name: mdds
Version: 1.4.3
Release: 1%{?dist}
Version: 1.5.0
Release: 2%{?dist}
Summary: A collection of multi-dimensional data structures and indexing algorithms
License: MIT
@ -29,10 +29,10 @@ Provides: %{name}-static = %{version}-%{release}
%description devel
%{name} is a collection of multi-dimensional data structures and
indexing algorithms.
It implements the following data structures:
* segment tree
* flat segment tree
* flat segment tree
* rectangle set
* point quad tree
* multi type matrix
@ -61,6 +61,13 @@ make check %{?_smp_mflags}
%license LICENSE
%changelog
* Mon Oct 19 2020 Tomas Pelka <tpelka@redhat.com> - 1.5.0-2
- need to rebuild to retrigger gating (UMB outage)
- Related: rhbz#1881121 update to 1.5.0
* Mon Oct 12 2020 Caolán McNamara <caolanm@redhat.com> - 1.5.0-1
- Related: rhbz#1881121 update to 1.5.0
* Fri Mar 13 2020 Caolán McNamara <caolanm@redhat.com> - 1.4.3-1
- Related: rhbz#1796893 update to 1.4.3