37 Commits

Author SHA256 Message Date
38c963951c Accepting request 1128818 from network:messaging:matrix
- update to 3.2.16:
  * * Fix and modernize the Python packaging

  * Fix building on various platforms when using CMake.
  - This release fixes unicode issues in the Python bindings,
  - Since this release does not have any changes that affect
  - Add functions to support Short Authentication String key
  - Add functions to perform public key signing.  These are meant
    for use with cross-signing.  The new functions are
    olm_clear_pk_signing, olm_pk_signing_key_from_seed,
    olm_pk_signature_length, and olm_pk_sign.
    Signatures generated by olm_pk_sign can be verified using
    - Improved compatibility with newer versions of Emscripten,
    - Add bindings for the public key encryption/decryption
  - Support for building using cmake. Thanks to Konstantinos
  - Add more functions for managing private keys in the public
    server-side encrypted key backups.  The new functions are
    olm_pk_private_key_length, olm_pk_key_from_private, and
    deprecated: to generate a random key, use
    - BREAKING CHANGE: This release introduces a new API for the
      be much easier to use for Python developers.  However, this
    - BREAKING CHANGE: Olm now uses WebAssembly which means it
      needs to load the wasm file asynchronously, and therefore
      needs to be started up asynchronously. The imported module
      now has an init() method which returns a promise.
      The library cannot be used until this promise resolves.
    - Using olm/olm.js will use the WebAssembly version of the
- change spec and add devel pakage

OBS-URL: https://build.opensuse.org/request/show/1128818
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/olm?expand=0&rev=11
2023-11-26 18:37:49 +00:00
1b8ad2dcfa - update to 3.2.16:
* * Fix and modernize the Python packaging
  * Fix building on various platforms when using CMake.
  - This release fixes unicode issues in the Python bindings,
  - Since this release does not have any changes that affect
  - Add functions to support Short Authentication String key
  - Add functions to perform public key signing.  These are meant
    for use with cross-signing.  The new functions are
    olm_clear_pk_signing, olm_pk_signing_key_from_seed,
    olm_pk_signature_length, and olm_pk_sign.
    Signatures generated by olm_pk_sign can be verified using
    - Improved compatibility with newer versions of Emscripten,
    - Add bindings for the public key encryption/decryption
  - Support for building using cmake. Thanks to Konstantinos
  - Add more functions for managing private keys in the public
    server-side encrypted key backups.  The new functions are
    olm_pk_private_key_length, olm_pk_key_from_private, and
    deprecated: to generate a random key, use
    - BREAKING CHANGE: This release introduces a new API for the
      be much easier to use for Python developers.  However, this
    - BREAKING CHANGE: Olm now uses WebAssembly which means it
      needs to load the wasm file asynchronously, and therefore
      needs to be started up asynchronously. The imported module
      now has an init() method which returns a promise.
      The library cannot be used until this promise resolves.
    - Using olm/olm.js will use the WebAssembly version of the
- change spec and add devel pakage

OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=33
2023-11-25 22:22:06 +00:00
9b0f5e50b2 Accepting request 1103713 from network:messaging:matrix
Update to 3.2.15

OBS-URL: https://build.opensuse.org/request/show/1103713
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/olm?expand=0&rev=10
2023-08-14 20:35:21 +00:00
a39f9427a4 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=31 2023-08-13 17:44:16 +00:00
e03adcc577 remove python future build dependency
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=30
2023-08-13 17:25:25 +00:00
cca6ec4c1e Accepting request 1103117 from home:ecsos:messenger:matrix
- Update to 3.2.15
  * Improvements to Python packaging
    - No longer depend on future since Python 2 is no longer supported.
    - Improve compatibility with tox 4.
    - Add support for making standalone sdist.
  * Improvements to Nix flake (Thanks to Jon Ringer)
    - Improve structure.
    - Enable Darwin builds.
  * TypeScript type fix

OBS-URL: https://build.opensuse.org/request/show/1103117
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=29
2023-08-13 15:44:05 +00:00
386c6114cf Accepting request 1059021 from network:messaging:matrix
update to 3.2.14:

OBS-URL: https://build.opensuse.org/request/show/1059021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/olm?expand=0&rev=9
2023-01-18 12:09:21 +00:00
c70466c441 Accepting request 1058562 from home:dirkmueller:Factory
- update to 3.2.14:
  * TypeScript type improvements.
  * Improvements to Python packaging
  * Documentation improvements.

