Hello community,
here is the log from the commit of package libqmatrixclient for
openSUSE:Factory checked in at 2020-04-02 17:43:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqmatrixclient (Old)
and /work/SRC/openSUSE:Factory/.libqmatrixclient.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqmatrixclient"
Thu Apr 2 17:43:07 2020 rev:8 rq:790680 version:0.5.3.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/libqmatrixclient/libqmatrixclient.changes
2020-03-31 17:17:54.523729085 +0200
+++
/work/SRC/openSUSE:Factory/.libqmatrixclient.new.3248/libqmatrixclient.changes
2020-04-02 17:43:09.061386531 +0200
@@ -1,0 +2,8 @@
+Wed Apr 1 18:19:53 UTC 2020 - [email protected]
+
+- Update to 0.5.3.2
+ This is the same as 0.5.3.1, except the API version
+ (aka soversion) bumped to 0.5.3 to ensure correct upgrade via
+ Quaternion dependencies.
+
+-------------------------------------------------------------------
Old:
----
libqmatrixclient-0.5.3.1.tar.gz
New:
----
libqmatrixclient-0.5.3.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqmatrixclient.spec ++++++
--- /var/tmp/diff_new_pack.VYVg7o/_old 2020-04-02 17:43:09.617386961 +0200
+++ /var/tmp/diff_new_pack.VYVg7o/_new 2020-04-02 17:43:09.617386961 +0200
@@ -18,11 +18,11 @@
#
%define soname libQMatrixClient
-%define soversion 0_5_1
+%define soversion 0_5_3
%define sname libQuotient
Name: libqmatrixclient
-Version: 0.5.3.1
+Version: 0.5.3.2
Release: 0
Summary: Library for Qt Matrix Clients
License: LGPL-2.1-only
++++++ libqmatrixclient-0.5.3.1.tar.gz -> libqmatrixclient-0.5.3.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libQuotient-0.5.3.1/CMakeLists.txt
new/libQuotient-0.5.3.2/CMakeLists.txt
--- old/libQuotient-0.5.3.1/CMakeLists.txt 2020-03-31 07:46:55.000000000
+0200
+++ new/libQuotient-0.5.3.2/CMakeLists.txt 2020-04-01 18:49:48.000000000
+0200
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.1)
-set(API_VERSION "0.5.1") # Normally it should just include major.minor
-project(qmatrixclient VERSION "0.5.3.1" LANGUAGES CXX)
+set(API_VERSION "0.5.3") # Normally it should just include major.minor
+project(qmatrixclient VERSION "0.5.3.2" LANGUAGES CXX)
option(QMATRIXCLIENT_INSTALL_EXAMPLE "install qmc-example application" ON)