diff --git a/weechat-0.3.6.tar.bz2 b/weechat-0.3.6.tar.bz2 deleted file mode 100644 index 2cd7642..0000000 --- a/weechat-0.3.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c367e36fb76de318410f0bc5f2043056155ffe1372c121c1f90520b4645a27e -size 2179857 diff --git a/weechat-0.3.7.tar.bz2 b/weechat-0.3.7.tar.bz2 new file mode 100644 index 0000000..ac66ce3 --- /dev/null +++ b/weechat-0.3.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef5e3daf49e75669e36093c1df852e65b51d512073c6e6b935a7fa90f6b7bca +size 2444611 diff --git a/weechat.changes b/weechat.changes index 109cee0..10ca537 100644 --- a/weechat.changes +++ b/weechat.changes @@ -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 diff --git a/weechat.spec b/weechat.spec index 8751575..88d034b 100644 --- a/weechat.spec +++ b/weechat.spec @@ -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