Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ansifilter for openSUSE:Factory checked in at 2024-09-11 16:56:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ansifilter (Old) and /work/SRC/openSUSE:Factory/.ansifilter.new.17570 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ansifilter" Wed Sep 11 16:56:30 2024 rev:16 rq:1200060 version:2.21 Changes: -------- --- /work/SRC/openSUSE:Factory/ansifilter/ansifilter.changes 2023-06-19 22:50:33.621561439 +0200 +++ /work/SRC/openSUSE:Factory/.ansifilter.new.17570/ansifilter.changes 2024-09-11 16:57:27.999228983 +0200 @@ -1,0 +2,13 @@ +Mon Sep 9 06:41:55 UTC 2024 - ming li <mli@suse.com> + +- Update to version 2.21: + * removed `using namespace std;` in header files + * src/makefile: added `-std=c++17` to enable modern C++ features + * added cmake build script + * fix open span tag with CR as opening sequence + (https://gitlab.com/saalen/ansifilter/-/issues/43) + * adapted TCL extension for C++17 compilation + (https://gitlab.com/saalen/ansifilter/-/issues/42) +- Remove the judgment line about GUI from the spec file + +------------------------------------------------------------------- Old: ---- ansifilter-2.20.tar.bz2 ansifilter-2.20.tar.bz2.asc New: ---- ansifilter-2.21.tar.bz2 ansifilter-2.21.tar.bz2.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ansifilter.spec ++++++ --- /var/tmp/diff_new_pack.QWFUYs/_old 2024-09-11 16:57:28.535251374 +0200 +++ /var/tmp/diff_new_pack.QWFUYs/_new 2024-09-11 16:57:28.539251541 +0200 @@ -1,7 +1,7 @@ # # spec file for package ansifilter # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2013 Pascal Bleser. # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %bcond_without gui Name: ansifilter -Version: 2.20 +Version: 2.21 Release: 0 Summary: ANSI Terminal Escape Code Converter License: GPL-3.0-or-later @@ -81,17 +81,11 @@ %prep %setup -q -%if %{with gui} -# Remove generated files which may cause errors when building with -# a version of Qt different from the one used to generate the files. -rm -v src/qt-gui/moc_*.cpp -rm -v src/qt-gui/ui_ansifilter.h -%endif %build make \ CFLAGS="%{optflags} -fPIC" \ - CXXFLAGS="%{optflags} -std=c++11 -fPIC" \ + CXXFLAGS="%{optflags} -std=c++17 -fPIC" \ QMAKE="qmake-qt5" \ all \ %if %{with gui} ++++++ ansifilter-2.20.tar.bz2 -> ansifilter-2.21.tar.bz2 ++++++ ++++ 4180 lines of diff (skipped)