OBS-URL: https://build.opensuse.org/request/show/1058562
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=27
2023-01-17 15:56:45 +00:00
7fb6ccdef9 Accepting request 1032557 from network:messaging:matrix
Update to 3.2.13

OBS-URL: https://build.opensuse.org/request/show/1032557
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/olm?expand=0&rev=8
2022-11-01 12:43:01 +00:00
e53d091169 build: removed "python_module" definition in spec file
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=25
2022-10-31 16:47:11 +00:00
f840bd1b92 test
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=24
2022-10-31 16:36:07 +00:00
90bbb862e7 test
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=23
2022-10-31 16:32:41 +00:00
80c72a4533 Accepting request 1032123 from home:ecsos:messenger:matrix
- Update to 3.2.13
  - Fix compilation with newer versions of emscripten.
    - The npm package is compiled with emscripten 3.1.17 to fix
      compatibility with node 18.
  - Add py.typed to Python wheels.
  - Some documentation fixes and updates.
  - Improve the pkgconfig file.
  The changes in this release do not affect the iOS or Android
  bindings, and should not affect the C library in most installs.
- Update to 3.2.12
  * Expose "olm_sas_calculate_mac_fixed_base64" in python bindings
  * Fix Python type hints
- Update to 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.
- Update to 3.2.8
  * Improve handling of olm_session_describe when the buffer is too small.
- Update to 3.2.7
  * Fix installation with the Makefile.
  * Fix exporting again, so we only export olm symbols.
  * Fix WASM build.  Thanks to Benjamin Kampmann.
  * Add more functions for fallback keys.
- Update to 3.2.6
  * Fix building on various platforms when using CMake.  
    Building from the Makefile still assumes that it is using gcc.
- Changes from 3.2.5
  * Add functions for getting error codes rather than error strings.
  * Only export olm symbols.
  * Improve error handling in unpickle functions.
  * Add support for fallback keys to the Objective-C and Android bindings.
- Update to version 3.2.4
  * Add some checks for invalid input and ensure all fields are
    initialized.
  * Include LibreJS license tags.
- Add cmake-enable-testing-builddir.patch
- Enable testing
- Build and ship Python bindings.
- Update to 3.2.2
  * Fixes in the TypeScript definition file.
  * CMake build fixes.  Thanks to Gorgurov Alexey.
  * Change the JavaScript package name to ``@matrix-org/olm``.  Note that
    this means that packages will need to change their ``require`` or
    ``import`` statements to use this new name.
  * Include file checksums in the JavaScript package.
  * Fix length calculation in fallback key json.  Thanks to Tobias Furuholm.
  * Add a new function to calculate the correct base64 encoding for SAS.
    (Currently only available in the C API.)
  * Add the ability to specify a pickle key in the Objective-C binding.
  * Add pkg-config file on Unix-like systems.
- Update to 3.2.1
  * Add support for fallback keys (MSC2732).
  * Allow some arguments in the JavaScript bindings to be either
    Uint8Array or strings.
  * Fixes to the TypeScript definition file.
  * Improvements to the JavaScript group demo.
  * Ensure that the other party's public key has been set in SAS module.
  * Fix building with newer versions of emscripten, and simplify makefile.
  * Reduce pollution of the global namespace in the Javascript binding.
  * Fixes in the TypeScript definition file.
- Update to 3.1.5
  * Build improvements:
    - Fix CMake handling when installing in a non-standard location.
    - Add support in the Makefile for creating a WASM-ready archive.
    - Improve support for LLVM is Makefile.
  * Add a TypeScript definition file.
  * Some documentation and example fixes.
  * Add list of bindings to the README.
- Update to 3.1.4
  - Build improvements:
    - Install headers in the system-configured include directory with CMake.
    - Overwrite symbolic links when installing with make.
    - Improve compatibility with more emscripten versions.
  - Don't use hypothesis in Python unit tests.
  - Some documentation improvements.
- Run spec-cleaner.
- Add missing cmake files.
- Update to 3.1.3
  - This release fixes unicode issues in the Python bindings, 
    and adds some clarifications to the documentation.
  - Since this release does not have any changes that affect 
    the JavaScript bindings, there is no new NPM package.
- Changes from 3.1.2
  - This release updates the Android bindings to use a newer
    Android SDK version.
- Changes from 3.1.1
  - Include the SAS files and tests in the CMake files.
  - Address some build issues on Windows.
