forked from pool/weechat
- 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
This commit is contained in:
parent
f3444a15f1
commit
f3b3c9fcf7
@ -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
|
||||
|
||||
|
27
weechat.spec
27
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user