diff --git a/.gitignore b/.gitignore index 36ea442..1b189fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/mdds-1.4.3.tar.bz2 +SOURCES/mdds-1.5.0.tar.bz2 diff --git a/.mdds.metadata b/.mdds.metadata index 2c0d8ba..6838638 100644 --- a/.mdds.metadata +++ b/.mdds.metadata @@ -1 +1 @@ -86a90787750043b417e031b90360379bec75a46a SOURCES/mdds-1.4.3.tar.bz2 +4f0701f5c6af0455178b6c63f4f5c9e889f07499 SOURCES/mdds-1.5.0.tar.bz2 diff --git a/SPECS/mdds.spec b/SPECS/mdds.spec index ee55928..a434066 100644 --- a/SPECS/mdds.spec +++ b/SPECS/mdds.spec @@ -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 - 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 - 1.5.0-1 +- Related: rhbz#1881121 update to 1.5.0 + * Fri Mar 13 2020 Caolán McNamara - 1.4.3-1 - Related: rhbz#1796893 update to 1.4.3