forked from pool/weechat
Accepting request 89182 from server:irc
- removed weechat-remove_build_timestamp.patch and use previous code again to deal with timestamps - update to 0.3.6: * mouse support * cursor mode (free movement of cursor on screen) * contexts for keys (default, search, cursor, mouse) * hdata in API (direct access to WeeChat data) * "inactive" colors for inactive windows and lines in merged buffers * support of merged buffers in /layout, save layout of buffers/windows on /upgrade * horizontal scrolling in buffers with free content * split of outgoing IRC messages * options for "more" chars in bars * bold not used any more for basic colors (if terminal has more than 16 colors) * automatic zoom on current window when terminal becomes too small for windows * new command /repeat * local variable "highlight_regex" in buffers - added weechat-remove_build_timestamp.patch - 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 OBS-URL: https://build.opensuse.org/request/show/89182 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=7
This commit is contained in:
commit
c026498d57
@ -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,
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:391762a8d3a18e236fd6bdceae126af01c55be4605b3e1274f8d59f8def9cbd4
|
||||
size 1936679
|
3
weechat-0.3.6.tar.bz2
Normal file
3
weechat-0.3.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c367e36fb76de318410f0bc5f2043056155ffe1372c121c1f90520b4645a27e
|
||||
size 2179857
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 23 08:07:47 UTC 2011 - gber@opensuse.org
|
||||
|
||||
- removed weechat-remove_build_timestamp.patch and use previous
|
||||
code again to deal with timestamps
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 22 22:33:19 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
- update to 0.3.6:
|
||||
* mouse support
|
||||
* cursor mode (free movement of cursor on screen)
|
||||
* contexts for keys (default, search, cursor, mouse)
|
||||
* hdata in API (direct access to WeeChat data)
|
||||
* "inactive" colors for inactive windows and lines in merged
|
||||
buffers
|
||||
* support of merged buffers in /layout, save layout of
|
||||
buffers/windows on /upgrade
|
||||
* horizontal scrolling in buffers with free content
|
||||
* split of outgoing IRC messages
|
||||
* options for "more" chars in bars
|
||||
* bold not used any more for basic colors (if terminal has more
|
||||
than 16 colors)
|
||||
* automatic zoom on current window when terminal becomes too
|
||||
small for windows
|
||||
* new command /repeat
|
||||
* local variable "highlight_regex" in buffers
|
||||
- added weechat-remove_build_timestamp.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
41
weechat.spec
41
weechat.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package weechat
|
||||
# spec file for package weechat (Version 0.3.5)
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 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
|
||||
@ -17,26 +17,24 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: weechat
|
||||
Version: 0.3.4
|
||||
Release: 1
|
||||
Version: 0.3.6
|
||||
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
|
||||
URL: http://www.weechat.org
|
||||
Group: Productivity/Networking/IRC
|
||||
License: GNU General Public License (GPL)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: cmake ncurses-devel perl python-devel
|
||||
BuildRequires: aspell-devel gcc glibc-devel gnutls gnutls-devel ruby
|
||||
BuildRequires: gcc-c++ libstdc++-devel
|
||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||
BuildRequires: ncurses-devel perl python-devel cmake
|
||||
BuildRequires: ruby gcc gnutls gnutls-devel glibc-devel aspell-devel
|
||||
BuildRequires: libstdc++-devel gcc-c++
|
||||
BuildRequires: lua-devel ruby-devel
|
||||
BuildRequires: tcl-devel
|
||||
BuildRequires: libgcrypt libgpg-error lzo-devel
|
||||
BuildRequires: libgcrypt-devel libgpg-error-devel
|
||||
BuildRequires: lzo-devel libgpg-error libgcrypt
|
||||
BuildRequires: libgpg-error-devel libgcrypt-devel
|
||||
BuildRequires: autoconf automake libtool pkgconfig
|
||||
%if 0%{?suse_version:1}
|
||||
BuildRequires: update-desktop-files
|
||||
@ -48,17 +46,9 @@ chat environment. It can be entirely controlled with the keyboard, has a
|
||||
plugin-based architecture and is customizable and extensible with scripts in
|
||||
several scripting languages.
|
||||
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Sebastien Helleu <flashcode@flashtux.org>
|
||||
|
||||
|
||||
%lang_package
|
||||
|
||||
%package devel
|
||||
License: GNU General Public License (GPL)
|
||||
Summary: Development Environment for %{name} Plugins
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
@ -67,7 +57,6 @@ Requires: %{name} = %{version}-%{release}
|
||||
Development environment for authoring %{name} plugins.
|
||||
|
||||
%package lua
|
||||
License: GNU General Public License (GPL)
|
||||
Summary: Lua Scripting Support for %{name}
|
||||
Group: Productivity/Networking/IRC
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
@ -76,7 +65,6 @@ Requires: %{name} = %{version}-%{release}
|
||||
Support for %{name} scripts written in the Lua language.
|
||||
|
||||
%package perl
|
||||
License: GNU General Public License (GPL)
|
||||
Summary: Perl Scripting Support for %{name}
|
||||
Group: Productivity/Networking/IRC
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
@ -85,7 +73,6 @@ Requires: %{name} = %{version}-%{release}
|
||||
Support for %{name} scripts written in the Perl language.
|
||||
|
||||
%package python
|
||||
License: GNU General Public License (GPL)
|
||||
Summary: Python Scripting Support for %{name}
|
||||
Group: Productivity/Networking/IRC
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
@ -94,7 +81,6 @@ Requires: %{name} = %{version}-%{release}
|
||||
Support for %{name} scripts written in the Python language.
|
||||
|
||||
%package tcl
|
||||
License: GNU General Public License (GPL)
|
||||
Summary: Tcl Scripting Support for %{name}
|
||||
Group: Productivity/Networking/IRC
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
@ -103,7 +89,6 @@ Requires: %{name} = %{version}-%{release}
|
||||
Support for %{name} scripts written in the Tcl language.
|
||||
|
||||
%package ruby
|
||||
License: GNU General Public License (GPL)
|
||||
Summary: Ruby Scripting Support for %{name}
|
||||
Group: Productivity/Networking/IRC
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
@ -112,7 +97,6 @@ Requires: %{name} = %{version}-%{release}
|
||||
Support for %{name} scripts written in the Ruby language.
|
||||
|
||||
%package aspell
|
||||
License: GNU General Public License (GPL)
|
||||
Summary: Aspell Spell-Checking Support for %{name}
|
||||
Group: Productivity/Networking/IRC
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
@ -123,7 +107,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")\""
|
||||
|
Loading…
Reference in New Issue
Block a user