From 15b17b9ae7559f12dbfa5d6608fadf46f60214e3ee8942cff695d215ff0fca29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 16 Aug 2015 12:06:27 +0000 Subject: [PATCH] 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 --- weechat-1.2.tar.bz2 | 3 --- weechat-1.3.tar.bz2 | 3 +++ weechat.changes | 28 ++++++++++++++++++++++++++++ weechat.spec | 9 ++++----- 4 files changed, 35 insertions(+), 8 deletions(-) delete mode 100644 weechat-1.2.tar.bz2 create mode 100644 weechat-1.3.tar.bz2 diff --git a/weechat-1.2.tar.bz2 b/weechat-1.2.tar.bz2 deleted file mode 100644 index 18f7f98..0000000 --- a/weechat-1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c4501401f3794d551331b3cede354895962858acc50437567ffd40fa7af684d -size 2367277 diff --git a/weechat-1.3.tar.bz2 b/weechat-1.3.tar.bz2 new file mode 100644 index 0000000..1c30103 --- /dev/null +++ b/weechat-1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703dd771f74a2391bab656992712331d9151a227ac3210393a4ecf6458605148 +size 2402422 diff --git a/weechat.changes b/weechat.changes index aa00b5d..d0b2857 100644 --- a/weechat.changes +++ b/weechat.changes @@ -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 diff --git a/weechat.spec b/weechat.spec index 4064899..fafbca8 100644 --- a/weechat.spec +++ b/weechat.spec @@ -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}"