Accepting request 136464 from server:irc
- 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/request/show/136464 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=13
This commit is contained in:
commit
330e3d6abf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3cb8c88d5471e01fd74d41a2bc0845e2b2b893dd1ea887a672c2cf0a7a1a06a5
|
||||
size 2488165
|
3
weechat-0.3.9.tar.bz2
Normal file
3
weechat-0.3.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e121aba26b6bb5cef94db22d7d77b2d8f189c910bf07ffc542a08baab79deb0
|
||||
size 2730228
|
@ -1,13 +0,0 @@
|
||||
Index: weechat-0.3.8/src/plugins/scripts/guile/CMakeLists.txt
|
||||
===================================================================
|
||||
--- weechat-0.3.8.orig/src/plugins/scripts/guile/CMakeLists.txt
|
||||
+++ weechat-0.3.8/src/plugins/scripts/guile/CMakeLists.txt
|
||||
@@ -23,7 +23,7 @@ weechat-guile-api.c weechat-guile-api.h)
|
||||
SET_TARGET_PROPERTIES(guile PROPERTIES PREFIX "")
|
||||
|
||||
IF(GUILE_FOUND)
|
||||
- INCLUDE_DIRECTORIES(${GUILE_INCLUDE_PATH})
|
||||
+ INCLUDE_DIRECTORIES(${GUILE_INCLUDE_DIRS})
|
||||
SET(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} ${GUILE_LFLAGS}")
|
||||
TARGET_LINK_LIBRARIES(guile ${GUILE_LIBRARY} weechat_scripts)
|
||||
ENDIF(GUILE_FOUND)
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 30 07:41:09 UTC 2012 - gber@opensuse.org
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 4 08:45:44 UTC 2012 - gber@opensuse.org
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user