diff --git a/libqxmpp-1.7.1.tar.gz b/libqxmpp-1.7.1.tar.gz deleted file mode 100644 index df373b0..0000000 --- a/libqxmpp-1.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2691e2b28dfc45c4cda17ce04cf998b8c15f01bbf72f335e01b98a2f98063ef0 -size 688232 diff --git a/libqxmpp-1.8.0.tar.gz b/libqxmpp-1.8.0.tar.gz new file mode 100644 index 0000000..a44d5f8 --- /dev/null +++ b/libqxmpp-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b662804d2a1e314c2aed5f0f7d4bfd082aeae49b51b2867498602264f72870e +size 712682 diff --git a/libqxmpp.changes b/libqxmpp.changes index 83e2b6e..e0375d9 100644 --- a/libqxmpp.changes +++ b/libqxmpp.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Jul 31 07:01:52 UTC 2024 - Michael Vetter + +- 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 diff --git a/libqxmpp.spec b/libqxmpp.spec index 3640886..c5753fe 100644 --- a/libqxmpp.spec +++ b/libqxmpp.spec @@ -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