forked from pool/weechat
- update to version 0.4.1
* multiple layouts support * nick prefix/suffix are now dynamic (and managed by core instead of irc plugin) * unmask irc join if nick speaks some minutes after the join * new option irc.look.display_join_message to disable some messages after joining a channel * new option irc.look.pv_buffer to automatically merge private buffers * add support of UHNAMES * add DH-AES encryption method for SASL * multiple irc servers allowed on same port for irc protocol in relay plugin * add WebSocket server support (RFC 6455) in relay plugin (for irc and weechat protocols) * send nicklist difference in relay plugin (weechat protocol) * add control of autoload for scripts * optimizations in aspell plugin * many bugs fixed. OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=49
This commit is contained in:
parent
ca3a90ab87
commit
adb035d90f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1df12201d8b0ac25f62ddbfb675e8f3d978e52bc5b644d55ccf4c755956fa60d
|
||||
size 1740361
|
3
weechat-0.4.1.tar.bz2
Normal file
3
weechat-0.4.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d27bed07ee2d0638c1683ad18666d478ed9a042aeeedcd0dd9ce22f1392e0ebb
|
||||
size 1772500
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 07:31:45 UTC 2013 - gber@opensuse.org
|
||||
|
||||
- update to version 0.4.1
|
||||
* multiple layouts support
|
||||
* nick prefix/suffix are now dynamic (and managed by core instead
|
||||
of irc plugin)
|
||||
* unmask irc join if nick speaks some minutes after the join
|
||||
* new option irc.look.display_join_message to disable some
|
||||
messages after joining a channel
|
||||
* new option irc.look.pv_buffer to automatically merge private
|
||||
buffers
|
||||
* add support of UHNAMES
|
||||
* add DH-AES encryption method for SASL
|
||||
* multiple irc servers allowed on same port for irc protocol in
|
||||
relay plugin
|
||||
* add WebSocket server support (RFC 6455) in relay plugin (for
|
||||
irc and weechat protocols)
|
||||
* send nicklist difference in relay plugin (weechat protocol)
|
||||
* add control of autoload for scripts
|
||||
* optimizations in aspell plugin
|
||||
* many bugs fixed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 21 13:43:41 UTC 2013 - tchvatal@suse.com
|
||||
|
||||
|
21
weechat.spec
21
weechat.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package weechat
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 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
|
||||
@ -15,12 +15,13 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?suse_version} > 1140
|
||||
%define guile_ver 2.0
|
||||
%endif
|
||||
|
||||
Name: weechat
|
||||
Version: 0.4.0
|
||||
Version: 0.4.1
|
||||
Release: 0
|
||||
Summary: Portable, Fast, Light and Extensible Chat Client
|
||||
License: GPL-3.0+
|
||||
@ -32,6 +33,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: cmake
|
||||
BuildRequires: curl-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: grep
|
||||
BuildRequires: libtool
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: perl
|
||||
@ -58,6 +60,8 @@ BuildRequires: tcl-devel
|
||||
%if 0%{?suse_version:1}
|
||||
BuildRequires: update-desktop-files
|
||||
%endif
|
||||
BuildRequires: hicolor-icon-theme
|
||||
Requires: hicolor-icon-theme
|
||||
|
||||
%description
|
||||
WeeChat (Wee Enhanced Environment for Chat) is a fast and light cross-platform
|
||||
@ -141,7 +145,7 @@ find . -name '*.[ch]' |\
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags}"
|
||||
%__mkdir build
|
||||
mkdir build
|
||||
pushd build
|
||||
cmake \
|
||||
-DCMAKE_INSTALL_PREFIX="%{_prefix}" \
|
||||
@ -152,7 +156,7 @@ cmake \
|
||||
%endif
|
||||
-DPYTHON_LIBRARY="%{_libdir}/libpython%{py_ver}.so" \
|
||||
..
|
||||
%__make %{?_smp_flags} VERBOSE=1
|
||||
make %{?_smp_flags} VERBOSE=1
|
||||
popd #build
|
||||
|
||||
%install
|
||||
@ -160,8 +164,7 @@ pushd build
|
||||
%makeinstall
|
||||
popd #build
|
||||
|
||||
%__install -D -m 0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/applications/%{name}.desktop"
|
||||
%__install -D -m 0644 weechat_icon_32.png "%{buildroot}%{_datadir}/pixmaps/%{name}.png"
|
||||
install -D -m 0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/applications/%{name}.desktop"
|
||||
%if 0%{?suse_version}
|
||||
%suse_update_desktop_file -r "%{name}" Network IRCClient
|
||||
%endif
|
||||
@ -169,15 +172,17 @@ popd #build
|
||||
%find_lang "%{name}"
|
||||
|
||||
%clean
|
||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||
%{?buildroot:rm -rf "%{buildroot}"}
|
||||
|
||||
%if 0%{?suse_version} >= 1140
|
||||
|
||||
%post
|
||||
%desktop_database_post
|
||||
%icon_theme_cache_post
|
||||
|
||||
%postun
|
||||
%desktop_database_postun
|
||||
%icon_theme_cache_postun
|
||||
%endif
|
||||
|
||||
%files
|
||||
@ -197,7 +202,7 @@ popd #build
|
||||
%{_libdir}/weechat/plugins/xfer.so
|
||||
%doc %{_mandir}/man1/weechat-curses.1*
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/pixmaps/%{name}.png
|
||||
%{_datadir}/icons/hicolor/*/apps/weechat.png
|
||||
|
||||
%files -f "%{name}.lang" lang
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user