Accepting request 432620 from server:irc

1

OBS-URL: https://build.opensuse.org/request/show/432620
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=40
This commit is contained in:
Dominique Leuenberger 2016-10-04 13:59:22 +00:00 committed by Git OBS Bridge
commit 4af1de41d0
6 changed files with 68 additions and 70 deletions

View File

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

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAABCAAGBQJXJeJkAAoJEPgvSxbexAj4P/cP/2g9CmIYSBeFPVV1QafJIvQp
bUdRiFAHyss3g7p3qdZmEm5Cn4zfPsa/N6YOiaoWoCsp3o8XmLBbhZNC5UrQlDxY
B530X4DRVI8StfN2Aye6L+GrcGjOPspSsNZu5uQv0ExPuCQ1eqQobwPMs5OHtJ5K
KcpKdNlxrAN+dPYDarHiAVdk2tLWHWXoGI7HtHkUWxHlPCOKVY+/lYmIhNSFf4/2
lBNSqb83AG7Ap/TQNXOXN0YiTpC5g156r/PgVOt8DZqhkfuPdZE0ibkv8I6bjpvt
PszBgQ9Bk3CiA1F88qni365ILPo20Z9lGuqNhDjsGa7k3+k1VelAtJ9camTRonwE
/ENiiM79qVxI73otSWQXQWIaWmVxU9fXCa0MxfYNfG23F9YTclE092neGgl94zHx
1+wMooG1SEBLYLPY2Ry+31RPJ2F5bW5v1a11E9+nmvn+f3jH0iuGABSql1Brt+vP
BV24YfXKMPry4Vm8FVIVz4vZbswKQFA5p+xIWxa22aQGQFPB7m7q1gzOxEU3An2C
XE3EBH/7RFXo8T1tD/pO/afgXi++uKnEej3PfqFc4lR9/mSFJfFhaq7AJrXqK8l3
on3QrHMDMOseD3s/dqvgpvLDe930bXVN6q6ypHANExVwxz/8DlMWdQ0SxtX/LSfK
YATf9++6AIjdOVeWI9KG
=xkEM
-----END PGP SIGNATURE-----

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

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

16
weechat-1.6.tar.bz2.asc Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIcBAABCAAGBQJX8L1IAAoJEPgvSxbexAj4WD4P/in3CCceXMQ85WK2vjFZHU5Z
66nsK8AbF48TjlFhGTzMDE4WAmSDnIl5rU3+ARfbFfNIv8kIHVVIhC3/K/nM38Zs
W22AUswakJoc9EJfyk3g7ASzxUS18Twpn38cMx/Jo+KsaZ7cI8verWqRBE2tEeCr
GIwMUAyk57sZRt3fmuUWU2KPsaiBZnOUm7So9QXHZV8ExcSXQP0FGramBCRaF2SG
QrubjxD6oFhsNzZoViSHKHZVWLs34ywwOb0QhJPDbPRalCUdblPalKX3skUo1VWD
dCS/wPb0D3Mb2mxqVNhAW5KAx+l7M6wSTIGhGtUq9vrXcZ1wY7VjHkKdKkSRjvGc
KkM3sJ62q1GN1AfSTo2hWnGVVwN5DhaC2jbXT1iX3t4iaXR1O9pYwS2ai8ZB6tAd
IEkpnLYEnLZI4GEg2D5Gs+75Om7FwDTc0tkzqgFlnkVVnIeWaMXdq+66/PMml07Y
k9P4iB2CAQrA3zWiuA7NB5raLNhd/2wMghaxwP7vs81SXmsqFKuluN/PfZEpTDko
+xIXgUHOfjp2ECyU6s//8ZBvNlrnvd14K3pvJ9zmR3jS2Roxzfo4pvn5aVD6HhVU
a95Wa+sGOxWvHNKDGE7Aw4S9n63mPq7TxRUidCkUvU4xJo8fIzSlT86zZklJdi6o
9FgBXvZC29y4krfZsjbI
=cSJH
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Sun Oct 2 17:20:55 UTC 2016 - mimi.vx@gmail.com
- update to version 1.6
- removed weechat-doc subpackage, ( BuildRequires dep missing )
* New features:
+ core: add optional argument "lowest", "highest" or level mask in command
/input hotlist_clear
+ core: add option "cycle" in command /buffer
+ api: add "extra" argument to evaluate extra variables in function
string_eval_expression()
+ relay: add option relay.network.allow_empty_password
+ trigger: add support for one-time triggers
Improvements
+ core, irc, xfer: display more information in memory allocation errors
+ api: remove functions printf_date() and printf_tags()
+ irc: rename server options "default_msg_{kick|part|quit}" to
"msg_{kick|part|quit}", evaluate them
+ relay: allow escape of comma in command "init" (weechat protocol)
Bug fixes
+ core, irc, xfer: refresh domain name and name server addresses before
connection to servers (fix connection to servers after suspend mode)
+ api: fix return of function string_match() when there are multiple masks
in the string
+ api: fix crash in function network_connect_to() if address is NULL
+ api: fix connection to servers with hook_connect() on Windows 10 with
Windows subsystem for Linux
+ api: fix crash in function string_split_command() when the separator
is not a semicolon
+ irc: fix socket leak in connection to server
+ irc: fix display of service notice mask (message 008)
+ irc: fix NULL pointer dereference in 734 command callback
+ relay: return an empty hdata when the requested hdata or pointer is not found
+ xfer: fix crash on DCC send if option xfer.file.auto_accept_nicks is set
Documentation
+ switch to asciidoctor to build docs and man page
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 14 13:10:49 UTC 2016 - mimi.vx@gmail.com Tue Jun 14 13:10:49 UTC 2016 - mimi.vx@gmail.com

