From f3b3c9fcf73d0027a9a36495343e6496d6fe217a45ddb8496b1f0f34c75d656c Mon Sep 17 00:00:00 2001 From: Guido Berhoerster Date: Mon, 4 Jun 2012 07:31:40 +0000 Subject: [PATCH] - update to version 0.3.8: * add terminal "bracketed paste mode" * add IRC "external" SASL mechanism * improve parsing of IRC channel modes (do not send extra command "MODE" to server) * follow symbolic links for configuration files (*.conf) * new option weechat.look.prefix_same_nick (hide same prefix for multiple consecutive messages from same nick) * add colors for backlog lines * redirect IRC messages from clients to hide output (relay plugin, IRC protocol) * add a connection timeout for child process in hook_connect * fix display bugs and crashs with small windows * fix truncated configuration files (zero-length) after system crash * many bugs fixed. OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=41 --- weechat.changes | 20 ++++++++++++++++++++ weechat.spec | 27 +++++++++++++-------------- 2 files changed, 33 insertions(+), 14 deletions(-) diff --git a/weechat.changes b/weechat.changes index 999468a..4d17fba 100644 --- a/weechat.changes +++ b/weechat.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Jun 4 07:22:22 UTC 2012 - gber@opensuse.org + +- update to version 0.3.8: + * add terminal "bracketed paste mode" + * add IRC "external" SASL mechanism + * improve parsing of IRC channel modes (do not send extra command + "MODE" to server) + * follow symbolic links for configuration files (*.conf) + * new option weechat.look.prefix_same_nick (hide same prefix for + multiple consecutive messages from same nick) + * add colors for backlog lines + * redirect IRC messages from clients to hide output (relay + plugin, IRC protocol) + * add a connection timeout for child process in hook_connect + * fix display bugs and crashs with small windows + * fix truncated configuration files (zero-length) after system + crash + * many bugs fixed. + ------------------------------------------------------------------- Mon May 21 11:49:18 UTC 2012 - badshah400@gmail.com diff --git a/weechat.spec b/weechat.spec index 2ab2aa6..2fbe02d 100644 --- a/weechat.spec +++ b/weechat.spec @@ -1,7 +1,7 @@ # -# spec file for package weechat (Version 0.3.5) +# spec file for package weechat # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,26 +15,25 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: weechat -Version: 0.3.7 +Version: 0.3.8 Release: 0 Summary: Portable, Fast, Light and Extensible Chat Client +License: GPL-3.0+ +Group: Productivity/Networking/IRC Source: http://www.weechat.org/files/src/weechat-%{version}.tar.bz2 Source1: weechat.desktop Patch1: weechat-0.3.3-fix-strftime.patch -URL: http://www.weechat.org -Group: Productivity/Networking/IRC -License: GPL-3.0+ -BuildRoot: %{_tmppath}/build-%{name}-%{version} -BuildRequires: gcc-c++ +Url: http://www.weechat.org +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: cmake -BuildRequires: pkg-config -BuildRequires: libtool BuildRequires: curl-devel +BuildRequires: gcc-c++ +BuildRequires: libtool BuildRequires: ncurses-devel BuildRequires: perl +BuildRequires: pkg-config BuildRequires: python-devel %if 0%{?suse_version} > 1210 BuildRequires: lua51-devel @@ -48,11 +47,11 @@ BuildRequires: libgnutls-devel BuildRequires: gnutls-devel %endif BuildRequires: aspell-devel +BuildRequires: libgcrypt-devel +BuildRequires: libgpg-error-devel +BuildRequires: lzo-devel BuildRequires: ruby-devel BuildRequires: tcl-devel -BuildRequires: lzo-devel -BuildRequires: libgpg-error-devel -BuildRequires: libgcrypt-devel %if 0%{?suse_version:1} BuildRequires: update-desktop-files %endif