[arch-commits] Commit in gloox/repos (8 files)

2017-05-10 Thread Sergej Pupykin
Date: Wednesday, May 10, 2017 @ 13:05:52
  Author: spupykin
Revision: 227687

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gloox/repos/community-i686/PKGBUILD
(from rev 227686, gloox/trunk/PKGBUILD)
  gloox/repos/community-i686/build-fix.patch
(from rev 227686, gloox/trunk/build-fix.patch)
  gloox/repos/community-x86_64/PKGBUILD
(from rev 227686, gloox/trunk/PKGBUILD)
  gloox/repos/community-x86_64/build-fix.patch
(from rev 227686, gloox/trunk/build-fix.patch)
Deleted:
  gloox/repos/community-i686/PKGBUILD
  gloox/repos/community-i686/build-fix.patch
  gloox/repos/community-x86_64/PKGBUILD
  gloox/repos/community-x86_64/build-fix.patch

--+
 /PKGBUILD|   50 +++
 /build-fix.patch |   52 +
 community-i686/PKGBUILD  |   25 -
 community-i686/build-fix.patch   |   26 --
 community-x86_64/PKGBUILD|   25 -
 community-x86_64/build-fix.patch |   26 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-10 13:05:37 UTC (rev 227686)
+++ community-i686/PKGBUILD 2017-05-10 13:05:52 UTC (rev 227687)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-
-pkgname=gloox
-pkgver=1.0.19
-pkgrel=1
-pkgdesc="C++ libraries for development of Jabber client/component/server"
-arch=(i686 x86_64)
-url="http://camaya.net/gloox;
-license=("GPL")
-depends=('libidn' 'gnutls')
-source=(https://camaya.net/download/gloox-$pkgver.tar.bz2)
-sha256sums=('88466ab52ca99bfb22a74b738d9713a9cda0b06e539108354156ba408a5283f8')
-
-build() {
-  cd "$srcdir"/gloox-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/gloox-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gloox/repos/community-i686/PKGBUILD (from rev 227686, 
gloox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-10 13:05:52 UTC (rev 227687)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+
+pkgname=gloox
+pkgver=1.0.20
+pkgrel=1
+pkgdesc="C++ libraries for development of Jabber client/component/server"
+arch=(i686 x86_64)
+url="http://camaya.net/gloox;
+license=("GPL")
+depends=('libidn' 'gnutls')
+source=(https://camaya.net/download/gloox-$pkgver.tar.bz2)
+sha256sums=('0243086c0f4f0440d6d8e55705f83249a4463a1d75a034be42b5312e8886dea8')
+
+build() {
+  cd "$srcdir"/gloox-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/gloox-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/build-fix.patch
===
--- community-i686/build-fix.patch  2017-05-10 13:05:37 UTC (rev 227686)
+++ community-i686/build-fix.patch  2017-05-10 13:05:52 UTC (rev 227687)
@@ -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.0 +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.0 +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.

Copied: gloox/repos/community-i686/build-fix.patch (from rev 227686, 
gloox/trunk/build-fix.patch)
===
--- community-i686/build-fix.patch  (rev 0)
+++ community-i686/build-fix.patch  2017-05-10 13:05:52 UTC (rev 227687)
@@ -0,0 +1,26 @@
+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.0 +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 

[arch-commits] Commit in gloox/repos (8 files)

2017-02-27 Thread Sergej Pupykin
Date: Monday, February 27, 2017 @ 10:45:03
  Author: spupykin
Revision: 214026

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gloox/repos/community-i686/PKGBUILD
(from rev 214025, gloox/trunk/PKGBUILD)
  gloox/repos/community-i686/build-fix.patch
(from rev 214025, gloox/trunk/build-fix.patch)
  gloox/repos/community-x86_64/PKGBUILD
(from rev 214025, gloox/trunk/PKGBUILD)
  gloox/repos/community-x86_64/build-fix.patch
(from rev 214025, gloox/trunk/build-fix.patch)
Deleted:
  gloox/repos/community-i686/PKGBUILD
  gloox/repos/community-i686/build-fix.patch
  gloox/repos/community-x86_64/PKGBUILD
  gloox/repos/community-x86_64/build-fix.patch

--+
 /PKGBUILD|   50 +++
 /build-fix.patch |   52 +
 community-i686/PKGBUILD  |   25 -
 community-i686/build-fix.patch   |   26 --
 community-x86_64/PKGBUILD|   25 -
 community-x86_64/build-fix.patch |   26 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-27 10:44:45 UTC (rev 214025)
+++ community-i686/PKGBUILD 2017-02-27 10:45:03 UTC (rev 214026)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-
-pkgname=gloox
-pkgver=1.0.18
-pkgrel=1
-pkgdesc="C++ libraries for development of Jabber client/component/server"
-arch=(i686 x86_64)
-url="http://camaya.net/gloox;
-license=("GPL")
-depends=('libidn' 'gnutls')
-source=(https://camaya.net/download/gloox-$pkgver.tar.bz2)
-sha256sums=('16730e7fd4679e098a6d6c1f94ee72aca825e8f40e6744f5921ac32fdf22548e')
-
-build() {
-  cd "$srcdir"/gloox-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/gloox-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gloox/repos/community-i686/PKGBUILD (from rev 214025, 
gloox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-27 10:45:03 UTC (rev 214026)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+
+pkgname=gloox
+pkgver=1.0.19
+pkgrel=1
+pkgdesc="C++ libraries for development of Jabber client/component/server"
+arch=(i686 x86_64)
+url="http://camaya.net/gloox;
+license=("GPL")
+depends=('libidn' 'gnutls')
+source=(https://camaya.net/download/gloox-$pkgver.tar.bz2)
+sha256sums=('88466ab52ca99bfb22a74b738d9713a9cda0b06e539108354156ba408a5283f8')
+
+build() {
+  cd "$srcdir"/gloox-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/gloox-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/build-fix.patch
===
--- community-i686/build-fix.patch  2017-02-27 10:44:45 UTC (rev 214025)
+++ community-i686/build-fix.patch  2017-02-27 10:45:03 UTC (rev 214026)
@@ -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.0 +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.0 +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.

Copied: gloox/repos/community-i686/build-fix.patch (from rev 214025, 
gloox/trunk/build-fix.patch)
===
--- community-i686/build-fix.patch  (rev 0)
+++ community-i686/build-fix.patch  2017-02-27 10:45:03 UTC (rev 214026)
@@ -0,0 +1,26 @@
+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.0 +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 

[arch-commits] Commit in gloox/repos (8 files)

2017-02-13 Thread Sergej Pupykin
Date: Monday, February 13, 2017 @ 12:14:58
  Author: spupykin
Revision: 212111

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gloox/repos/community-i686/PKGBUILD
(from rev 212110, gloox/trunk/PKGBUILD)
  gloox/repos/community-i686/build-fix.patch
(from rev 212110, gloox/trunk/build-fix.patch)
  gloox/repos/community-x86_64/PKGBUILD
(from rev 212110, gloox/trunk/PKGBUILD)
  gloox/repos/community-x86_64/build-fix.patch
(from rev 212110, gloox/trunk/build-fix.patch)
Deleted:
  gloox/repos/community-i686/PKGBUILD
  gloox/repos/community-i686/build-fix.patch
  gloox/repos/community-x86_64/PKGBUILD
  gloox/repos/community-x86_64/build-fix.patch

--+
 /PKGBUILD|   50 +++
 /build-fix.patch |   52 +
 community-i686/PKGBUILD  |   25 -
 community-i686/build-fix.patch   |   26 --
 community-x86_64/PKGBUILD|   25 -
 community-x86_64/build-fix.patch |   26 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-13 12:14:43 UTC (rev 212110)
+++ community-i686/PKGBUILD 2017-02-13 12:14:58 UTC (rev 212111)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-
-pkgname=gloox
-pkgver=1.0.17
-pkgrel=1
-pkgdesc="C++ libraries for development of Jabber client/component/server"
-arch=(i686 x86_64)
-url="http://camaya.net/gloox;
-license=("GPL")
-depends=('libidn' 'gnutls')
-source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
-md5sums=('a8cc8565790c8b0afb4a4725a8c7d38d')
-
-build() {
-  cd $srcdir/gloox-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/gloox-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gloox/repos/community-i686/PKGBUILD (from rev 212110, 
gloox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-13 12:14:58 UTC (rev 212111)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+
+pkgname=gloox
+pkgver=1.0.18
+pkgrel=1
+pkgdesc="C++ libraries for development of Jabber client/component/server"
+arch=(i686 x86_64)
+url="http://camaya.net/gloox;
+license=("GPL")
+depends=('libidn' 'gnutls')
+source=(https://camaya.net/download/gloox-$pkgver.tar.bz2)
+sha256sums=('16730e7fd4679e098a6d6c1f94ee72aca825e8f40e6744f5921ac32fdf22548e')
+
+build() {
+  cd "$srcdir"/gloox-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/gloox-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/build-fix.patch
===
--- community-i686/build-fix.patch  2017-02-13 12:14:43 UTC (rev 212110)
+++ community-i686/build-fix.patch  2017-02-13 12:14:58 UTC (rev 212111)
@@ -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.0 +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.0 +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.

Copied: gloox/repos/community-i686/build-fix.patch (from rev 212110, 
gloox/trunk/build-fix.patch)
===
--- community-i686/build-fix.patch  (rev 0)
+++ community-i686/build-fix.patch  2017-02-13 12:14:58 UTC (rev 212111)
@@ -0,0 +1,26 @@
+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.0 +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

[arch-commits] Commit in gloox/repos (8 files)

2016-10-31 Thread Sergej Pupykin
Date: Monday, October 31, 2016 @ 10:08:34
  Author: spupykin
Revision: 194128

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gloox/repos/community-i686/PKGBUILD
(from rev 194127, gloox/trunk/PKGBUILD)
  gloox/repos/community-i686/build-fix.patch
(from rev 194127, gloox/trunk/build-fix.patch)
  gloox/repos/community-x86_64/PKGBUILD
(from rev 194127, gloox/trunk/PKGBUILD)
  gloox/repos/community-x86_64/build-fix.patch
(from rev 194127, gloox/trunk/build-fix.patch)
Deleted:
  gloox/repos/community-i686/PKGBUILD
  gloox/repos/community-i686/build-fix.patch
  gloox/repos/community-x86_64/PKGBUILD
  gloox/repos/community-x86_64/build-fix.patch

--+
 /PKGBUILD|   50 +++
 /build-fix.patch |   52 +
 community-i686/PKGBUILD  |   25 -
 community-i686/build-fix.patch   |   26 --
 community-x86_64/PKGBUILD|   25 -
 community-x86_64/build-fix.patch |   26 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-31 10:08:19 UTC (rev 194127)
+++ community-i686/PKGBUILD 2016-10-31 10:08:34 UTC (rev 194128)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-
-pkgname=gloox
-pkgver=1.0.14
-pkgrel=2
-pkgdesc="C++ libraries for development of Jabber client/component/server"
-arch=(i686 x86_64)
-url="http://camaya.net/gloox;
-license=("GPL")
-depends=('libidn' 'gnutls')
-source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
-md5sums=('4dc0ad33070312e6a59fd913415cde4a')
-
-build() {
-  cd $srcdir/gloox-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/gloox-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gloox/repos/community-i686/PKGBUILD (from rev 194127, 
gloox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-31 10:08:34 UTC (rev 194128)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+
+pkgname=gloox
+pkgver=1.0.17
+pkgrel=1
+pkgdesc="C++ libraries for development of Jabber client/component/server"
+arch=(i686 x86_64)
+url="http://camaya.net/gloox;
+license=("GPL")
+depends=('libidn' 'gnutls')
+source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
+md5sums=('a8cc8565790c8b0afb4a4725a8c7d38d')
+
+build() {
+  cd $srcdir/gloox-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/gloox-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/build-fix.patch
===
--- community-i686/build-fix.patch  2016-10-31 10:08:19 UTC (rev 194127)
+++ community-i686/build-fix.patch  2016-10-31 10:08:34 UTC (rev 194128)
@@ -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.0 +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.0 +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.

Copied: gloox/repos/community-i686/build-fix.patch (from rev 194127, 
gloox/trunk/build-fix.patch)
===
--- community-i686/build-fix.patch  (rev 0)
+++ community-i686/build-fix.patch  2016-10-31 10:08:34 UTC (rev 194128)
@@ -0,0 +1,26 @@
+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.0 +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   

[arch-commits] Commit in gloox/repos (8 files)

2015-11-20 Thread Sergej Pupykin
Date: Friday, November 20, 2015 @ 19:34:41
  Author: spupykin
Revision: 147229

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gloox/repos/community-i686/PKGBUILD
(from rev 147228, gloox/trunk/PKGBUILD)
  gloox/repos/community-i686/build-fix.patch
(from rev 147228, gloox/trunk/build-fix.patch)
  gloox/repos/community-x86_64/PKGBUILD
(from rev 147228, gloox/trunk/PKGBUILD)
  gloox/repos/community-x86_64/build-fix.patch
(from rev 147228, gloox/trunk/build-fix.patch)
Deleted:
  gloox/repos/community-i686/PKGBUILD
  gloox/repos/community-i686/build-fix.patch
  gloox/repos/community-x86_64/PKGBUILD
  gloox/repos/community-x86_64/build-fix.patch

--+
 /PKGBUILD|   50 +++
 /build-fix.patch |   52 +
 community-i686/PKGBUILD  |   25 -
 community-i686/build-fix.patch   |   26 --
 community-x86_64/PKGBUILD|   25 -
 community-x86_64/build-fix.patch |   26 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-20 18:33:59 UTC (rev 147228)
+++ community-i686/PKGBUILD 2015-11-20 18:34:41 UTC (rev 147229)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-
-pkgname=gloox
-pkgver=1.0.13
-pkgrel=2
-pkgdesc="C++ libraries for development of Jabber client/component/server"
-arch=(i686 x86_64)
-url="http://camaya.net/gloox;
-license=("GPL")
-depends=('libidn' 'gnutls')
-source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
-md5sums=('953b96ce14c9c1b8a262b52fce9e757f')
-
-build() {
-  cd $srcdir/gloox-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/gloox-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gloox/repos/community-i686/PKGBUILD (from rev 147228, 
gloox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-20 18:34:41 UTC (rev 147229)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+
+pkgname=gloox
+pkgver=1.0.14
+pkgrel=1
+pkgdesc="C++ libraries for development of Jabber client/component/server"
+arch=(i686 x86_64)
+url="http://camaya.net/gloox;
+license=("GPL")
+depends=('libidn' 'gnutls')
+source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
+md5sums=('4dc0ad33070312e6a59fd913415cde4a')
+
+build() {
+  cd $srcdir/gloox-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/gloox-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/build-fix.patch
===
--- community-i686/build-fix.patch  2015-11-20 18:33:59 UTC (rev 147228)
+++ community-i686/build-fix.patch  2015-11-20 18:34:41 UTC (rev 147229)
@@ -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.0 +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.0 +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.

Copied: gloox/repos/community-i686/build-fix.patch (from rev 147228, 
gloox/trunk/build-fix.patch)
===
--- community-i686/build-fix.patch  (rev 0)
+++ community-i686/build-fix.patch  2015-11-20 18:34:41 UTC (rev 147229)
@@ -0,0 +1,26 @@
+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.0 +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   

[arch-commits] Commit in gloox/repos (8 files)

2015-03-04 Thread Sergej Pupykin
Date: Wednesday, March 4, 2015 @ 22:48:47
  Author: spupykin
Revision: 128736

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gloox/repos/community-i686/PKGBUILD
(from rev 128735, gloox/trunk/PKGBUILD)
  gloox/repos/community-i686/build-fix.patch
(from rev 128735, gloox/trunk/build-fix.patch)
  gloox/repos/community-x86_64/PKGBUILD
(from rev 128735, gloox/trunk/PKGBUILD)
  gloox/repos/community-x86_64/build-fix.patch
(from rev 128735, gloox/trunk/build-fix.patch)
Deleted:
  gloox/repos/community-i686/PKGBUILD
  gloox/repos/community-i686/build-fix.patch
  gloox/repos/community-x86_64/PKGBUILD
  gloox/repos/community-x86_64/build-fix.patch

--+
 /PKGBUILD|   50 +++
 /build-fix.patch |   52 +
 community-i686/PKGBUILD  |   25 -
 community-i686/build-fix.patch   |   26 --
 community-x86_64/PKGBUILD|   25 -
 community-x86_64/build-fix.patch |   26 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-04 21:48:32 UTC (rev 128735)
+++ community-i686/PKGBUILD 2015-03-04 21:48:47 UTC (rev 128736)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-
-pkgname=gloox
-pkgver=1.0.12
-pkgrel=1
-pkgdesc=C++ libraries for development of Jabber client/component/server
-arch=(i686 x86_64)
-url=http://camaya.net/gloox;
-license=(GPL)
-depends=('libidn' 'gnutls')
-source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
-md5sums=('f33a46e594e27b37e36a11bf54657063')
-
-build() {
-  cd $srcdir/gloox-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/gloox-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gloox/repos/community-i686/PKGBUILD (from rev 128735, 
gloox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-04 21:48:47 UTC (rev 128736)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+
+pkgname=gloox
+pkgver=1.0.13
+pkgrel=1
+pkgdesc=C++ libraries for development of Jabber client/component/server
+arch=(i686 x86_64)
+url=http://camaya.net/gloox;
+license=(GPL)
+depends=('libidn' 'gnutls')
+source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
+md5sums=('953b96ce14c9c1b8a262b52fce9e757f')
+
+build() {
+  cd $srcdir/gloox-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/gloox-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/build-fix.patch
===
--- community-i686/build-fix.patch  2015-03-04 21:48:32 UTC (rev 128735)
+++ community-i686/build-fix.patch  2015-03-04 21:48:47 UTC (rev 128736)
@@ -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.0 +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.0 +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.

Copied: gloox/repos/community-i686/build-fix.patch (from rev 128735, 
gloox/trunk/build-fix.patch)
===
--- community-i686/build-fix.patch  (rev 0)
+++ community-i686/build-fix.patch  2015-03-04 21:48:47 UTC (rev 128736)
@@ -0,0 +1,26 @@
+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.0 +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 

[arch-commits] Commit in gloox/repos (8 files)

2014-11-24 Thread Sergej Pupykin
Date: Monday, November 24, 2014 @ 11:44:36
  Author: spupykin
Revision: 123046

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gloox/repos/community-i686/PKGBUILD
(from rev 123045, gloox/trunk/PKGBUILD)
  gloox/repos/community-i686/build-fix.patch
(from rev 123045, gloox/trunk/build-fix.patch)
  gloox/repos/community-x86_64/PKGBUILD
(from rev 123045, gloox/trunk/PKGBUILD)
  gloox/repos/community-x86_64/build-fix.patch
(from rev 123045, gloox/trunk/build-fix.patch)
Deleted:
  gloox/repos/community-i686/PKGBUILD
  gloox/repos/community-i686/build-fix.patch
  gloox/repos/community-x86_64/PKGBUILD
  gloox/repos/community-x86_64/build-fix.patch

--+
 /PKGBUILD|   50 +++
 /build-fix.patch |   52 +
 community-i686/PKGBUILD  |   25 -
 community-i686/build-fix.patch   |   26 --
 community-x86_64/PKGBUILD|   25 -
 community-x86_64/build-fix.patch |   26 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-24 10:44:20 UTC (rev 123045)
+++ community-i686/PKGBUILD 2014-11-24 10:44:36 UTC (rev 123046)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-
-pkgname=gloox
-pkgver=1.0.11
-pkgrel=1
-pkgdesc=C++ libraries for development of Jabber client/component/server
-arch=(i686 x86_64)
-url=http://camaya.net/gloox;
-license=(GPL)
-depends=('libidn' 'gnutls')
-source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
-md5sums=('c2ce57b117e4988ec89e529f2db55cce')
-
-build() {
-  cd $srcdir/gloox-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/gloox-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gloox/repos/community-i686/PKGBUILD (from rev 123045, 
gloox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-24 10:44:36 UTC (rev 123046)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+
+pkgname=gloox
+pkgver=1.0.12
+pkgrel=1
+pkgdesc=C++ libraries for development of Jabber client/component/server
+arch=(i686 x86_64)
+url=http://camaya.net/gloox;
+license=(GPL)
+depends=('libidn' 'gnutls')
+source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
+md5sums=('f33a46e594e27b37e36a11bf54657063')
+
+build() {
+  cd $srcdir/gloox-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/gloox-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/build-fix.patch
===
--- community-i686/build-fix.patch  2014-11-24 10:44:20 UTC (rev 123045)
+++ community-i686/build-fix.patch  2014-11-24 10:44:36 UTC (rev 123046)
@@ -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.0 +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.0 +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.

Copied: gloox/repos/community-i686/build-fix.patch (from rev 123045, 
gloox/trunk/build-fix.patch)
===
--- community-i686/build-fix.patch  (rev 0)
+++ community-i686/build-fix.patch  2014-11-24 10:44:36 UTC (rev 123046)
@@ -0,0 +1,26 @@
+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.0 +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 

[arch-commits] Commit in gloox/repos (8 files)

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 12:21:22
  Author: spupykin
Revision: 119755

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gloox/repos/community-i686/PKGBUILD
(from rev 119754, gloox/trunk/PKGBUILD)
  gloox/repos/community-i686/build-fix.patch
(from rev 119754, gloox/trunk/build-fix.patch)
  gloox/repos/community-x86_64/PKGBUILD
(from rev 119754, gloox/trunk/PKGBUILD)
  gloox/repos/community-x86_64/build-fix.patch
(from rev 119754, gloox/trunk/build-fix.patch)
Deleted:
  gloox/repos/community-i686/PKGBUILD
  gloox/repos/community-i686/build-fix.patch
  gloox/repos/community-x86_64/PKGBUILD
  gloox/repos/community-x86_64/build-fix.patch

--+
 /PKGBUILD|   50 +++
 /build-fix.patch |   52 +
 community-i686/PKGBUILD  |   32 --
 community-i686/build-fix.patch   |   26 --
 community-x86_64/PKGBUILD|   32 --
 community-x86_64/build-fix.patch |   26 --
 6 files changed, 102 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 10:21:10 UTC (rev 119754)
+++ community-i686/PKGBUILD 2014-09-29 10:21:22 UTC (rev 119755)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-
-pkgname=gloox
-pkgver=1.0.10
-pkgrel=1
-pkgdesc=C++ libraries for development of Jabber client/component/server
-arch=(i686 x86_64)
-url=http://camaya.net/gloox;
-license=(GPL)
-depends=('libidn' 'gnutls')
-source=(http://camaya.net/download/gloox-$pkgver.tar.bz2
-   build-fix.patch)
-md5sums=('33538dc22609e0f0699fb82e5e0b509a'
- '8106b0b4057bfadaede004458859387b')
-
-prepare() {
-  cd $srcdir/gloox-$pkgver
-  patch -p1 $srcdir/build-fix.patch
-}
-
-build() {
-  cd $srcdir/gloox-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/gloox-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gloox/repos/community-i686/PKGBUILD (from rev 119754, 
gloox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 10:21:22 UTC (rev 119755)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+
+pkgname=gloox
+pkgver=1.0.11
+pkgrel=1
+pkgdesc=C++ libraries for development of Jabber client/component/server
+arch=(i686 x86_64)
+url=http://camaya.net/gloox;
+license=(GPL)
+depends=('libidn' 'gnutls')
+source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
+md5sums=('c2ce57b117e4988ec89e529f2db55cce')
+
+build() {
+  cd $srcdir/gloox-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/gloox-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/build-fix.patch
===
--- community-i686/build-fix.patch  2014-09-29 10:21:10 UTC (rev 119754)
+++ community-i686/build-fix.patch  2014-09-29 10:21:22 UTC (rev 119755)
@@ -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.0 +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.0 +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.

Copied: gloox/repos/community-i686/build-fix.patch (from rev 119754, 
gloox/trunk/build-fix.patch)
===
--- community-i686/build-fix.patch  (rev 0)
+++ community-i686/build-fix.patch  2014-09-29 10:21:22 UTC (rev 119755)
@@ -0,0 +1,26 @@
+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.0 +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(