1abe8f0
@@ -2,7 +2,7 @@
Name: konversation
Version: 1.7.6
- Release: 1%{?dist}
+ Release: 2%{?dist}
Summary: A user friendly IRC client
License: GPLv2+
@@ -138,6 +138,9 @@
%changelog
+ * Sat Nov 06 2021 Ben Cotton <bcotton@fedoraproject.org> - 1.7.6-2
+ - Update konversationrc to use the preferred IRC network
+
* Mon Sep 28 2020 Rex Dieter <rdieter@fedoraproject.org> - 1.7.6-1
- 1.7.6
@@ -13,12 +13,12 @@
[Server 0]
Port=8001
SSLEnabled=false
- Server=chat.freenode.net
+ Server=irc.libera.chat
[ServerGroup 0]
AutoConnect=false
AutoJoinChannels=Channel 0,Channel 1,Channel 2,Channel 3
EnableNotifications=true
Expanded=false
- Name=Freenode
+ Name=Libera.Chat
ServerList=Server 0
Fixes BZ #2020863
Signed-off-by: Ben Cotton bcotton@fedoraproject.org
Looks to have been done.
Pull-Request has been closed by justinz
Fixes BZ #2020863
Signed-off-by: Ben Cotton bcotton@fedoraproject.org