7431d4
# header-only library
7431d4
%global debug_package %{nil}
7431d4
1a3ed6
%global apiversion 1.5
7431d4
7431d4
Name: mdds
1a3ed6
Version: 1.5.0
1a3ed6
Release: 2%{?dist}
7431d4
Summary: A collection of multi-dimensional data structures and indexing algorithms
7431d4
7431d4
License: MIT
7431d4
URL: https://gitlab.com/mdds/mdds
7431d4
Source0: http://kohei.us/files/%{name}/src/%{name}-%{version}.tar.bz2
7431d4
7431d4
BuildRequires: boost-devel
7431d4
BuildRequires: gcc-c++
7431d4
BuildRequires: autoconf
7431d4
7431d4
%description
7431d4
%{name} is a collection of multi-dimensional data structures and
7431d4
indexing algorithms.
7431d4
7431d4
%package devel
7431d4
Summary: Headers for %{name}
7431d4
BuildArch: noarch
7431d4
Requires: boost-devel
7431d4
Provides: %{name}-static = %{version}-%{release}
7431d4
7431d4
%description devel
7431d4
%{name} is a collection of multi-dimensional data structures and
7431d4
indexing algorithms.
1a3ed6
7431d4
It implements the following data structures:
7431d4
* segment tree
1a3ed6
* flat segment tree
7431d4
* rectangle set
7431d4
* point quad tree
7431d4
* multi type matrix
7431d4
* multi type vector
7431d4
7431d4
See README.md for a brief description of the structures.
7431d4
7431d4
%prep
7431d4
%autosetup -p1
7431d4
7431d4
%build
7431d4
autoconf
7431d4
%configure
7431d4
7431d4
%install
7431d4
%make_install
7431d4
rm -rf %{buildroot}%{_docdir}/%{name}
7431d4
7431d4
%check
7431d4
make check %{?_smp_mflags}
7431d4
7431d4
%files devel
7431d4
%{_includedir}/%{name}-%{apiversion}
7431d4
%{_datadir}/pkgconfig/%{name}-%{apiversion}.pc
7431d4
%doc AUTHORS README.md
7431d4
%license LICENSE
7431d4
7431d4
%changelog
1a3ed6
* Mon Oct 19 2020 Tomas Pelka <tpelka@redhat.com> - 1.5.0-2
1a3ed6
- need to rebuild to retrigger gating (UMB outage)
1a3ed6
- Related: rhbz#1881121 update to 1.5.0
1a3ed6
1a3ed6
* Mon Oct 12 2020 Caolán McNamara <caolanm@redhat.com> - 1.5.0-1
1a3ed6
- Related: rhbz#1881121 update to 1.5.0
1a3ed6
7431d4
* Fri Mar 13 2020 Caolán McNamara <caolanm@redhat.com> - 1.4.3-1
7431d4
- Related: rhbz#1796893 update to 1.4.3
7431d4
7431d4
* Tue Jan 23 2018 Jonathan Wakely <jwakely@redhat.com> - 1.3.0-2
7431d4
- Rebuilt for Boost 1.66
7431d4
7431d4
* Wed Nov 01 2017 David Tardon <dtardon@redhat.com> - 1.3.0-1
7431d4
- new upstream release
7431d4
7431d4
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-4
7431d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
7431d4
7431d4
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-3
7431d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7431d4
7431d4
* Mon Jul 03 2017 Jonathan Wakely <jwakely@redhat.com> - 1.2.3-2
7431d4
- Rebuilt for Boost 1.64
7431d4
7431d4
* Thu May 25 2017 David Tardon <dtardon@redhat.com> - 1.2.3-1
7431d4
- new upstream release
7431d4
7431d4
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-3
7431d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7431d4
7431d4
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 1.2.2-2
7431d4
- Rebuilt for Boost 1.63
7431d4
7431d4
* Mon Sep 12 2016 David Tardon <dtardon@redhat.com> - 1.2.2-1
7431d4
- new upstream release
7431d4
7431d4
* Mon Jun 27 2016 David Tardon <dtardon@redhat.com> - 1.2.1-1
7431d4
- new upstream release
7431d4
7431d4
* Wed Jun 22 2016 David Tardon <dtardon@redhat.com> - 1.2.0-2
7431d4
- fix double delete in mtv::swap
7431d4
7431d4
* Thu May 12 2016 David Tardon <dtardon@redhat.com> - 1.2.0-1
7431d4
- new upstream release
7431d4
7431d4
* Fri Feb 12 2016 David Tardon <dtardon@redhat.com> - 1.1.0-1
7431d4
- new upstream release
7431d4
7431d4
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.1-7
7431d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
7431d4
7431d4
* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 0.12.1-6
7431d4
- Rebuilt for Boost 1.60
7431d4
7431d4
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.12.1-5
7431d4
- Rebuilt for Boost 1.59
7431d4
7431d4
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.1-4
7431d4
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
7431d4
7431d4
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 0.12.1-3
7431d4
- rebuild for Boost 1.58
7431d4
7431d4
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.1-2
7431d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
7431d4
7431d4
* Fri Jun 12 2015 David Tardon <dtardon@redhat.com> - 0.12.1-1
7431d4
- new upstream release
7431d4
7431d4
* Thu Mar 05 2015 David Tardon <dtardon@redhat.com> - 0.12.0-2
7431d4
- add missing includes
7431d4
7431d4
* Tue Feb 17 2015 David Tardon <dtardon@redhat.com> - 0.12.0-1
7431d4
- new upstream release
7431d4
7431d4
* Thu Jan 29 2015 David Tardon <dtardon@redhat.com> - 0.11.2-3
7431d4
- fix includes in header file
7431d4
7431d4
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 0.11.2-2
7431d4
- Rebuild for boost 1.57.0
7431d4
7431d4
* Sun Dec 21 2014 David Tardon <dtardon@redhat.com> - 0.11.2-1
7431d4
- new upstream release
7431d4
7431d4
* Fri Oct 03 2014 David Tardon <dtardon@redhat.com> - 0.11.1-1
7431d4
- new bugfix release
7431d4
7431d4
* Mon Sep 22 2014 David Tardon <dtardon@redhat.com> - 0.11.0-1
7431d4
- new upstream release
7431d4
7431d4
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.3-4
7431d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
7431d4
7431d4
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.3-3
7431d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7431d4
7431d4
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 0.10.3-2
7431d4
- Rebuild for boost 1.55.0
7431d4
7431d4
* Thu Apr 24 2014 David Tardon <dtardon@redhat.com> - 0.10.3-1
7431d4
- new upstream release
7431d4
7431d4
* Thu Feb 13 2014 David Tardon <dtardon@redhat.com> - 0.10.2-1
7431d4
- new bugfix release
7431d4
7431d4
* Thu Jan 09 2014 David Tardon <dtardon@redhat.com> - 0.10.1-1
7431d4
- new upstream release
7431d4
7431d4
* Tue Jan 07 2014 David Tardon <dtardon@redhat.com> - 0.10.0-1
7431d4
- new upstream release
7431d4
7431d4
* Wed Nov 06 2013 David Tardon <dtardon@redhat.com> - 0.9.1-1
7431d4
- new upstream release
7431d4
7431d4
* Wed Sep 04 2013 David Tardon <dtardon@redhat.com> - 0.8.1-5
7431d4
- run tests on all platforms
7431d4
7431d4
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-4
7431d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
7431d4
7431d4
* Tue Jul 30 2013 Petr Machata <pmachata@redhat.com> - 0.8.1-3
7431d4
- Rebuild for boost 1.54.0
7431d4
7431d4
* Mon Jun 10 2013 David Tardon <dtardon@redhat.com> - 0.8.1-2
7431d4
- trivial changes
7431d4
7431d4
* Tue May 21 2013 David Tardon <dtardon@redhat.com> - 0.8.1-1
7431d4
- new release
7431d4
7431d4
* Tue May 14 2013 David Tardon <dtardon@redhat.com> - 0.8.0-1
7431d4
- new release
7431d4
7431d4
* Mon Mar 18 2013 David Tardon <dtardon@redhat.com> - 0.7.1-1
7431d4
- new release
7431d4
7431d4
* Thu Feb 28 2013 David Tardon <dtardon@redhat.com> - 0.7.0-1
7431d4
- new release
7431d4
7431d4
* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.6.1-3
7431d4
- Rebuild for Boost-1.53.0
7431d4
7431d4
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.6.1-2
7431d4
- Rebuild for Boost-1.53.0
7431d4
7431d4
* Tue Sep 18 2012 David Tardon <dtardon@redhat.com> - 0.6.1-1
7431d4
- new version
7431d4
7431d4
* Sat Jul 28 2012 David Tardon <dtardon@redhat.com> - 0.6.0-2
7431d4
- rebuilt for boost 1.50
7431d4
7431d4
* Mon Jul 23 2012 David Tardon <dtardon@redhat.com> - 0.6.0-1
7431d4
- new version
7431d4
7431d4
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-3
7431d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7431d4
7431d4
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-2
7431d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
7431d4
7431d4
* Fri Nov 18 2011 David Tardon <dtardon@redhat.com> - 0.5.4-1
7431d4
- new version
7431d4
7431d4
* Thu Jul 14 2011 David Tardon <dtardon@redhat.com> - 0.5.3-1
7431d4
- new version
7431d4
7431d4
* Wed Mar 30 2011 David Tardon <dtardon@redhat.com> - 0.5.2-2
7431d4
- install license
7431d4
7431d4
* Tue Mar 29 2011 David Tardon <dtardon@redhat.com> - 0.5.2-1
7431d4
- new version
7431d4
7431d4
* Thu Mar 24 2011 David Tardon <dtardon@redhat.com> - 0.5.1-3
7431d4
- Resolves: rhbz#680766 fix a crash and two other bugs
7431d4
7431d4
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-2
7431d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7431d4
7431d4
* Sat Jan 08 2011 David Tardon <dtardon@redhat.com> - 0.5.1-1
7431d4
- new version
7431d4
7431d4
* Tue Dec 21 2010 David Tardon <dtardon@redhat.com> - 0.4.0-1
7431d4
- new version
7431d4
7431d4
* Tue Nov 16 2010 David Tardon <dtardon@redhat.com> - 0.3.1-1
7431d4
- new version
7431d4
7431d4
* Wed Jul 07 2010 Caolán McNamara <caolanm@redhat.com> - 0.3.0-2
7431d4
- rpmlint warnings
7431d4
7431d4
* Wed Jun 30 2010 David Tardon <dtardon@redhat.com> - 0.3.0-1
7431d4
- initial import