View File

@ -17,7 +17,7 @@
Name: weechat Name: weechat
Version: 1.5 Version: 1.6
Release: 0 Release: 0
Summary: Portable, Fast, Light and Extensible Chat Client Summary: Portable, Fast, Light and Extensible Chat Client
License: GPL-3.0+ License: GPL-3.0+
@ -26,44 +26,37 @@ Url: http://weechat.org
Source: http://weechat.org/files/src/%{name}-%{version}.tar.bz2 Source: http://weechat.org/files/src/%{name}-%{version}.tar.bz2
Source1: weechat.desktop Source1: weechat.desktop
Source2: %{name}.keyring Source2: %{name}.keyring
Source3: %{name}-%{version}.tar.bz2.asc Source3: http://weechat.org/files/src/%{name}-%{version}.tar.bz2.asc
Source4: %{name}.changes Source4: %{name}.changes
BuildRequires: asciidoc
BuildRequires: ca-certificates BuildRequires: ca-certificates
BuildRequires: cmake BuildRequires: cmake
BuildRequires: curl-devel BuildRequires: curl-devel
BuildRequires: docbook-xsl-stylesheets
BuildRequires: enchant-devel
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: grep BuildRequires: grep
BuildRequires: guile-devel
BuildRequires: hicolor-icon-theme BuildRequires: hicolor-icon-theme
BuildRequires: libgcrypt-devel BuildRequires: libgcrypt-devel
BuildRequires: libgnutls-devel
BuildRequires: libgpg-error-devel BuildRequires: libgpg-error-devel
BuildRequires: libtool BuildRequires: libtool
BuildRequires: libxslt-tools
BuildRequires: lua51-devel
BuildRequires: lzo-devel BuildRequires: lzo-devel
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
BuildRequires: perl BuildRequires: perl
BuildRequires: pkg-config BuildRequires: pkgconfig
BuildRequires: python-devel
BuildRequires: ruby-devel BuildRequires: ruby-devel
BuildRequires: tcl-devel
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: pkgconfig(enchant)
BuildRequires: pkgconfig(gnutls)
BuildRequires: pkgconfig(guile-2.0)
BuildRequires: pkgconfig(lua)
BuildRequires: pkgconfig(python)
BuildRequires: pkgconfig(python2)
BuildRequires: pkgconfig(tcl)
Requires: ca-certificates Requires: ca-certificates
Requires: hicolor-icon-theme Requires: hicolor-icon-theme
Recommends: %{name}-lang = %{version} Recommends: %{name}-lang = %{version}
# without scripts it is bit annoying # without scripts it is bit annoying
Recommends: %{name}-perl = %{version} Recommends: %{name}-perl = %{version}
Recommends: %{name}-python = %{version} Recommends: %{name}-python = %{version}
Suggests: %{name}-doc
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Not on SLE12
%if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
BuildRequires: source-highlight
%endif
%description %description
WeeChat (Wee Enhanced Environment for Chat) is a fast and light cross-platform WeeChat (Wee Enhanced Environment for Chat) is a fast and light cross-platform
@ -73,17 +66,6 @@ several scripting languages.
%lang_package %lang_package
# Not on SLE12
%if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
%package doc
Summary: Documentation for %{name}
Group: Documentation/HTML
Requires: %{name} = %{version}
%description doc
Various documentation files for %{name}.
%endif
%package devel %package devel
Summary: Development Environment for %{name} Plugins Summary: Development Environment for %{name} Plugins
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
@ -155,11 +137,6 @@ modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{SOURCE4}")"
DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\"" DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
TIME="\"$(date -d "${modified}" "+%%R")\"" 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"
DATEF="\"$(date -d "${modified}" "+%%F")\""
sed -i "s/date=.*/date=$DATEF/" doc/asciidoc.conf
sed -i "s/A2X_EXECUTABLE.*/& -a revdate=$DATEF/" doc/*/CMakeLists.txt
YEAR=$(date -d "${modified}" +%%Y)
sed -i "s/{sys:date \"+%%Y\"}/${YEAR}/" doc/*/weechat.1.*.asciidoc
%build %build
export CFLAGS="%{optflags}" export CFLAGS="%{optflags}"
@ -170,8 +147,6 @@ export CFLAGS="%{optflags}"
-DLIBDIR="%{_libdir}" \ -DLIBDIR="%{_libdir}" \
-DPYTHON_LIBRARY="%{_libdir}/libpython%{py_ver}.so" \ -DPYTHON_LIBRARY="%{_libdir}/libpython%{py_ver}.so" \
-DENABLE_ENCHANT=ON \ -DENABLE_ENCHANT=ON \
-DENABLE_DOC=ON \
-DENABLE_MAN=ON \
-DCA_FILE=%{_sysconfdir}/ssl/ca-bundle.pem -DCA_FILE=%{_sysconfdir}/ssl/ca-bundle.pem
make %{?_smp_mflags} make %{?_smp_mflags}
@ -181,11 +156,6 @@ make %{?_smp_mflags}
install -D -m 0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/applications/%{name}.desktop" install -D -m 0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/applications/%{name}.desktop"
%suse_update_desktop_file -r "%{name}" Network IRCClient %suse_update_desktop_file -r "%{name}" Network IRCClient
# Not on SLE12
%if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
mv "%{buildroot}%{_datadir}/doc/weechat" html
%endif
%find_lang "%{name}" --with-man %find_lang "%{name}" --with-man
%post %post
@ -196,17 +166,10 @@ mv "%{buildroot}%{_datadir}/doc/weechat" html
%desktop_database_postun %desktop_database_postun
%icon_theme_cache_postun %icon_theme_cache_postun
# Not on SLE12
%if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
%files doc
%defattr(-,root,root)
%doc html/
%endif
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS.asciidoc ChangeLog.asciidoc Contributing.asciidoc COPYING %doc AUTHORS.adoc ChangeLog.adoc Contributing.adoc COPYING
%doc README.asciidoc ReleaseNotes.asciidoc %doc README.adoc ReleaseNotes.adoc
%{_bindir}/weechat-curses %{_bindir}/weechat-curses
%{_bindir}/weechat %{_bindir}/weechat
%dir %{_libdir}/weechat %dir %{_libdir}/weechat
@ -221,7 +184,6 @@ mv "%{buildroot}%{_datadir}/doc/weechat" html
%{_libdir}/weechat/plugins/script.so %{_libdir}/weechat/plugins/script.so
%{_libdir}/weechat/plugins/trigger.so %{_libdir}/weechat/plugins/trigger.so
%{_libdir}/weechat/plugins/xfer.so %{_libdir}/weechat/plugins/xfer.so
%{_mandir}/man1/weechat.1*
%{_datadir}/applications/weechat.desktop %{_datadir}/applications/weechat.desktop
%{_datadir}/icons/hicolor/*/apps/weechat.png %{_datadir}/icons/hicolor/*/apps/weechat.png