import mdds-1.5.0-2.el8
This commit is contained in:
parent
6e391692ea
commit
d4fbfd0100
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/mdds-1.4.3.tar.bz2
|
||||
SOURCES/mdds-1.5.0.tar.bz2
|
||||
|
@ -1 +1 @@
|
||||
86a90787750043b417e031b90360379bec75a46a SOURCES/mdds-1.4.3.tar.bz2
|
||||
4f0701f5c6af0455178b6c63f4f5c9e889f07499 SOURCES/mdds-1.5.0.tar.bz2
|
||||
|
@ -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
|
||||
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user