From 809bc7b6e793edcc4183771a051b766bb3a4deb1e004f57ad9b7715f0c394123 Mon Sep 17 00:00:00 2001 From: Andrey Karepin Date: Sun, 9 Mar 2014 14:01:40 +0000 Subject: [PATCH 1/2] Accepting request 225211 from home:DarkSS - update to 0.7.6+git.2014.03.09 * Added QPair include just in case. * Avoid keeping the source QDomDocument in QXmppElement. Serialize the node instead of keeping QDomElement with a ref to the original QDomDOcument. * QXmppElement::sourceDomElement(). * Namespace-based matching for known elements. * Cover non-'x' extensions in tests. * Support other extensions besides 'x' in QXmppMessage. * Fixes to support Qt5. * Re-order member initialization (silences GCC warning). * Fixed possible memory leak in QXmppTransferManager. * Added missing assert for connecting signal in QXmppStream. * Fixed C-style pointer cast. * Fixed uninitialized pointers in QXmppOutgoingClientPrivate. * Fixed uninitialized pointer in QXmppCallPrivate. * Fixed uninitialized pointer in QXmppRtpAudioChannelPrivate. * Fixed uninitialized member in QXmppOutgoingClient. * Fix QXmppServer incoming connections with Qt5 (issue 175). OBS-URL: https://build.opensuse.org/request/show/225211 OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=11 --- libqxmpp.changes | 23 +++++++++++++++++++++++ libqxmpp.spec | 4 ++-- qxmpp-0.7.6+git.2014.03.09.tar.gz | 3 +++ qxmpp-0.7.6.tar.gz | 3 --- 4 files changed, 28 insertions(+), 5 deletions(-) create mode 100644 qxmpp-0.7.6+git.2014.03.09.tar.gz delete mode 100644 qxmpp-0.7.6.tar.gz diff --git a/libqxmpp.changes b/libqxmpp.changes index a8d8779..667dcb9 100644 --- a/libqxmpp.changes +++ b/libqxmpp.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sun Mar 9 11:10:45 UTC 2014 - dap.darkness@gmail.com + +- update to 0.7.6+git.2014.03.09 + * Added QPair include just in case. + * Avoid keeping the source QDomDocument in QXmppElement. + Serialize the node instead of keeping QDomElement + with a ref to the original QDomDOcument. + * QXmppElement::sourceDomElement(). + * Namespace-based matching for known elements. + * Cover non-'x' extensions in tests. + * Support other extensions besides 'x' in QXmppMessage. + * Fixes to support Qt5. + * Re-order member initialization (silences GCC warning). + * Fixed possible memory leak in QXmppTransferManager. + * Added missing assert for connecting signal in QXmppStream. + * Fixed C-style pointer cast. + * Fixed uninitialized pointers in QXmppOutgoingClientPrivate. + * Fixed uninitialized pointer in QXmppCallPrivate. + * Fixed uninitialized pointer in QXmppRtpAudioChannelPrivate. + * Fixed uninitialized member in QXmppOutgoingClient. + * Fix QXmppServer incoming connections with Qt5 (issue 175). + ------------------------------------------------------------------- Mon Aug 19 17:07:28 UTC 2013 - dap.darkness@gmail.com diff --git a/libqxmpp.spec b/libqxmpp.spec index bdfe661..9d0ef47 100644 --- a/libqxmpp.spec +++ b/libqxmpp.spec @@ -1,7 +1,7 @@ # # spec file for package libqxmpp # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libqxmpp -Version: 0.7.6 +Version: 0.7.6+git.2014.03.09 Release: 0 Summary: Qt XMPP Library License: LGPL-2.0+ diff --git a/qxmpp-0.7.6+git.2014.03.09.tar.gz b/qxmpp-0.7.6+git.2014.03.09.tar.gz new file mode 100644 index 0000000..419e4ad --- /dev/null +++ b/qxmpp-0.7.6+git.2014.03.09.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d9000a0dda0bfd72fdf3ba0329ac5b82f05ef3ba5db3dcbb8dfcb16c021ecb +size 1103265 diff --git a/qxmpp-0.7.6.tar.gz b/qxmpp-0.7.6.tar.gz deleted file mode 100644 index 10a97c6..0000000 --- a/qxmpp-0.7.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4218582cfe09df1999532b25297264fce4f14ff87e5277a35b2e359716b6d240 -size 1070098 From 30facf198d83c36074037bfd2e780e8118138c20038e878b1cbfe70f8ea6f654 Mon Sep 17 00:00:00 2001 From: Andrey Karepin Date: Tue, 11 Mar 2014 14:47:21 +0000 Subject: [PATCH 2/2] Accepting request 225214 from home:DarkSS:branches:network Source URL was temporary deleted to pass factory-auto: https://build.opensuse.org/request/show/225213 OBS-URL: https://build.opensuse.org/request/show/225214 OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=12 --- libqxmpp.changes | 5 +++++ libqxmpp.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libqxmpp.changes b/libqxmpp.changes index 667dcb9..e15b6ec 100644 --- a/libqxmpp.changes +++ b/libqxmpp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Mar 9 14:12:49 UTC 2014 - dap.darkness@gmail.com + +- Source URL was temporary deleted to pass factory-auto. + ------------------------------------------------------------------- Sun Mar 9 11:10:45 UTC 2014 - dap.darkness@gmail.com diff --git a/libqxmpp.spec b/libqxmpp.spec index 9d0ef47..c5d0fd4 100644 --- a/libqxmpp.spec +++ b/libqxmpp.spec @@ -23,7 +23,7 @@ Summary: Qt XMPP Library License: LGPL-2.0+ Group: System/Libraries Url: https://code.google.com/p/qxmpp/ -Source0: https://qxmpp.googlecode.com/files/qxmpp-%{version}.tar.gz +Source0: qxmpp-%{version}.tar.gz Source1: baselibs.conf BuildRequires: fdupes BuildRequires: libqt4-devel