Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mdds-2_0 for openSUSE:Factory checked in at 2022-01-27 23:16:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mdds-2_0 (Old) and /work/SRC/openSUSE:Factory/.mdds-2_0.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mdds-2_0" Thu Jan 27 23:16:59 2022 rev:2 rq:949484 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mdds-2_0/mdds-2_0.changes 2021-11-20 02:40:27.312519799 +0100 +++ /work/SRC/openSUSE:Factory/.mdds-2_0.new.1898/mdds-2_0.changes 2022-01-27 23:18:45.506235526 +0100 @@ -1,0 +2,7 @@ +Thu Jan 27 15:20:40 UTC 2022 - Fridrich Strba <[email protected]> + +- Added patch: + * no-stdcxx17.patch + + Do not force --stdc++17 on this header-only library + +------------------------------------------------------------------- New: ---- no-stdcxx17.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mdds-2_0.spec ++++++ --- /var/tmp/diff_new_pack.k3nKxm/_old 2022-01-27 23:18:45.974232293 +0100 +++ /var/tmp/diff_new_pack.k3nKxm/_new 2022-01-27 23:18:45.982232238 +0100 @@ -1,7 +1,7 @@ # -# spec file for package mdds-2_0 +# spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,6 +16,7 @@ # +%{!?make_build:%global make_build make %{?_smp_mflags}} # redefined as we put there just devel docs %define _docdir %{_defaultdocdir}/%{name}-devel %define _apiver 2.0 @@ -28,8 +29,12 @@ Group: Development/Libraries/C and C++ URL: https://gitlab.com/mdds/mdds Source: http://kohei.us/files/%{_oname}/src/%{_oname}-%{version}.tar.bz2 +Patch0: no-stdcxx17.patch +BuildRequires: autoconf +BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: libstdc++-devel +BuildRequires: libtool BuildRequires: pkgconfig BuildArch: noarch %if 0%{?suse_version} >= 1500 @@ -59,8 +64,11 @@ %prep %setup -q -n %{_oname}-%{version} +%patch0 -p1 %build +libtoolize --force --copy +autoreconf -fi %configure \ --disable-silent-rules \ --docdir=%{_docdir} ++++++ no-stdcxx17.patch ++++++ --- mdds-2.0.0/configure.ac 2021-09-10 01:35:08.000000000 +0200 +++ mdds-2.0.0/configure.ac 2022-01-27 16:12:53.426436644 +0100 @@ -21,8 +21,6 @@ AC_SUBST(MISCDIR) AC_SUBST(QUICKCHECKDIR) -AX_CXX_COMPILE_STDCXX_17([noext], [mandatory]) - CPPFLAGS="$CPPFLAGS -Wall -Wshadow -g -pedantic-errors" CPPFLAGS="$CPPFLAGS -I/usr/include -I/usr/local/include"
