[packages/mdds] - updated to 2.1.1 (new api version 2.1, C++17 now)

qboosh qboosh at pld-linux.org
Thu Aug 29 19:22:02 CEST 2024


commit 750f46ffdc5240c5465fea826d432f0205595875
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Aug 29 19:03:36 2024 +0200

    - updated to 2.1.1 (new api version 2.1, C++17 now)

 mdds.spec | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/mdds.spec b/mdds.spec
index 51c32d5..cbbe632 100644
--- a/mdds.spec
+++ b/mdds.spec
@@ -6,17 +6,17 @@ Summary:	A collection of multi-dimensional data structures and indexing algorith
 Summary(pl.UTF-8):	Zbiór struktur danych wielowymiarowych oraz algorytmów indeksujących
 Name:		mdds
 # keep in sync with BuildRequires in libreoffice.spec, ixion.spec, liborcus.spec
-Version:	2.0.3
+Version:	2.1.1
 Release:	1
 License:	MIT
 Group:		Development/Libraries
 #Source0Download: https://gitlab.com/mdds/mdds/-/releases
 Source0:	https://kohei.us/files/mdds/src/%{name}-%{version}.tar.xz
-# Source0-md5:	6ff7a461e9fc408c508bbfbf1f53969a
+# Source0-md5:	4d8ac3838997525e2dc748e8e34c3015
 Patch0:		%{name}-doc.patch
 URL:		https://gitlab.com/mdds/mdds
 BuildRequires:	boost-devel >= 1.39
-BuildRequires:	libstdc++-devel >= 6:4.7
+BuildRequires:	libstdc++-devel >= 6:7
 BuildRequires:	rpmbuild(macros) >= 1.446
 BuildRequires:	tar >= 1:1.22
 BuildRequires:	xz
@@ -53,7 +53,7 @@ Summary:	A collection of multi-dimensional data structures and indexing algorith
 Summary(pl.UTF-8):	Zbiór struktur danych wielowymiarowych oraz algorytmów indeksujących
 Group:		Development/Libraries
 Requires:	boost-devel >= 1.39
-Requires:	libstdc++-devel >= 6:4.7
+Requires:	libstdc++-devel >= 6:7
 
 %description devel
 A collection of multi-dimensional data structures and indexing
@@ -115,8 +115,8 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %doc AUTHORS CHANGELOG LICENSE README.md
-%{_includedir}/mdds-2.0
-%{_npkgconfigdir}/mdds-2.0.pc
+%{_includedir}/mdds-2.1
+%{_npkgconfigdir}/mdds-2.1.pc
 
 %if %{with apidocs}
 %files apidocs
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mdds.git/commitdiff/750f46ffdc5240c5465fea826d432f0205595875



More information about the pld-cvs-commit mailing list