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
This commit is contained in:
parent
adebeec7ea
commit
809bc7b6e7
@ -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
|
||||
|
||||
|
@ -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+
|
||||
|
3
qxmpp-0.7.6+git.2014.03.09.tar.gz
Normal file
3
qxmpp-0.7.6+git.2014.03.09.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22d9000a0dda0bfd72fdf3ba0329ac5b82f05ef3ba5db3dcbb8dfcb16c021ecb
|
||||
size 1103265
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4218582cfe09df1999532b25297264fce4f14ff87e5277a35b2e359716b6d240
|
||||
size 1070098
|
Loading…
Reference in New Issue
Block a user