- Changes from 3.1.0
  - Add functions to support Short Authentication String key 
    verification.  The new functions are in the sas.h header file.
    The Android, iOS, JavaScript and Python bindings also include
    corresponding functions.
  - Add functions to perform public key signing.  These are meant 
    for use with cross-signing.  The new functions are 
    olm_pk_signing_size, olm_pk_signing, olm_pk_signing_last_error,
    olm_clear_pk_signing, olm_pk_signing_key_from_seed, 
    olm_pk_signing_seed_length, olm_pk_signing_public_key_length,
    olm_pk_signature_length, and olm_pk_sign.  
    Signatures generated by olm_pk_sign can be verified using 
    olm_ed25519_verify.  The Android, iOS, JavaScript and Python
    bindings also include corresponding functions.
  - Fix compilation under some compilers.
  - JavaScript wrapper:
    - Improved compatibility with newer versions of Emscripten, 
      and dropped support
    - for some older versions of Emscripten.
  - Python wrapper:
    - Build fixes.
    - Add bindings for the public key encryption/decryption 
      functions from olm 2.3.0.
- Changes from 3.0.0
  - Support for building using cmake. Thanks to Konstantinos 
    Sideris.
  - Add more functions for managing private keys in the public 
    key decryption functionality. These are meant for use with
    server-side encrypted key backups.  The new functions are 
    olm_pk_private_key_length, olm_pk_key_from_private, and 
    olm_pk_get_private_key.
  - olm_pk_generate_key and olm_pk_generate_key_random_length are
    deprecated: to generate a random key, use 
    olm_pk_key_from_private with random bytes as the private key.
  - Python wrapper:
    - BREAKING CHANGE: This release introduces a new API for the 
      Python wrapper, thanks to Damir Jelić.  The new API should
      be much easier to use for Python developers.  However, this 
      means that existing code will need to be rewritten to use
      the new API.
  - JavaScript wrapper:
    - BREAKING CHANGE: Olm now uses WebAssembly which means it 
      needs to load the wasm file asynchronously, and therefore 
      needs to be started up asynchronously. The imported module 
      now has an init() method which returns a promise. 
      The library cannot be used until this promise resolves. 
      It will reject if the library fails to start.
    - Using olm/olm.js will use the WebAssembly version of the 
      library.  For environments that do not support WebAssembly,
      use olm/olm_legacy.js.
  - Objective-C wrapper:
    - Add support for the public key encryption/decryption functionality.
- Update source url.
- Run spec-cleaner.
- Ship License in libolm2 package
- spec reshuffel
- Update to 2.3.0
  * Avoid C99 inside C++ code
  * Support building as a static library
  * Add methods for public key encryption and decryption
- spec cleanup to fix build warnings
- change spec and add devel pakage 
- Initial Package with snapshot version 2.2.2

OBS-URL: https://build.opensuse.org/request/show/1032123
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=22
2022-10-31 16:25:59 +00:00
7ad261c2da Accepting request 992403 from network:messaging:matrix
Update to 3.2.12

OBS-URL: https://build.opensuse.org/request/show/992403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/olm?expand=0&rev=7
2022-08-03 19:16:39 +00:00
0379908b43 Accepting request 991890 from home:cunix:branches:network:messaging:matrix
Update to 3.2.12

OBS-URL: https://build.opensuse.org/request/show/991890
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=20
2022-08-02 21:08:45 +00:00
4b6c3a807e Accepting request 950268 from network:messaging:matrix
Updateto 3.2.10

OBS-URL: https://build.opensuse.org/request/show/950268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/olm?expand=0&rev=6
2022-01-31 21:57:31 +00:00
982a30d174 Accepting request 949977 from home:ecsos:messenger:matrix
- 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.

OBS-URL: https://build.opensuse.org/request/show/949977
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=19
2022-01-31 16:13:38 +00:00
a982bd6d86 Accepting request 940318 from network:messaging:matrix
- Update to 3.2.8

according to
https://matrix.org/blog/2021/12/13/disclosure-buffer-overflow-in-libolm-and-matrix-js-sdk
without javascript bindings our package is not affected
but better to push out soon

OBS-URL: https://build.opensuse.org/request/show/940318
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/olm?expand=0&rev=5
2021-12-13 19:45:25 +00:00
fe189ae01c Accepting request 940300 from home:cunix:branches:network:messaging:matrix
Update to 3.2.8

