Accepting request 822697 from home:tux93:matrix

- Update to 0.6.0 stable

OBS-URL: https://build.opensuse.org/request/show/822697
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/libQuotient?expand=0&rev=3
This commit is contained in:
Dead Mozay 2020-07-24 17:17:53 +00:00 committed by Git OBS Bridge
parent 47d98621ce
commit 2d5388c9c6
5 changed files with 11 additions and 30 deletions

View File

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

3
0.6.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 24 16:37:51 UTC 2020 - Marcel Kuehlhorn <tux93@opensuse.org>
- Update to 0.6.0 stable
-------------------------------------------------------------------
Tue Jun 9 23:08:47 UTC 2020 - Marcel Kuehlhorn <tux93@opensuse.org>

View File

@ -19,15 +19,13 @@
%define soversion 0_6
Name: libQuotient
Version: 0.6
Version: 0.6.0
Release: 0
Summary: Library for Qt Matrix Clients
License: LGPL-2.1-only
Group: Development/Libraries/C and C++
Url: https://github.com/quotient-im/libQuotient
Source0: https://github.com/quotient-im/%{name}/archive/%{version}-beta1.tar.gz
# PATCH-FIX-UPSTREAM - Update libQtOlm
Patch0: update_libqtolm.patch
Source0: https://github.com/quotient-im/%{name}/archive/%{version}.tar.gz
BuildRequires: unzip
BuildRequires: cmake
BuildRequires: gcc-c++
@ -61,7 +59,7 @@ The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%autosetup -n %{name}-%{version}-beta1 -p1
%autosetup -n %{name}-%{version} -p1
%build
%cmake -DQuotient_ENABLE_E2EE=ON

View File

@ -1,22 +0,0 @@
From e4b0165aa004e469ade8e24cc16a989affd3d782 Mon Sep 17 00:00:00 2001
From: Bart Ribbers <bribbers@disroot.org>
Date: Mon, 6 Apr 2020 13:21:16 +0200
Subject: [PATCH] CMakeLists.txt: update libQtOlm to 3.0.1
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6fac4672..68e49a67 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -73,7 +73,7 @@ if (${PROJECT_NAME}_ENABLE_E2EE)
if (NOT USE_INTREE_LIBQOLM)
set(SAVED_CMAKE_INSTALL_INCLUDEDIR ${CMAKE_INSTALL_INCLUDEDIR})
set(CMAKE_INSTALL_INCLUDEDIR ${CMAKE_INSTALL_INCLUDEDIR})
- find_package(QtOlm 0.1.0 REQUIRED)
+ find_package(QtOlm 3.0.1 REQUIRED)
if (NOT QtOlm_FOUND)
message( WARNING "libQtOlm not found; configuration will most likely fail.")
message( WARNING "Make sure you have installed libQtOlm development files")