commit ansilove-term for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ansilove-term for openSUSE:Factory checked in at 2023-04-30 16:08:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ansilove-term (Old) and /work/SRC/openSUSE:Factory/.ansilove-term.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ansilove-term" Sun Apr 30 16:08:02 2023 rev:2 rq:1083726 version:0.0.0+git.20190908 Changes: -------- --- /work/SRC/openSUSE:Factory/ansilove-term/ansilove-term.changes 2019-12-04 14:19:18.154383636 +0100 +++ /work/SRC/openSUSE:Factory/.ansilove-term.new.1533/ansilove-term.changes 2023-04-30 16:08:14.304321889 +0200 @@ -1,0 +2,5 @@ +Wed Apr 12 09:38:34 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org> + +- Add ansilove-term-gcc13.patch: fix build using GCC 13. + +------------------------------------------------------------------- New: ---- ansilove-term-gcc13.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ansilove-term.spec ++++++ --- /var/tmp/diff_new_pack.mj3NHc/_old 2023-04-30 16:08:14.728324476 +0200 +++ /var/tmp/diff_new_pack.mj3NHc/_new 2023-04-30 16:08:14.736324524 +0200 @@ -1,6 +1,7 @@ # # spec file for package ansilove-term # +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2019, Martin Hauke <mardnh@gmx.de> # # All modifications and additions to the file contributed by third parties @@ -26,6 +27,7 @@ #Git-Clone: https://github.com/ansilove/ansilove-term.git Source: %{name}-%{version}.tar.xz Patch0: ansilove-term-use-gcc.patch +Patch1: ansilove-term-gcc13.patch BuildRequires: gcc-c++ %description @@ -33,8 +35,7 @@ PNG files, as well as displaying in several different mediums. %prep -%setup -q -%patch0 -p1 +%autosetup -p1 %build export CXXFLAGS="%{optflags} -Wno-return-type" ++++++ ansilove-term-gcc13.patch ++++++ Index: ansilove-term-0.0.0+git.20190908/src/libtextmode/utf8.h =================================================================== --- ansilove-term-0.0.0+git.20190908.orig/src/libtextmode/utf8.h +++ ansilove-term-0.0.0+git.20190908/src/libtextmode/utf8.h @@ -3,6 +3,7 @@ #include <vector> #include <string> +#include <cstdint> std::string cp_437_code_to_string(const uint8_t& cp_437); std::string cp_437_to_utf8_string(std::vector<uint8_t>& vector);
participants (1)
-
Source-Sync