OBS-URL: https://build.opensuse.org/request/show/940300
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=18
2021-12-13 16:35:57 +00:00
ee5bceef55 Accepting request 940221 from home:ecsos:messenger:matrix
- Update to 3.2.7
  * Fix installation with the Makefile.
  * Fix exporting again, so we only export olm symbols.
  * Fix WASM build.  Thanks to Benjamin Kampmann.
  * Add more functions for fallback keys.

OBS-URL: https://build.opensuse.org/request/show/940221
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=17
2021-12-13 16:06:58 +00:00
9faa6c8816 Accepting request 920341 from network:messaging:matrix
Update to 3.2.6

OBS-URL: https://build.opensuse.org/request/show/920341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/olm?expand=0&rev=4
2021-09-20 21:33:42 +00:00
809034ef49 Accepting request 920264 from home:ecsos:messenger:matrix
- Update to 3.2.6
  * Fix building on various platforms when using CMake.  
    Building from the Makefile still assumes that it is using gcc.
- Changes from 3.2.5
  * Add functions for getting error codes rather than error strings.
  * Only export olm symbols.
  * Improve error handling in unpickle functions.
  * Add support for fallback keys to the Objective-C and Android bindings.

OBS-URL: https://build.opensuse.org/request/show/920264
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=16
2021-09-20 15:10:13 +00:00
49cab4ec6d Accepting request 897728 from network:messaging:matrix
- Update to version 3.2.4
- Add cmake-enable-testing-builddir.patch
- Enable testing

OBS-URL: https://build.opensuse.org/request/show/897728
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/olm?expand=0&rev=3
2021-06-05 21:31:54 +00:00
7d2d1c0df4 Accepting request 897371 from home:susnux:branches:network:messaging:matrix
- Update to version 3.2.4
- Enable testing

OBS-URL: https://build.opensuse.org/request/show/897371
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=14
2021-06-05 16:33:14 +00:00
dd187e1a15 Accepting request 889373 from network:messaging:matrix
Update to 3.2.2
and
Python bindings first time inclusion.

OBS-URL: https://build.opensuse.org/request/show/889373
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/olm?expand=0&rev=2
2021-04-29 20:46:58 +00:00
4eda4f0326 Accepting request 886485 from home:cunix:branches:network:messaging:matrix
python packager review welcome!

OBS-URL: https://build.opensuse.org/request/show/886485
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=12
2021-04-27 16:25:35 +00:00
c76552827c Accepting request 885875 from home:jgwang:branches:network:messaging:matrix
Update to version 3.2.2

OBS-URL: https://build.opensuse.org/request/show/885875
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=11
2021-04-16 17:40:41 +00:00
d9104194cb Accepting request 859953 from network:messaging:matrix
The olm library used for cryptography for the Matrix protocol.
Needed by libQuotient.

OBS-URL: https://build.opensuse.org/request/show/859953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/olm?expand=0&rev=1
2021-01-15 18:45:41 +00:00
b08809d767 Accepting request 849972 from home:tux93:matrix
- Update to 3.2.1
  * Add support for fallback keys (MSC2732).
  * Allow some arguments in the JavaScript bindings to be either
    Uint8Array or strings.
  * Fixes to the TypeScript definition file.
  * Improvements to the JavaScript group demo.
  * Ensure that the other party's public key has been set in SAS module.
  * Fix building with newer versions of emscripten, and simplify makefile.
  * Reduce pollution of the global namespace in the Javascript binding.
  * Fixes in the TypeScript definition file.

OBS-URL: https://build.opensuse.org/request/show/849972
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=9
2020-11-25 20:23:53 +00:00
9317abe018 Accepting request 814164 from home:tux93:matrix
- Update to 3.1.5
  * Build improvements:
    - Fix CMake handling when installing in a non-standard location.
    - Add support in the Makefile for creating a WASM-ready archive.
    - Improve support for LLVM is Makefile.
  * Add a TypeScript definition file.
  * Some documentation and example fixes.
  * Add list of bindings to the README.

OBS-URL: https://build.opensuse.org/request/show/814164
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=8
2020-06-12 15:48:12 +00:00
a5bc22ad5c Accepting request 768259 from home:ecsos:messenger:matrix
Update to 3.1.4

