Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mdds-2_1 for openSUSE:Factory checked in at 2023-08-08 15:54:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mdds-2_1 (Old) and /work/SRC/openSUSE:Factory/.mdds-2_1.new.22712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mdds-2_1" Tue Aug 8 15:54:23 2023 rev:2 rq:1102774 version:2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/mdds-2_1/mdds-2_1.changes 2023-06-30 19:58:12.029403741 +0200 +++ /work/SRC/openSUSE:Factory/.mdds-2_1.new.22712/mdds-2_1.changes 2023-08-08 15:54:31.700840822 +0200 @@ -1,0 +2,21 @@ +Mon Aug 7 19:19:05 UTC 2023 - Fridrich Strba <[email protected]> + +- Relax requirement for compiler version, since gcc 7.x is able + to compile C++17 + +------------------------------------------------------------------- +Mon Aug 7 09:35:28 UTC 2023 - Fridrich Strba <[email protected]> + +- Update to 2.1.1 + * flat_segment_tree + + added a method that returns a segment range object compatible + with ranged for loop. + + added a move constructor and a move assignment operator. + + added variants of search() and search_tree() that return a + result data structure that contains the value, the start and + end keys of the range. + * multi_type_vector + + added a range adaptor for mdds::mtv::element_block compatible + with ranged for loop. + +------------------------------------------------------------------- Old: ---- mdds-2.1.0.tar.gz New: ---- mdds-2.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mdds-2_1.spec ++++++ --- /var/tmp/diff_new_pack.OCxQLg/_old 2023-08-08 15:54:32.348844877 +0200 +++ /var/tmp/diff_new_pack.OCxQLg/_new 2023-08-08 15:54:32.352844901 +0200 @@ -22,7 +22,7 @@ %define _apiver 2.1 %define _oname mdds Name: %{_oname}-2_1 -Version: 2.1.0 +Version: 2.1.1 Release: 0 Summary: A collection of multi-dimensional data structure and indexing algorithm License: MIT @@ -31,17 +31,16 @@ Source: https://gitlab.com/mdds/mdds/-/archive/%{version}/mdds-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake -BuildRequires: libstdc++-devel BuildRequires: libtool BuildRequires: pkgconfig BuildArch: noarch %if 0%{?suse_version} < 1500 -BuildRequires: gcc11 -BuildRequires: gcc11-c++ BuildRequires: boost-devel +BuildRequires: gcc7 +BuildRequires: gcc7-c++ %else -BuildRequires: gcc >= 11 -BuildRequires: gcc-c++ >= 11 +BuildRequires: gcc >= 7 +BuildRequires: gcc-c++ >= 7 BuildRequires: libboost_headers-devel %endif @@ -71,8 +70,8 @@ libtoolize --force --copy autoreconf -fi %if 0%{?suse_version} < 1500 -export CC=gcc-11 -export CXX=g++-11 +export CC="gcc-7" +export CXX="g++-7" %endif %configure \ --disable-silent-rules \ ++++++ mdds-2.1.0.tar.gz -> mdds-2.1.1.tar.gz ++++++ ++++ 4040 lines of diff (skipped)
