forked from pool/libqxmpp
Accepting request 1190606 from network
OBS-URL: https://build.opensuse.org/request/show/1190606 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=26
This commit is contained in:
commit
fabf66ba0d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2691e2b28dfc45c4cda17ce04cf998b8c15f01bbf72f335e01b98a2f98063ef0
|
|
||||||
size 688232
|
|
3
libqxmpp-1.8.0.tar.gz
Normal file
3
libqxmpp-1.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2b662804d2a1e314c2aed5f0f7d4bfd082aeae49b51b2867498602264f72870e
|
||||||
|
size 712682
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 31 07:01:52 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.8.0:
|
||||||
|
* QXmpp now requires C++20
|
||||||
|
* Fix connection to next SRV record if connection to first address fails (#644)
|
||||||
|
* Implement XMPP over TLS ("direct TLS" instead of STARTTLS, XEP-0368) (#642)
|
||||||
|
* New Bind 2 support (XEP-0386) (#614)
|
||||||
|
* Support FAST, token-based authentication (XEP-0484) (#630)
|
||||||
|
* New QXmppUri for parsing XMPP URIs (XEP-0147) (#641)
|
||||||
|
* New AccountMigrationManager for importing and exporting account data (#623)
|
||||||
|
* Message: Parse all stanza IDs (XEP-0359) (#638)
|
||||||
|
* CSI state is automatically restored across reconnects, also without
|
||||||
|
Bind 2 or stream management (#622)
|
||||||
|
* Use smaller stream management acks instead of ping IQs if possible (#625)
|
||||||
|
* Moved STARTTLS handling into the core client again (was in client extension) (#627)
|
||||||
|
* VCardManager: New task-based API (#623)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 10 06:58:56 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
Wed Jul 10 06:58:56 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ ExclusiveArch: do_not_build
|
|||||||
%endif
|
%endif
|
||||||
%define sover 5
|
%define sover 5
|
||||||
Name: libqxmpp%{?pkg_suffix}
|
Name: libqxmpp%{?pkg_suffix}
|
||||||
Version: 1.7.1
|
Version: 1.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt XMPP Library
|
Summary: Qt XMPP Library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -113,6 +113,7 @@ If 'QT_VERSION_MAJOR' is not set in the dependent package, the CMake module
|
|||||||
will try to determine the needed QXmpp variant based on which Qt version was
|
will try to determine the needed QXmpp variant based on which Qt version was
|
||||||
already found by CMake.
|
already found by CMake.
|
||||||
|
|
||||||
|
|
||||||
# No need to build it twice
|
# No need to build it twice
|
||||||
%package -n libqxmpp-doc
|
%package -n libqxmpp-doc
|
||||||
Summary: Qxmpp library documentation
|
Summary: Qxmpp library documentation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user