Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hexchat for openSUSE:Factory checked in at 2021-05-21 21:50:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hexchat (Old) and /work/SRC/openSUSE:Factory/.hexchat.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hexchat" Fri May 21 21:50:25 2021 rev:30 rq:894817 version:2.14.3 Changes: -------- --- /work/SRC/openSUSE:Factory/hexchat/hexchat.changes 2021-04-21 21:00:21.622292157 +0200 +++ /work/SRC/openSUSE:Factory/.hexchat.new.2988/hexchat.changes 2021-05-21 21:50:42.422061752 +0200 @@ -1,0 +2,6 @@ +Fri May 21 12:59:57 UTC 2021 - Simon Lees <sfl...@suse.de> + +- Add Libera.Chat to the channel list + * feature-add-libera-chat.patch + +------------------------------------------------------------------- New: ---- feature-add-libera-chat.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hexchat.spec ++++++ --- /var/tmp/diff_new_pack.ZSHoRB/_old 2021-05-21 21:50:42.986059417 +0200 +++ /var/tmp/diff_new_pack.ZSHoRB/_new 2021-05-21 21:50:42.990059400 +0200 @@ -31,6 +31,8 @@ Patch1: migrate-configuration-from-xchat.patch # PATCH-FIX-UPSTREAM 2559.patch dims...@opensuse.org -- fix segfault on lua_pop with Lua 5.4.3 Patch2: https://patch-diff.githubusercontent.com/raw/hexchat/hexchat/pull/2559.patch +# https://github.com/hexchat/hexchat/commit/a25f2381689d2c2279a0e43b33f6c0ec8305a096.patch +Patch3: feature-add-libera-chat.patch BuildRequires: hicolor-icon-theme BuildRequires: intltool BuildRequires: lua-devel ++++++ feature-add-libera-chat.patch ++++++ >From a25f2381689d2c2279a0e43b33f6c0ec8305a096 Mon Sep 17 00:00:00 2001 From: Panagiotis Vasilopoulos <he...@alwayslivid.com> Date: Wed, 19 May 2021 16:25:16 +0300 Subject: [PATCH] Add Libera Chat to network list --- src/common/servlist.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/servlist.c b/src/common/servlist.c index e44a3f2df..33bd80f2d 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -239,6 +239,9 @@ static const struct defaultserver def[] = /* Self signed */ {0, "irc.librairc.net"}, + {"Libera Chat", 0, 0, 0, LOGIN_SASL, 0, TRUE}, + {0, "irc.libera.chat"}, + #ifdef USE_OPENSSL {"LinkNet", 0}, {0, "irc.link-net.org/+7000"},