OBS-URL: https://build.opensuse.org/request/show/768259
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=7
2020-01-29 17:18:46 +00:00
6e878e497d Accepting request 715020 from home:ecsos:messenger:matrix
- Update to 3.1.3
  - This release fixes unicode issues in the Python bindings, 
    and adds some clarifications to the documentation.
  - Since this release does not have any changes that affect 
    the JavaScript bindings, there is no new NPM package.
- Changes from 3.1.2
  - This release updates the Android bindings to use a newer
    Android SDK version.
- Changes from 3.1.1
  - Include the SAS files and tests in the CMake files.
  - Address some build issues on Windows.
- Changes from 3.1.0
  - Add functions to support Short Authentication String key 
    verification.  The new functions are in the sas.h header file.
    The Android, iOS, JavaScript and Python bindings also include
    corresponding functions.
  - Add functions to perform public key signing.  These are meant 
    for use with cross-signing.  The new functions are 
    olm_pk_signing_size, olm_pk_signing, olm_pk_signing_last_error,
    olm_clear_pk_signing, olm_pk_signing_key_from_seed, 
    olm_pk_signing_seed_length, olm_pk_signing_public_key_length,
    olm_pk_signature_length, and olm_pk_sign.  
    Signatures generated by olm_pk_sign can be verified using 
    olm_ed25519_verify.  The Android, iOS, JavaScript and Python
    bindings also include corresponding functions.
  - Fix compilation under some compilers.
  - JavaScript wrapper:
    - Improved compatibility with newer versions of Emscripten, 
      and dropped support
    - for some older versions of Emscripten.
  - Python wrapper:
    - Build fixes.
    - Add bindings for the public key encryption/decryption 
      functions from olm 2.3.0.
- Changes from 3.0.0
  - Support for building using cmake. Thanks to Konstantinos 
    Sideris.
  - Add more functions for managing private keys in the public 
    key decryption functionality. These are meant for use with
    server-side encrypted key backups.  The new functions are 
    olm_pk_private_key_length, olm_pk_key_from_private, and 
    olm_pk_get_private_key.
  - olm_pk_generate_key and olm_pk_generate_key_random_length are
    deprecated: to generate a random key, use 
    olm_pk_key_from_private with random bytes as the private key.
  - Python wrapper:
    - BREAKING CHANGE: This release introduces a new API for the 
      Python wrapper, thanks to Damir Jelić.  The new API should
      be much easier to use for Python developers.  However, this 
      means that existing code will need to be rewritten to use
      the new API.
  - JavaScript wrapper:
    - BREAKING CHANGE: Olm now uses WebAssembly which means it 
      needs to load the wasm file asynchronously, and therefore 
      needs to be started up asynchronously. The imported module 
      now has an init() method which returns a promise. 
      The library cannot be used until this promise resolves. 
      It will reject if the library fails to start.
    - Using olm/olm.js will use the WebAssembly version of the 
      library.  For environments that do not support WebAssembly,
      use olm/olm_legacy.js.
  - Objective-C wrapper:
    - Add support for the public key encryption/decryption functionality.
- Update source url.
- Run spec-cleaner.

OBS-URL: https://build.opensuse.org/request/show/715020
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=6
2019-07-15 17:56:35 +00:00
9fe779b5d1 Accepting request 621353 from home:cunix:branches:network:messaging:matrix
Update to 2.3.0 and spec clean up

Review by others is welcome. I'll selfaccept after a grace period of inactivity.

OBS-URL: https://build.opensuse.org/request/show/621353
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=5
2018-07-10 07:16:24 +00:00
0714df555d Accepting request 619935 from home:cunix:branches:network:messaging:matrix
Spec clean up, fix missing rpm-opt-flags and rpmlint warnings (noarch).

Review by others is welcome. I'll selfaccept after a grace period of inactivity.

OBS-URL: https://build.opensuse.org/request/show/619935
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=4
2018-07-04 17:01:24 +00:00
39a406e4c8 Accepting request 619853 from home:Dead_Mozay:branches:network:messaging:matrix
- change spec and add devel pakage

OBS-URL: https://build.opensuse.org/request/show/619853
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=3
2018-06-30 14:56:13 +00:00
ea882c511c Accepting request 599511 from home:cunix:matrix
Files to install tightend

OBS-URL: https://build.opensuse.org/request/show/599511
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=2
2018-04-21 06:39:20 +00:00
d14dcd1bd9 Accepting request 597581 from home:cunix:matrix
Currently builds only the library

OBS-URL: https://build.opensuse.org/request/show/597581
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=1
2018-04-17 21:23:24 +00:00