Dominique Leuenberger 2024-07-31 11:30:47 +00:00 committed by Git OBS Bridge
commit fabf66ba0d
4 changed files with 23 additions and 4 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b662804d2a1e314c2aed5f0f7d4bfd082aeae49b51b2867498602264f72870e
size 712682

View File

@ -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>

View File

@ -32,7 +32,7 @@ ExclusiveArch: do_not_build
%endif
%define sover 5
Name: libqxmpp%{?pkg_suffix}
Version: 1.7.1
Version: 1.8.0
Release: 0
Summary: Qt XMPP Library
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
already found by CMake.
# No need to build it twice
%package -n libqxmpp-doc
Summary: Qxmpp library documentation