Accepting request 323426 from home:mimi_vx:branches:server:irc

- Version bump to 1.3:
 * core: add completion "colors" (issue #481)
 * core: start/stop search in buffer at current scroll position by default, add 
   key Ctrl+q to stop search and reset scroll (issue #76, issue #393)
 * core: add option weechat.look.key_grab_delay to set the default delay when 
   grabbing a key with Alt+k
 * core: add option weechat.look.confirm_upgrade (issue #463)
 * core: allow Ctrl+c to exit WeeChat when the passphrase is asked on startup (issue #452)
 * core: allow pointer as list name in evaluation of hdata (issue #450)
 * core: add signal "signal_sighup"
 * api: add support of evaluated sub-strings and current date/time in function 
   string_eval_expression() and command /eval
 * api: add function string_eval_path_home()
 * alias: add options "add", "addcompletion" and "del" in command /alias, remove 
   command /unalias (issue #458)
 * irc: add option irc.network.channel_encode (issue #218, issue #482)
 * irc: add option irc.color.topic_current (issue #475)
 * irc: evaluate content of server option "nicks"
 * logger: evaluate content of option logger.file.path (issue #388)
 * relay: display value of HTTP header "X-Real-IP" for websocket connections (issue #440)
 * script: rename option script.scripts.dir to script.scripts.path, evaluate content 
   of option (issue #388)
 * xfer: evaluate content of options xfer.file.download_path and xfer.file.upload_path (issue #388) 
 * many bug fixes

OBS-URL: https://build.opensuse.org/request/show/323426
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=67
This commit is contained in:
Tomáš Chvátal 2015-08-16 12:06:27 +00:00 committed by Git OBS Bridge
parent e9aefeb2f2
commit 15b17b9ae7
4 changed files with 35 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Sun Aug 16 10:23:57 UTC 2015 - mimi.vx@gmail.com
- Version bump to 1.3:
* core: add completion "colors" (issue #481)
* core: start/stop search in buffer at current scroll position by default, add
key Ctrl+q to stop search and reset scroll (issue #76, issue #393)
* core: add option weechat.look.key_grab_delay to set the default delay when
grabbing a key with Alt+k
* core: add option weechat.look.confirm_upgrade (issue #463)
* core: allow Ctrl+c to exit WeeChat when the passphrase is asked on startup (issue #452)
* core: allow pointer as list name in evaluation of hdata (issue #450)
* core: add signal "signal_sighup"
* api: add support of evaluated sub-strings and current date/time in function
string_eval_expression() and command /eval
* api: add function string_eval_path_home()
* alias: add options "add", "addcompletion" and "del" in command /alias, remove
command /unalias (issue #458)
* irc: add option irc.network.channel_encode (issue #218, issue #482)
* irc: add option irc.color.topic_current (issue #475)
* irc: evaluate content of server option "nicks"
* logger: evaluate content of option logger.file.path (issue #388)
* relay: display value of HTTP header "X-Real-IP" for websocket connections (issue #440)
* script: rename option script.scripts.dir to script.scripts.path, evaluate content
of option (issue #388)
* xfer: evaluate content of options xfer.file.download_path and xfer.file.upload_path (issue #388)
* many bug fixes
-------------------------------------------------------------------
Tue Aug 4 13:28:23 UTC 2015 - tchvatal@suse.com

View File

@ -17,13 +17,13 @@
Name: weechat
Version: 1.2
Version: 1.3
Release: 0
Summary: Portable, Fast, Light and Extensible Chat Client
License: GPL-3.0+
Group: Productivity/Networking/IRC
Url: http://www.weechat.org
Source: http://www.weechat.org/files/src/%{name}-%{version}.tar.bz2
Url: http://weechat.org
Source: http://weechat.org/files/src/%{name}-%{version}.tar.bz2
Source1: weechat.desktop
BuildRequires: asciidoc
BuildRequires: ca-certificates
@ -151,8 +151,7 @@ Spell-checking support for %{name}, using the aspell library.
modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
TIME="\"$(date -d "${modified}" "+%%R")\""
find . -name '*.[ch]' |\
xargs sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g"
find . -name '*.[ch]' | xargs sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g"
%build
export CFLAGS="%{optflags}"