Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package olm for openSUSE:Factory checked in 
at 2022-01-31 22:57:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/olm (Old)
 and      /work/SRC/openSUSE:Factory/.olm.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "olm"

Mon Jan 31 22:57:31 2022 rev:6 rq:950268 version:3.2.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/olm/olm.changes  2021-12-13 20:51:41.556684675 
+0100
+++ /work/SRC/openSUSE:Factory/.olm.new.1898/olm.changes        2022-01-31 
22:58:24.841140382 +0100
@@ -1,0 +2,15 @@
+Sun Jan 30 10:32:17 UTC 2022 - ecsos <[email protected]>
+
+- Updateto 3.2.10
+  - This release includes no change since 3.2.9, but is created to
+    be able to publish again the Android library on MavenCentral.
+- Changes from 3.2.9
+  - Switch C++ tests to use doctest.
+  - Switch JavaScript tests to use jasmine instead of deprecated
+    jasmine-node.
+  - Add session describe function to Python binding.
+- Rebase cmake-enable-testing-builddir.patch.
+- Skip Python2.
+- Run spec-cleaner.
+
+-------------------------------------------------------------------

Old:
----
  olm-3.2.8.tar.bz2

New:
----
  olm-3.2.10.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ olm.spec ++++++
--- /var/tmp/diff_new_pack.wJ01kP/_old  2022-01-31 22:58:25.381136746 +0100
+++ /var/tmp/diff_new_pack.wJ01kP/_new  2022-01-31 22:58:25.385136720 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package olm
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 %global origname olm
 %global origlibname lib%{origname}
 %global libname %{origlibname}3
 %global descriptor An implementation of the Double Ratchet cryptographic 
ratchet \
 in C and C++, including an implementation of the Megolm cryptographic ratchet
-
 Name:           %{origname}
-Version:        3.2.8
+Version:        3.2.10
 Release:        0
 Summary:        Double Ratchet cryptographic library
 License:        Apache-2.0
@@ -40,7 +40,7 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
 Requires:       %{libname} = %{version}
 Requires:       python-cffi >= 1.0.0

++++++ cmake-enable-testing-builddir.patch ++++++
--- /var/tmp/diff_new_pack.wJ01kP/_old  2022-01-31 22:58:25.405136585 +0100
+++ /var/tmp/diff_new_pack.wJ01kP/_new  2022-01-31 22:58:25.409136558 +0100
@@ -1,7 +1,8 @@
-diff -Nur olm-3.2.4/CMakeLists.txt new/CMakeLists.txt
---- olm-3.2.4/CMakeLists.txt   2021-06-01 19:44:45.000000000 +0200
-+++ new/CMakeLists.txt 2021-06-03 17:25:22.292469155 +0200
-@@ -127,5 +127,6 @@
+Index: olm-3.2.10/CMakeLists.txt
+===================================================================
+--- olm-3.2.10.orig/CMakeLists.txt
++++ olm-3.2.10/CMakeLists.txt
+@@ -138,5 +138,6 @@ export(EXPORT olm-targets
  export(PACKAGE Olm)
  
  if (OLM_TESTS)
@@ -9,13 +10,14 @@
 +    enable_testing()
 +    add_subdirectory(tests)
  endif()
-diff -Nur olm-3.2.4/tests/CMakeLists.txt new/tests/CMakeLists.txt
---- olm-3.2.4/tests/CMakeLists.txt     2021-06-01 19:44:45.000000000 +0200
-+++ new/tests/CMakeLists.txt   2021-06-03 17:24:57.372285038 +0200
+Index: olm-3.2.10/tests/CMakeLists.txt
+===================================================================
+--- olm-3.2.10.orig/tests/CMakeLists.txt
++++ olm-3.2.10/tests/CMakeLists.txt
 @@ -1,5 +1,3 @@
 -enable_testing()
 -
  set(TEST_LIST
-     test_base64
-     test_crypto
+     base64
+     crypto
 

++++++ olm-3.2.8.tar.bz2 -> olm-3.2.10.tar.bz2 ++++++
++++ 43901 lines of diff (skipped)

Reply via email to