Accepting request 1186567 from network
- Update to 1.7.0: * OMEMO: Fix messages are dropped if decryption fails (#634) * Fix build issue with MSVC: missing export of utility functions (forwarded request 1186516 from jubalh) OBS-URL: https://build.opensuse.org/request/show/1186567 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=25
This commit is contained in:
commit
476b0f3b58
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:92f23238bc68d0f135a810454729c5da34312ebe2ae8f4bf9d303d2c3cde5e7d
|
|
||||||
size 688019
|
|
3
libqxmpp-1.7.1.tar.gz
Normal file
3
libqxmpp-1.7.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2691e2b28dfc45c4cda17ce04cf998b8c15f01bbf72f335e01b98a2f98063ef0
|
||||||
|
size 688232
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 10 06:58:56 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.7.1:
|
||||||
|
* OMEMO: Fix messages are dropped if decryption fails (#634)
|
||||||
|
* Fix build issue with MSVC: missing export of utility functions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 21 13:26:33 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
Tue May 21 13:26:33 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -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.0
|
Version: 1.7.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
|
||||||
@ -46,8 +46,8 @@ BuildRequires: fdupes
|
|||||||
%endif
|
%endif
|
||||||
# c++-17 is required
|
# c++-17 is required
|
||||||
%if 0%{?suse_version} < 1550
|
%if 0%{?suse_version} < 1550
|
||||||
BuildRequires: gcc13-c++
|
|
||||||
BuildRequires: gcc13-PIE
|
BuildRequires: gcc13-PIE
|
||||||
|
BuildRequires: gcc13-c++
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
%if 0%{?qt5}
|
%if 0%{?qt5}
|
||||||
|
Loading…
Reference in New Issue
Block a user