Date: Friday, March 17, 2023 @ 21:42:57 Author: spupykin Revision: 1421410
upgpkg: gloox 1.0.25-1 Modified: gloox/trunk/PKGBUILD Deleted: gloox/trunk/build-fix.patch -----------------+ PKGBUILD | 6 +++--- build-fix.patch | 26 -------------------------- 2 files changed, 3 insertions(+), 29 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-17 21:07:00 UTC (rev 1421409) +++ PKGBUILD 2023-03-17 21:42:57 UTC (rev 1421410) @@ -2,8 +2,8 @@ # Maintainer: William Rea <[email protected]> pkgname=gloox -pkgver=1.0.24 -pkgrel=2 +pkgver=1.0.25 +pkgrel=1 pkgdesc="C++ libraries for development of Jabber client/component/server" arch=(x86_64) url="https://camaya.net/gloox" @@ -10,7 +10,7 @@ license=("GPL") depends=('libidn' 'gnutls') source=(https://camaya.net/download/gloox-$pkgver.tar.bz2) -sha256sums=('ae1462be2a2eb8fe5cd054825143617c53c2c9c7195606cb5a5ba68c0f68f9c9') +sha256sums=('cffe1cbd86dbe98be856024215321cd225001d1fa7d39118b99cb9453ba22754') build() { cd "$srcdir"/gloox-$pkgver Deleted: build-fix.patch =================================================================== --- build-fix.patch 2023-03-17 21:07:00 UTC (rev 1421409) +++ build-fix.patch 2023-03-17 21:42:57 UTC (rev 1421410) @@ -1,26 +0,0 @@ -diff -wbBur gloox-1.0.10/src/jinglesession.cpp gloox-1.0.10.q/src/jinglesession.cpp ---- gloox-1.0.10/src/jinglesession.cpp 2014-04-09 02:11:31.000000000 +0400 -+++ gloox-1.0.10.q/src/jinglesession.cpp 2014-05-30 14:56:02.793313436 +0400 -@@ -82,6 +82,10 @@ - { - } - -+ Session::Reason::~Reason() -+ { -+ } -+ - Session::Reason::Reason( const Tag* tag ) - : Plugin( PluginReason ) - { -diff -wbBur gloox-1.0.10/src/jinglesession.h gloox-1.0.10.q/src/jinglesession.h ---- gloox-1.0.10/src/jinglesession.h 2014-04-09 02:11:31.000000000 +0400 -+++ gloox-1.0.10.q/src/jinglesession.h 2014-05-30 14:55:46.889980293 +0400 -@@ -147,7 +147,7 @@ - /** - * Virtual destructor. - */ -- virtual ~Reason() {} -+ virtual ~Reason(); - - /** - * Returns the reason for the session termination.
