Hello community, here is the log from the commit of package irssi for openSUSE:Factory checked in at 2018-01-17 21:57:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/irssi (Old) and /work/SRC/openSUSE:Factory/.irssi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "irssi" Wed Jan 17 21:57:23 2018 rev:50 rq:565920 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/irssi/irssi.changes 2018-01-09 14:54:37.491775245 +0100 +++ /work/SRC/openSUSE:Factory/.irssi.new/irssi.changes 2018-01-17 21:58:44.993980239 +0100 @@ -1,0 +2,71 @@ +Tue Jan 16 02:49:12 UTC 2018 - [email protected] + +- update to 1.1.0 + * Changes + + Colour is now re-set when reaching a comma, matching mIRC + behaviour + + Irssi now shows the initial nick and name on first start + + lynx is no longer required to run autogen.sh + + The command history no longer permits wrapping around + + /foreach now correctly sends arguments as commands, stopping + you from embarassing AMSGs + + /server does not connect to servers anymore, use /server + connect to change servers + + The net_ip_compare API function is now deprecated, and the + previously deprecated net_connect has been removed + * Additions + + Add an option to ignore all channels or ignore all queries + using /set activity_hide_targets + + Add a startup warning if the TERM var is wrong inside tmux / + screen + + Add option to hide certain levels from the textbuffer using / + window hidelevel + + Irssi now has its first unit test (for mode parsing) + + Added access to global command history when using window + history, and a binding to erase entries from the command + history (erase_history_entry) + + -alternate_nick is now available as a network specific + property + + On FreeBSD, Irssi now supports Capsicum sandbox (/capsicum + enter) + + Filenames (directories) ending with a / now tab-complete + + UTF-8 should now work in regular expressions when using + GRegex (the default) + + Nicks are now properly escaped on completion + + /server add -port now works + + Add a setting key_timeout to make key sequences + automatically re-set when not finished + + Warn users about expired client certificates, as servers + may refuse them + + Add a new net_start_ssl function for StartTLS. This is + available from ABI 8 and can be used by protocol modules + + The %# code is now stored in the textbuffer, so for example + web scripts can make use of it + + Add new setting break_wide which can be used to enable + breaking of wide characters (for east-asian users) + + Add fuzzing code + * Fixes + + Netsplits show properly again + + Do not error on blank lines when using /exec -o + + Detect used nickname as reported by server + + Prevent use after free error during the execution of some + commands + + Fix MODE parameter parsing when colon was used at a place + Irssi didn't expect + + Fixed code to compile with -Werror=declaration-after-statement + + Clang-format is now supported for git-clang-format + + Fix use after free when changing the network of hilights + + Fix positioning error when tab-completing non-ascii strings + + In-development issues + + Clarify Alis in /help list + + Improve /lastlog performance from O(N^2) to O(N) + + Fix a segfault on "script destroyed" signal + + Fix early ISON error + + Documentation improvements + + Minor cleanups + + Fix space issue in glib-2.0.m4 +- cleanup with spec-cleaner +- drop regex-patch-653.patch + * fixed upstream in 79bbca4644cad7f2dee89c7ac6b8f9acc2c8b427 + +------------------------------------------------------------------- Old: ---- irssi-1.0.6.tar.xz irssi-1.0.6.tar.xz.asc regex-patch-653.patch New: ---- irssi-1.1.0.tar.xz irssi-1.1.0.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ irssi.spec ++++++ --- /var/tmp/diff_new_pack.piDWoK/_old 2018-01-17 21:58:45.829941054 +0100 +++ /var/tmp/diff_new_pack.piDWoK/_new 2018-01-17 21:58:45.833940867 +0100 @@ -18,7 +18,7 @@ %bcond_with socks Name: irssi -Version: 1.0.6 +Version: 1.1.0 Release: 0 # Summary: Modular, Secure, and Well Designed IRC Client @@ -35,8 +35,6 @@ Source99: irssi-rpmlintrc # PATCH-FIX-OPENSUSE irssi-0.8.16_missing_prototype_warnings.patch Patch1: irssi-0.8.16_missing_prototype_warnings.patch -# PATCH-FEATURE-UPSTREAM regex-patch-653.patch github#653 [email protected] -- one of proposed regex utf8 workarounds -Patch2: regex-patch-653.patch BuildRequires: glib2-devel BuildRequires: ncurses-devel BuildRequires: openssl-devel @@ -45,7 +43,6 @@ BuildRequires: pkgconfig BuildRequires: xz Conflicts: %{name}-snapshot -BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} %{?libperl_requires} %if %{with socks} @@ -80,7 +77,6 @@ %prep %setup -q %patch1 -%patch2 %build export CFLAGS="%{optflags} -fno-strict-aliasing -DGLIB_DISABLE_DEPRECATION_WARNINGS" @@ -105,7 +101,7 @@ make %{?_smp_mflags} all V=1 %install -make %{?_smp_mflags} DESTDIR=%{buildroot} install docdir=%{_docdir}/%{name} V=1 +%make_install docdir=%{_docdir}/%{name} V=1 %perl_process_packlist rm %{buildroot}%{_libdir}/irssi/modules/libirc_proxy.{a,la} @@ -117,7 +113,6 @@ %endif %files -%defattr(-,root,root) %config(noreplace) %{_sysconfdir}/irssi.conf %{_bindir}/botti %{_bindir}/irssi @@ -142,7 +137,6 @@ %{_datadir}/pixmaps/irssi.png %files devel -%defattr(-,root,root) %{_includedir}/irssi/ %changelog ++++++ irssi-1.0.6.tar.xz -> irssi-1.1.0.tar.xz ++++++ ++++ 21877 lines of diff (skipped)
