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:
Dead Mozay 2023-09-13 17:12:56 +00:00 committed by Git OBS Bridge
parent e457f08268
commit 3a03ec0492
4 changed files with 15 additions and 7 deletions

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e5539fe9616c9f63985b0aabfab1858f1626e3d71a14709eeedd85af0471c7c
size 730435

View File

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

View File

@ -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
# remain the property of their copyright owners, unless otherwise agreed
@ -27,7 +27,7 @@
%define rname libQuotient
%bcond_without e2ee
Name: libQuotient%{?pkg_suffix}
Version: 0.8.1.1
Version: 0.8.1.2
Release: 0
Summary: Library for Qt Matrix Clients
License: LGPL-2.1-only
@ -37,8 +37,8 @@ Source0: https://github.com/quotient-im/%{rname}/archive/%{version}/%{rna
BuildRequires: cmake
# c++-20 required
%if 0%{?suse_version} < 1550
BuildRequires: gcc12-c++
BuildRequires: gcc12-PIE
BuildRequires: gcc12-c++
%endif
BuildRequires: pkgconfig
%if 0%{?qt6}