forked from pool/libqxmpp
Compare commits
19 Commits
Author | SHA256 | Date | |
---|---|---|---|
3aa6e71179 | |||
|
684416f4dd | ||
c7b088d6cd | |||
|
6dafc6bd06 | ||
|
552bba77f2 | ||
|
75cc653bfc | ||
b74c623a49 | |||
|
4e03285d2c | ||
4ff43df15b | |||
|
dbd8a4abc2 | ||
|
f1daf999f4 | ||
|
9d69c7b0ac | ||
|
f5284bec70 | ||
|
b83ebd28eb | ||
a0590fe652 | |||
|
2062cf335a | ||
|
0df7be16b2 | ||
|
36618ac7a8 | ||
|
eaa6e2df33 |
3
libqxmpp-1.10.1.tar.gz
Normal file
3
libqxmpp-1.10.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a9e95847c432cbf9ad36aa6d1596d66aa8f644d6983926457235fb64343bc42c
|
||||||
|
size 731537
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f307dde71dbaf9e17dc0472fafe68cabe2572b22ae759b6af24f8e1183b8db71
|
|
||||||
size 712833
|
|
@ -1,3 +1,72 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 26 08:13:40 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.10.1:
|
||||||
|
* ColorGeneration: Fix MSVC linkage of header-only generateColor()#686
|
||||||
|
* Fix comparison for checking validity of fallback markers sections#678
|
||||||
|
* Stun: Include QSet to fix incomplete type with some Qt versions#681
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 24 10:00:04 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.10.0:
|
||||||
|
* Implement XEP-0392: Consistent Color Generation (#672)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 1 12:59:18 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 1.9.4
|
||||||
|
* MixManager: Account export: Fix not finishing task when
|
||||||
|
nothing to export
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 23 22:50:46 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 1.9.3
|
||||||
|
* OutgoingClient: Fix ssl connection/setting invalid ssl config
|
||||||
|
* FileEncryption: Fix wrong Cipher::ok() assert
|
||||||
|
* OmemoManager: Fix removing old signed pre key pairs
|
||||||
|
* OmemoManager: Do not try to renew signed pre key pairs
|
||||||
|
while loading
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 20 14:27:53 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 1.9.2
|
||||||
|
* Fix build of unit tests with MSVC
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 28 16:43:34 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 1.9.1
|
||||||
|
* MixManager: Fix update node subscriptions adds and removes
|
||||||
|
all nodes with default parameters
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 17 13:43:36 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 1.9.0
|
||||||
|
* Implement XEP-0461: Message Replies parsing
|
||||||
|
* Prevent unencrypted fallback markers are applied to
|
||||||
|
encrypted body
|
||||||
|
* Implement XEP-0283: Moved
|
||||||
|
* AccountMigration: Implement restoring of joined MIX channels
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 29 16:57:44 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.8.3:
|
||||||
|
* MamManager: Fix some unencrypted are not parsed when
|
||||||
|
end-to-end-encryption is enabled (#662)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 12:14:08 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 1.8.2
|
||||||
|
* StreamError: Fix parsing of stream error conditions and
|
||||||
|
missing "invalid-id" condition
|
||||||
|
* Uri: Fix parsing login URI
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 23 05:48:27 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
Fri Aug 23 05:48:27 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libqxmpp
|
# spec file for package libqxmpp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -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.8.1
|
Version: 1.10.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt XMPP Library
|
Summary: Qt XMPP Library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -115,6 +115,7 @@ 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