SHA256
1
0
forked from pool/weechat

- 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

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=34
This commit is contained in:
Guido Berhoerster 2011-05-16 08:31:45 +00:00 committed by Git OBS Bridge
parent e4ab328485
commit 807fd0ea15
5 changed files with 26 additions and 18 deletions

View File

@ -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,

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:391762a8d3a18e236fd6bdceae126af01c55be4605b3e1274f8d59f8def9cbd4
size 1936679

3
weechat-0.3.5.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8f86ed75bd57a498702aba7f9c96a99fc1581c6a034bf9a7761d8d578b4e154
size 2053043

View File

@ -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

View File

@ -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")\""