Accepting request 1110906 from home:ecsos:branches:network:messaging:matrix
- Update to 0.8.1.2 * It turned out that version 0.8.1 is not entirely ABI compatible with 0.8.0 as it should. This release is made solely to fix it; there are no other changes. OBS-URL: https://build.opensuse.org/request/show/1110906 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/libQuotient?expand=0&rev=26
This commit is contained in:
parent
e457f08268
commit
3a03ec0492
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d1ab944a4b42f68d2d2ebfb2782a3e92eac2b7e056c7f72af2ba3b3ddf2fd735
|
|
||||||
size 730335
|
|
3
libQuotient-0.8.1.2.tar.gz
Normal file
3
libQuotient-0.8.1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5e5539fe9616c9f63985b0aabfab1858f1626e3d71a14709eeedd85af0471c7c
|
||||||
|
size 730435
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 13 12:07:48 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
- Update to 0.8.1.2
|
||||||
|
* It turned out that version 0.8.1 is not entirely ABI compatible
|
||||||
|
with 0.8.0 as it should. This release is made solely to fix it;
|
||||||
|
there are no other changes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 11 13:11:30 UTC 2023 - Enrico Belleri <kilgore.trout@idesmi.eu>
|
Mon Sep 11 13:11:30 UTC 2023 - Enrico Belleri <kilgore.trout@idesmi.eu>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libQuotient
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2023 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
|
||||||
@ -27,7 +27,7 @@
|
|||||||
%define rname libQuotient
|
%define rname libQuotient
|
||||||
%bcond_without e2ee
|
%bcond_without e2ee
|
||||||
Name: libQuotient%{?pkg_suffix}
|
Name: libQuotient%{?pkg_suffix}
|
||||||
Version: 0.8.1.1
|
Version: 0.8.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for Qt Matrix Clients
|
Summary: Library for Qt Matrix Clients
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
@ -37,8 +37,8 @@ Source0: https://github.com/quotient-im/%{rname}/archive/%{version}/%{rna
|
|||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
# c++-20 required
|
# c++-20 required
|
||||||
%if 0%{?suse_version} < 1550
|
%if 0%{?suse_version} < 1550
|
||||||
BuildRequires: gcc12-c++
|
|
||||||
BuildRequires: gcc12-PIE
|
BuildRequires: gcc12-PIE
|
||||||
|
BuildRequires: gcc12-c++
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
%if 0%{?qt6}
|
%if 0%{?qt6}
|
||||||
|
Loading…
Reference in New Issue
Block a user