Accepting request 225609 from network
Source URL was temporary deleted to pass factory-auto: https://build.opensuse.org/request/show/225213 (forwarded request 225214 from DarkSS) OBS-URL: https://build.opensuse.org/request/show/225609 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=8
This commit is contained in:
commit
d616e8c19c
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- 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
|
Mon Aug 19 17:07:28 UTC 2013 - dap.darkness@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libqxmpp
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libqxmpp
|
Name: libqxmpp
|
||||||
Version: 0.7.6
|
Version: 0.7.6+git.2014.03.09
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt XMPP Library
|
Summary: Qt XMPP Library
|
||||||
License: LGPL-2.0+
|
License: LGPL-2.0+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: https://code.google.com/p/qxmpp/
|
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
|
Source1: baselibs.conf
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt4-devel
|
||||||
|
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