Compare commits

...

No commits in common. "imports/c8/mdds-1.3.0-2.el8" and "c8s" have entirely different histories.

3 changed files with 21 additions and 8 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
cd2a0b425139f5eda7ca914bfae91a15fe68dfa2 SOURCES/mdds-1.3.0.tar.bz2
4f0701f5c6af0455178b6c63f4f5c9e889f07499 SOURCES/mdds-1.5.0.tar.bz2

View File

@ -1,10 +1,10 @@
# header-only library
%global debug_package %{nil}
%global apiversion 1.2
%global apiversion 1.5
Name: mdds
Version: 1.3.0
Version: 1.5.0
Release: 2%{?dist}
Summary: A collection of multi-dimensional data structures and indexing algorithms
@ -13,6 +13,8 @@ URL: https://gitlab.com/mdds/mdds
Source0: http://kohei.us/files/%{name}/src/%{name}-%{version}.tar.bz2
BuildRequires: boost-devel
BuildRequires: gcc-c++
BuildRequires: autoconf
%description
%{name} is a collection of multi-dimensional data structures and
@ -27,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
@ -42,6 +44,7 @@ See README.md for a brief description of the structures.
%autosetup -p1
%build
autoconf
%configure
%install
@ -54,10 +57,20 @@ make check %{?_smp_mflags}
%files devel
%{_includedir}/%{name}-%{apiversion}
%{_datadir}/pkgconfig/%{name}-%{apiversion}.pc
%doc AUTHORS NEWS README.md
%license COPYING
%doc AUTHORS README.md
%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
* Tue Jan 23 2018 Jonathan Wakely <jwakely@redhat.com> - 1.3.0-2
- Rebuilt for Boost 1.66