SHA256
1
0
forked from pool/weechat

Accepting request 877806 from server:irc

OBS-URL: https://build.opensuse.org/request/show/877806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=60
This commit is contained in:
Dominique Leuenberger 2021-03-10 07:56:52 +00:00 committed by Git OBS Bridge
commit 78d87d14be
6 changed files with 57 additions and 20 deletions

View File

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

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEqatat3j6XDUi/QN4+C9LFt7ECPgFAmAWdR4ACgkQ+C9LFt7E
CPh+qA/+IpjjmsEm0SWJ38jxbDU/LigSHCV8caYAkFv79it5JqxudonpUwBL8UPJ
NCYGWOh0Sg1kkUuDaqPvHaOnfIah6viaPT3olGW5BocrRyglUpRro4L4nxjVhadp
vKzdW1wNvTJQkdag4or2XMvsqSTM05so4CZM08Cw+NSUYlifobfBssyJMRsBcM9U
9WRybVl8wBDRxze+beUry5IPYjB3hCCL/Iny4aqw2IUAsM62Q4JEmCdfoYdo1Oxm
gk8aaCqhzP8k3Gr3SXS+jNaF12iNLAe2EUc8VkSZQMBm70R+gSBj1tCnRChSD6C+
O4dbe/c/mwi962vsNpAkqYXJp/Rt+6sVxuSThaUuTAgS4XbHtrD3S0BySn9XepzS
vtLrQ88k4ITf9gxWybtRnhFFqGy9lGOXRN7c8TLZL+ZYRzxiuteWLZlGcunefIX0
1mkeuaPloLlkhbF0VechC1iBT+ZUp3cRsPMeMlS5+peJ8F3m1/3nVIArvsYj80OT
fpXeVS4dMOZNSKPgn6qaXUVawhKsKWXJYcUjsS7/o5cPiolgigx0IJWz0iPID8Dq
DLHm7daHq379rRePcvDM/LJCnyToZJ2IbAiLrZlvShdOCu/szCWZI/O8BkuAvkue
husVLUu0ohh8+ApOsm/LTwAbQPWJD3aNI7LxjOoVVeWTTfmgfX4=
=uuBo
-----END PGP SIGNATURE-----

3
weechat-3.1.tar.xz Normal file
View File

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

16
weechat-3.1.tar.xz.asc Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEqatat3j6XDUi/QN4+C9LFt7ECPgFAmBEsuwACgkQ+C9LFt7E
CPgOfhAAzCWgJjLXbBS4/nrAHpdTvEMDBybft9GfSRwRaE8s++VRWTugpKSbgTI1
SHQl6G7rPVH4N37A5hGzwauiU7K4XRYwKlHfXtUCaaElxeJl9dxjQi1xQPFqkH+a
7IlqB6HyEWaNrZvIccoPziLQ0bzbSsITfXg7GPNBgyd5lW5GdjxjfkekEGz2N83F
PfjnKuZH2hijOLPpPoo7bX1F/D9YduaGNYwtX0LQ1Tdnsw4Dzo2D5LL6+rsAnrVL
BxxRG3VpP1uwY1AQig3+wjY/e+P28E76h3qAkXSRXU4tU6gQXeExcAbHgCEg0AEn
62yMF1Fo7/Lp9eGSVwLGz5H/PH5FO+QSCrR/5WGtDvJlzkfm2hlqUlNE1x5HwvWK
lYwGZsIJEzc8Z2o5D5k+cvYyR85zsIUvFf7JpM/uF+Xx3QobeTWkXLWHNGvnPQeS
tFls3Yglic6oOqI/sOrKlOh3a/C+SmXIuat7IKqw/Hb0KwCa6e7Fu+7cLq9nfWVO
nZPq0oGdR6yH1oJTFxfH7xLhRqsX55GCY0IrcwdEIpqvDTSYpwHFL0CtgVA41uDK
H2br3g/7bvIFKac5R38PzdFtiYk3NkGed6i8FuUbtQcfVtXIDXBLNZl5uA4fmbaU
CgyQafdb9XaGOHPN8//dWXBzzznXQykAKzng/fnkYgnt9MScAhE=
=mD4K
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Sun Mar 7 11:56:44 UTC 2021 - Maximilian Trummer <opensuse@trummer.xyz>
- update to 3.1
- New features
* core: add options weechat.look.hotlist_update_on_buffer_switch
and weechat.look.read_marker_update_on_buffer_switch (issue #992, issue #993)
* core: add option sec.crypt.passphrase_command to read passphrase from an
external program on startup, remove option sec.crypt.passphrase_file (issue #141)
* core: improve debug in command /eval: display more verbose debug
with two "-d", add indentation and colors
* core: add options "setvar" and "delvar" in command /buffer,
rename option "localvar" to "listvar"
* core: add buffer local variable "completion_default_template" (evaluated)
to override the value of option "weechat.completion.default_template" (issue #1600)
* core: add option "recreate" in command /filter
* core: add raw string in evaluation of expressions with "raw:xxx" (issue #1611)
* core: add evaluation of conditions in evaluation of expressions
with "eval_cond:xxx" (issue #1582)
* api: add info_hashtable "secured_data"
* irc: add info "irc_is_message_ignored"
* irc: add server option "default_chantypes",
used when the server does not send them in message 005 (issue #1610)
* trigger: add variable "${tg_trigger_name}" in command trigger evaluated strings (issue #1580)
- Bug fixes
* core: fix quoted line in cursor mode (issue #1602)
* core: fix wrong size of the new window after vertical split (issue #1612)
* core: do not remove quotes in arguments of command /eval
as they can be part of the evaluated expression/condition (issue #1601)
* core: display an error when the buffer is not found with command /command -buffer
* buflist: add option buflist.look.use_items to speed up display of buflist (issue #1613)
* irc: add bar item "irc_nick_prefix"
* irc: fix separator between nick and host in bar item "irc_nick_host"
* irc: fix completion of commands /halfop and /dehalfop
- Documentation
* do not build weechat-headless man page if headless binary is disabled (issue #1607)
-------------------------------------------------------------------
Tue Feb 2 00:50:50 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -17,7 +17,7 @@
Name: weechat
Version: 3.0.1
Version: 3.1
Release: 0
Summary: Multi-protocol extensible Chat Client
License: GPL-3.0-or-later