From 2c9daedacb98e65760b7dbba46517ec44ed769ba Mon Sep 17 00:00:00 2001 From: blue-devil Date: Wed, 4 Mar 2020 00:36:13 +0300 Subject: [PATCH] gloox:ver.bump --- network/chat/gloox/actions.py | 6 ++++-- network/chat/gloox/pspec.xml | 15 ++++++++++++--- network/chat/gloox/translations.xml | 3 ++- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/network/chat/gloox/actions.py b/network/chat/gloox/actions.py index 83ddfb703b..8a943e0baf 100644 --- a/network/chat/gloox/actions.py +++ b/network/chat/gloox/actions.py @@ -4,15 +4,17 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt +from pisi.actionsapi import shelltools from pisi.actionsapi import autotools from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools from pisi.actionsapi import get shelltools.export("PTHREAD_LIBS", "-lpthread") def setup(): autotools.autoreconf("-vfi") + # suppress compiler warnings + pisitools.cxxflags.add("-Wno-conversion -Wno-implicit-fallthrough -Wno-deprecated-declarations -Wno-format-nonliteral -Wno-unused-parameter -Wno-format -Wno-misleading-indentation -Wno-format-security") autotools.configure("--with-gnutls \ --disable-static") @@ -22,4 +24,4 @@ def build(): def install(): autotools.install() - pisitools.dodoc("README", "AUTHORS", "LICENSE", "ChangeLog") + pisitools.dodoc("COPYING", "README", "LICENSE") \ No newline at end of file diff --git a/network/chat/gloox/pspec.xml b/network/chat/gloox/pspec.xml index f502a5902b..98a6317d06 100644 --- a/network/chat/gloox/pspec.xml +++ b/network/chat/gloox/pspec.xml @@ -1,5 +1,5 @@ - + gloox @@ -8,19 +8,21 @@ Kamil Atlı suvari@pisilinux.org + network.chat GPLv2 library Full-featured Jabber/XMPP client library gloox is a rock-solid, full-featured Jabber/XMPP client library, written in C++. It makes writing spec-compliant clients easy and allows for hassle-free integration of Jabber/XMPP functionality into existing applications. - https://camaya.net/download/gloox-1.0.22.tar.bz2 + https://camaya.net/download/gloox-1.0.23.tar.bz2 - zlib-devel gnutls-devel + zlib-devel gloox + Full-featured Jabber/XMPP client library zlib libgcc @@ -47,6 +49,13 @@ + + 2020-02-27 + 1.0.23 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2019-10-30 1.0.20 diff --git a/network/chat/gloox/translations.xml b/network/chat/gloox/translations.xml index 8e5c6858f1..c5c56965b7 100644 --- a/network/chat/gloox/translations.xml +++ b/network/chat/gloox/translations.xml @@ -9,5 +9,6 @@ gloox-devel gloox için geliştirme dosyaları + gloox-devel, gloox için geliştirme dosyalarını içerir. - + \ No newline at end of file