From 2ed5be3a0f07b62ca3c7b75f6da45d6e85dc3986eee58f000d2613755f2feece Mon Sep 17 00:00:00 2001 From: Guido Berhoerster Date: Sun, 30 Sep 2012 08:03:33 +0000 Subject: [PATCH] - 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 --- weechat-0.3.8.tar.bz2 | 3 --- weechat-0.3.9.tar.bz2 | 3 +++ weechat-fix-cmake-guile.patch | 13 ------------- weechat.changes | 22 ++++++++++++++++++++++ weechat.spec | 6 ++---- 5 files changed, 27 insertions(+), 20 deletions(-) delete mode 100644 weechat-0.3.8.tar.bz2 create mode 100644 weechat-0.3.9.tar.bz2 delete mode 100644 weechat-fix-cmake-guile.patch diff --git a/weechat-0.3.8.tar.bz2 b/weechat-0.3.8.tar.bz2 deleted file mode 100644 index a5559dc..0000000 --- a/weechat-0.3.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cb8c88d5471e01fd74d41a2bc0845e2b2b893dd1ea887a672c2cf0a7a1a06a5 -size 2488165 diff --git a/weechat-0.3.9.tar.bz2 b/weechat-0.3.9.tar.bz2 new file mode 100644 index 0000000..fb0b57c --- /dev/null +++ b/weechat-0.3.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e121aba26b6bb5cef94db22d7d77b2d8f189c910bf07ffc542a08baab79deb0 +size 2730228 diff --git a/weechat-fix-cmake-guile.patch b/weechat-fix-cmake-guile.patch deleted file mode 100644 index 6d988da..0000000 --- a/weechat-fix-cmake-guile.patch +++ /dev/null @@ -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) diff --git a/weechat.changes b/weechat.changes index b517f97..066c7a8 100644 --- a/weechat.changes +++ b/weechat.changes @@ -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 diff --git a/weechat.spec b/weechat.spec index d7f2eb8..d03068c 100644 --- a/weechat.spec +++ b/weechat.spec @@ -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