Accepting request 108331 from server:irc
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/108331 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=9
This commit is contained in:
commit
b8ebfdea07
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c367e36fb76de318410f0bc5f2043056155ffe1372c121c1f90520b4645a27e
|
||||
size 2179857
|
3
weechat-0.3.7.tar.bz2
Normal file
3
weechat-0.3.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ef5e3daf49e75669e36093c1df852e65b51d512073c6e6b935a7fa90f6b7bca
|
||||
size 2444611
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 26 15:14:28 UTC 2012 - pascal.bleser@opensuse.org
|
||||
|
||||
- update to 0.3.7:
|
||||
* adds support for scheme scripts (with GNU guile)
|
||||
* adds support for Python 3.x
|
||||
* adds remote interfaces using a relay plugin (like QWeeChat, a Python/Qt remote interface)
|
||||
* adds URL transfers in the API
|
||||
* option `scroll_unread` has been moved from command `/input` to `/window`,
|
||||
therefore default command of key alt-u has been updated. To bind key with
|
||||
new default value: `/key bind meta-u /window scroll_unread`
|
||||
* extended regex is used in filters and irc ignore, so some chars that needed
|
||||
escape in past do not need any more (for example `[0-9]\+` becomes
|
||||
`[0-9]+`), filters and ignore have to be manually fixed
|
||||
* option 'weechat.look.highlight_regex' becomes case insensitive by default,
|
||||
to make it case sensitive, use "(?-i)" at beginning of string, for example:
|
||||
"(?-i)FlashCode|flashy"
|
||||
* option 'weechat.history.max_lines' has been renamed to
|
||||
'weechat.history.max_buffer_lines_number'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 8 15:37:44 UTC 2012 - gber@opensuse.org
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: weechat
|
||||
Version: 0.3.6
|
||||
Version: 0.3.7
|
||||
Release: 0
|
||||
Summary: Portable, Fast, Light and Extensible Chat Client
|
||||
Source: http://www.weechat.org/files/src/weechat-%{version}.tar.bz2
|
||||
@ -32,6 +32,7 @@ BuildRequires: gcc-c++
|
||||
BuildRequires: cmake
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: libtool
|
||||
BuildRequires: curl-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: perl
|
||||
BuildRequires: python-devel
|
||||
|
Loading…
Reference in New Issue
Block a user