diff --git a/weechat-0.3.4-fix-array-overflow.patch b/weechat-0.3.4-fix-array-overflow.patch deleted file mode 100644 index a11886c..0000000 --- a/weechat-0.3.4-fix-array-overflow.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -urNp weechat-0.3.4.orig/src/plugins/scripts/lua/weechat-lua-api.c weechat-0.3.4/src/plugins/scripts/lua/weechat-lua-api.c ---- weechat-0.3.4.orig/src/plugins/scripts/lua/weechat-lua-api.c 2011-02-17 00:00:18.000000000 +0100 -+++ weechat-0.3.4/src/plugins/scripts/lua/weechat-lua-api.c 2011-02-17 00:00:58.000000000 +0100 -@@ -1258,7 +1258,6 @@ weechat_lua_api_config_reload_cb (void * - { - lua_argv[0] = (script_callback->data) ? script_callback->data : empty_arg; - lua_argv[1] = script_ptr2str (config_file); -- lua_argv[2] = NULL; - - rc = (int *) weechat_lua_exec (script_callback->script, - WEECHAT_SCRIPT_EXEC_INT, diff --git a/weechat-0.3.4.tar.bz2 b/weechat-0.3.4.tar.bz2 deleted file mode 100644 index df35ce6..0000000 --- a/weechat-0.3.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:391762a8d3a18e236fd6bdceae126af01c55be4605b3e1274f8d59f8def9cbd4 -size 1936679 diff --git a/weechat-0.3.5.tar.bz2 b/weechat-0.3.5.tar.bz2 new file mode 100644 index 0000000..0703ae6 --- /dev/null +++ b/weechat-0.3.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f86ed75bd57a498702aba7f9c96a99fc1581c6a034bf9a7761d8d578b4e154 +size 2053043 diff --git a/weechat.changes b/weechat.changes index 1829a0d..1b32ae7 100644 --- a/weechat.changes +++ b/weechat.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon May 16 08:24:44 UTC 2011 - gber@opensuse.org + +- update to version 0.3.5: + * 256 colors support improved (dynamic allocation of colors) + * attributes for colors (bold/reverse/underline) + * better scroll of input (with long text) + * output of /help improved for list of commands and their + arguments + * remember scroll position of buffers in windows + * list of buffers in filters + * count of messages in hotlist buffers + * swap buffers of windows + * balance of windows + * new API function to set help on plugin/script options + * speller options in aspell plugin + * option for SSL priorities in IRC servers + * color nicks in nicklist and output of /names +- dropped weechat-0.3.4-fix-array-overflow.patch which has been + included upstream + ------------------------------------------------------------------- Wed Mar 23 23:38:19 UTC 2011 - gber@opensuse.org diff --git a/weechat.spec b/weechat.spec index 13309e6..bcfaf24 100644 --- a/weechat.spec +++ b/weechat.spec @@ -1,5 +1,5 @@ # -# spec file for package weechat (Version 0.3.4) +# spec file for package weechat (Version 0.3.5) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,13 +18,12 @@ # norootforbuild Name: weechat -Version: 0.3.4 +Version: 0.3.5 Release: 0 Summary: Portable, Fast, Light and Extensible Chat Client Source: http://www.weechat.org/files/src/weechat-%{version}.tar.bz2 Source1: weechat.desktop Patch1: weechat-0.3.3-fix-strftime.patch -Patch3: weechat-0.3.4-fix-array-overflow.patch URL: http://www.weechat.org Group: Productivity/Networking/IRC License: GNU General Public License (GPL) @@ -115,7 +114,6 @@ Spell-checking support for %{name}, using the aspell library. %prep %setup -q %patch1 -p1 -%patch3 -p1 modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")" DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\"" TIME="\"$(date -d "${modified}" "+%%R")\""