From 5657cf697e0d902636259c41f79fbf515a0ba8063dac5e07113d5cc9a97b3165 Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Mon, 11 Feb 2019 22:51:43 +0000 Subject: [PATCH] Accepting request 673496 from home:ailin_nemui:branches:server:irc - update to 1.2.0 * Improved the /STATUSBAR commands (#858) * /SET no longer shows `=' between setting and value (#886) * /CUBES removed from default config (available as script) (#956) * /1 /2 /3 ... removed from default config (available as new setting window_number_commands) (#958) * Always redraw the screen on resize. By David Phillips (#896) * Private notices intended for channels are now displayed on the channel (new setting notice_channel_context) (#959) + Imported the "Off-the-record" module into Irssi tree (#854, #589, #196) + Initial support for sideways split windows (#697, #431, #224, #807, FS#310, #947, #955, #989) + Change the implementation of `wcwidth'. This is used to calculate the width of emojis on your terminal screen (#917, #720) + Make the wcwidth functions available from Perl (#973): string_width(str) string_chars_for_width(str, width) wcwidth(char) + Added completion_keep_word setting (#979) + Allow activity_hide_targets to hide activity in itemless windows (#967, #997, #1001, #1003) + Added activity_hide_visible setting (#990) + Allow hiding of lines through the /IGNORE system (#901, #900, #892, #890, #884, #937) + Add window_default_hidelevel setting. By Doug Freed (#941) + Add activity_hide_window_hidelevel setting, defaulting to ON (#938) + Add autolog_only_saved_channels setting, to autolog only channels that are in the config (#968) + Add format support for the input line. By Ben Paxton, originally by Jonas Hurrelmann (#764, FS#621, #1004) use Irssi::TextUI; gui_input_set_extent(pos, text) gui_input_set_extents(pos, len, left, right) gui_input_clear_extents(pos, len) gui_input_get_extent(pos) gui_input_get_text_and_extents() gui_input_set_text_and_extents(...) + Parsing of IRCv3 CAP 3.2 (#775, #869) + Show CAP-related events in the user interface (#918, #916, #870, #704) + Continue using separators when addressing multiple nicks with tab completion. By Manish Goregaokar (#822) + Bind Shift-tab by default. By Niklas Luokkala (#830, #829) + Fuzzing more things (#913, #780, #813) - Disconnect SASL properly in case the SASL module got unloaded from server (#931, #629, #618, #616) - Fix backward completion jumping to the first instead of last word (#979) - Improve empty topic handling (#961, #905, #911, #897, #888) - Prevent config truncation when no space left. By dequis and Lukas Waymann (#922, #925, #910, #909, #906, #871, #817) - Also time-out servers in lookup phase (#866, #130) - Fix build with LibreSSL 2.7. By Dorian Harmans (#865) - Fix a crash when appending to a textbuffer without line. Reported by Jari Matilainen (#862) - Fix segfault on sending large messages (#803, #796, #802) - Fix segfault on invalid statusbar config (#993, #994) - Fix random memory writes on restoring queries of foreign protocols (#999, #1000) - Make default keybinds deletable (#859, #507) - Fix freeze when resizing Irssi very small (#946) - Compare channels case-insensitively, avoiding confusions with the config file (#857, #856) - Fix DCC GET on Android. By Martin Staron (#844) - Improve rawlog performance (#957) - Fix nick escaping erroneously escaping quotes (#978, #974, #709) - Protect against theme recursion, improve padding performance, limit alignment padding. Credit to Oss-Fuzz (#835, #851, #850, #846, #848) - Fix recursive loop in replaces (#833, GL#23) - Fix headers for compilation of C modules (#939) - Documentation. By Zero King (#814). (#852) - Sync NEWS, docs, scripts (#849, #855) - Build system (#868, #867, #985, #988) - Fix build on IBM i and AIX. By Calvin Buckley (#975) - Misc fixes (#840, #839, #843, #953, #962). Tests (#806, #875, #905, #964, #1011). Fuzzing (#929). OBS-URL: https://build.opensuse.org/request/show/673496 OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=109 --- irssi-1.1.2.tar.xz | 3 -- irssi-1.1.2.tar.xz.asc | 6 --- irssi-1.2.0.tar.xz | 3 ++ irssi-1.2.0.tar.xz.asc | 6 +++ irssi.changes | 86 ++++++++++++++++++++++++++++++++++++++++++ irssi.spec | 11 +++++- 6 files changed, 104 insertions(+), 11 deletions(-) delete mode 100644 irssi-1.1.2.tar.xz delete mode 100644 irssi-1.1.2.tar.xz.asc create mode 100644 irssi-1.2.0.tar.xz create mode 100644 irssi-1.2.0.tar.xz.asc diff --git a/irssi-1.1.2.tar.xz b/irssi-1.1.2.tar.xz deleted file mode 100644 index b3390a3..0000000 --- a/irssi-1.1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ccc2b89a394e91bea0aa83a951c3b1d471c76da87b4169ec435530a31bf9732 -size 1084328 diff --git a/irssi-1.1.2.tar.xz.asc b/irssi-1.1.2.tar.xz.asc deleted file mode 100644 index 3f9c379..0000000 --- a/irssi-1.1.2.tar.xz.asc +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQR+5l4wgqX7Bqx8No0AzLWH3b7w4QUCXDX1wAAKCRAAzLWH3b7w -4enLAJ9Qp6oKIM/XAvydg66PPwEaRQULewCcDEVPQYj27RXXYGKptrd3RYnOXC4= -=s5M3 ------END PGP SIGNATURE----- diff --git a/irssi-1.2.0.tar.xz b/irssi-1.2.0.tar.xz new file mode 100644 index 0000000..7e327c4 --- /dev/null +++ b/irssi-1.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1643fca1d8b35e5a5d7b715c9c889e1e9cdb7e578e06487901ea959e6ab3ebe5 +size 1138984 diff --git a/irssi-1.2.0.tar.xz.asc b/irssi-1.2.0.tar.xz.asc new file mode 100644 index 0000000..7956b64 --- /dev/null +++ b/irssi-1.2.0.tar.xz.asc @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQR+5l4wgqX7Bqx8No0AzLWH3b7w4QUCXGHBSgAKCRAAzLWH3b7w +4co7AJ90moaboyqyGWmPM6ungr4uWdrP2ACffc41NAy8BW+hKPkR+qMdnQlP/90= +=yN2v +-----END PGP SIGNATURE----- diff --git a/irssi.changes b/irssi.changes index 1c981d4..75cab29 100644 --- a/irssi.changes +++ b/irssi.changes @@ -1,3 +1,89 @@ +------------------------------------------------------------------- +Mon Feb 11 20:17:22 UTC 2019 - Ailin Nemui + +- update to 1.2.0 + * Improved the /STATUSBAR commands (#858) + * /SET no longer shows `=' between setting and value (#886) + * /CUBES removed from default config (available as script) + (#956) + * /1 /2 /3 ... removed from default config (available as new + setting window_number_commands) (#958) + * Always redraw the screen on resize. By David Phillips (#896) + * Private notices intended for channels are now displayed on + the channel (new setting notice_channel_context) (#959) + + Imported the "Off-the-record" module into Irssi tree (#854, + #589, #196) + + Initial support for sideways split windows (#697, #431, + #224, #807, FS#310, #947, #955, #989) + + Change the implementation of `wcwidth'. This is used to + calculate the width of emojis on your terminal screen (#917, + #720) + + Make the wcwidth functions available from Perl (#973): + string_width(str) + string_chars_for_width(str, width) + wcwidth(char) + + Added completion_keep_word setting (#979) + + Allow activity_hide_targets to hide activity in itemless + windows (#967, #997, #1001, #1003) + + Added activity_hide_visible setting (#990) + + Allow hiding of lines through the /IGNORE system (#901, + #900, #892, #890, #884, #937) + + Add window_default_hidelevel setting. By Doug Freed (#941) + + Add activity_hide_window_hidelevel setting, defaulting to ON + (#938) + + Add autolog_only_saved_channels setting, to autolog only + channels that are in the config (#968) + + Add format support for the input line. By Ben Paxton, + originally by Jonas Hurrelmann (#764, FS#621, #1004) + use Irssi::TextUI; + gui_input_set_extent(pos, text) + gui_input_set_extents(pos, len, left, right) + gui_input_clear_extents(pos, len) + gui_input_get_extent(pos) + gui_input_get_text_and_extents() + gui_input_set_text_and_extents(...) + + Parsing of IRCv3 CAP 3.2 (#775, #869) + + Show CAP-related events in the user interface (#918, #916, + #870, #704) + + Continue using separators when addressing multiple nicks + with tab completion. By Manish Goregaokar (#822) + + Bind Shift-tab by default. By Niklas Luokkala (#830, #829) + + Fuzzing more things (#913, #780, #813) + - Disconnect SASL properly in case the SASL module got + unloaded from server (#931, #629, #618, #616) + - Fix backward completion jumping to the first instead of last + word (#979) + - Improve empty topic handling (#961, #905, #911, #897, #888) + - Prevent config truncation when no space left. By dequis and + Lukas Waymann (#922, #925, #910, #909, #906, #871, #817) + - Also time-out servers in lookup phase (#866, #130) + - Fix build with LibreSSL 2.7. By Dorian Harmans (#865) + - Fix a crash when appending to a textbuffer without + line. Reported by Jari Matilainen (#862) + - Fix segfault on sending large messages (#803, #796, #802) + - Fix segfault on invalid statusbar config (#993, #994) + - Fix random memory writes on restoring queries of foreign + protocols (#999, #1000) + - Make default keybinds deletable (#859, #507) + - Fix freeze when resizing Irssi very small (#946) + - Compare channels case-insensitively, avoiding confusions + with the config file (#857, #856) + - Fix DCC GET on Android. By Martin Staron (#844) + - Improve rawlog performance (#957) + - Fix nick escaping erroneously escaping quotes (#978, #974, + #709) + - Protect against theme recursion, improve padding + performance, limit alignment padding. Credit to Oss-Fuzz + (#835, #851, #850, #846, #848) + - Fix recursive loop in replaces (#833, GL#23) + - Fix headers for compilation of C modules (#939) + - Documentation. By Zero King (#814). (#852) + - Sync NEWS, docs, scripts (#849, #855) + - Build system (#868, #867, #985, #988) + - Fix build on IBM i and AIX. By Calvin Buckley (#975) + - Misc fixes (#840, #839, #843, #953, #962). Tests (#806, + #875, #905, #964, #1011). Fuzzing (#929). + ------------------------------------------------------------------- Tue Feb 5 13:51:02 UTC 2019 - Jan Engelhardt diff --git a/irssi.spec b/irssi.spec index 9a408a7..33dd460 100644 --- a/irssi.spec +++ b/irssi.spec @@ -18,7 +18,7 @@ %bcond_with socks Name: irssi -Version: 1.1.2 +Version: 1.2.0 Release: 0 Summary: Modular IRC Client License: GPL-2.0-or-later @@ -36,6 +36,10 @@ Patch1: irssi-0.8.16_missing_prototype_warnings.patch BuildRequires: glib2-devel BuildRequires: ncurses-devel BuildRequires: openssl-devel +BuildRequires: libotr-devel +%if 0%{?suse_version} > 1330 && 0%{?sle_version} == 0 +BuildRequires: utf8proc-devel +%endif BuildRequires: perl BuildRequires: perl-macros BuildRequires: pkgconfig @@ -92,13 +96,16 @@ export LDFLAGS="-pie" --with-terminfo \ --enable-true-color \ --with-perl=yes \ + %if 0%{?suse_version} > 1330 + --with-otr=module \ + %endif --with-perl-lib=vendor make %{?_smp_mflags} all V=1 %install %make_install docdir=%{_docdir}/%{name} V=1 %perl_process_packlist -rm %{buildroot}%{_libdir}/irssi/modules/libirc_proxy.{a,la} +rm %{buildroot}%{_libdir}/irssi/modules/lib*.{a,la} install -D -m0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/applications/%{name}.desktop" install -D -m0644 "%{SOURCE2}" "%{buildroot}%{_datadir}/pixmaps/irssi.png"