forked from pool/weechat
- update to version 0.3.9:
* add plugin "script" (replacement of weeget.py and script.pl) * add support of SSL in relay plugin * add color for offline nicks * add system resource limits for WeeChat process * add zoom on merged buffer (default key: alt+"x") * add "Day changed to" in logger backlog * add command line option "-r" (or "--run-command") to run command(s) after startup of WeeChat * add option "swap" for command /buffer * generate alternate IRC nicks dynamically (when all nicks are already in use) * fix rejoin of password protected IRC channels * fix freeze in irc and relay plugins with sockets * allow update for some variables of hdata * add japanese user's guide, scripting guide and tester's guide * many bugs fixed - drop obsolete weechat-fix-cmake-guile.patch OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=45
This commit is contained in:
committed by
Git OBS Bridge
parent
aa3ab11621
commit
2ed5be3a0f
@@ -20,15 +20,13 @@
|
||||
%endif
|
||||
|
||||
Name: weechat
|
||||
Version: 0.3.8
|
||||
Version: 0.3.9
|
||||
Release: 0
|
||||
Summary: Portable, Fast, Light and Extensible Chat Client
|
||||
License: GPL-3.0+
|
||||
Group: Productivity/Networking/IRC
|
||||
Source: http://www.weechat.org/files/src/weechat-%{version}.tar.bz2
|
||||
Source1: weechat.desktop
|
||||
# PATCH-FIX-UPSTREAM weechat-fix-cmake-guile.patch https://savannah.nongnu.org/patch/index.php?7790 gber@opensuse.org -- Fixes the include dir for guile no being passed to the guild script plugin cmake file
|
||||
Patch0: weechat-fix-cmake-guile.patch
|
||||
Url: http://www.weechat.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: cmake
|
||||
@@ -135,7 +133,6 @@ Spell-checking support for %{name}, using the aspell library.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
|
||||
DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
|
||||
TIME="\"$(date -d "${modified}" "+%%R")\""
|
||||
@@ -196,6 +193,7 @@ popd #build
|
||||
%{_libdir}/weechat/plugins/logger.so
|
||||
%{_libdir}/weechat/plugins/relay.so
|
||||
%{_libdir}/weechat/plugins/rmodifier.so
|
||||
%{_libdir}/weechat/plugins/script.so
|
||||
%{_libdir}/weechat/plugins/xfer.so
|
||||
%doc %{_mandir}/man1/weechat-curses.1*
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
|
Reference in New Issue
Block a user