Packages changed:
  gnutls (3.7.4 -> 3.7.5)
  libxkbcommon (1.4.0 -> 1.4.1)
  mutter
  openldap2
  openldap2-contrib-src
  plasma5-workspace
  python-sympy (1.8 -> 1.10.1)

=== Details ===

==== gnutls ====
Version update (3.7.4 -> 3.7.5)
Subpackages: libgnutls-dane0 libgnutls30 libgnutls30-32bit libgnutls30-hmac

- update to 3.7.5:
  * add options disable session ticket usage in TLS 1.2 because
    it does not provide forward secrecy
  * For TLS 1.3 where session tickets do provide forward secrecy,
    the PFS priority string now only disables session tickets in
    TLS 1.2.
  * Future backward incompatibility: in the next major release of
    GnuTLS those flag and modifier are planned to be removed
  * gnutls-cli, gnutls-serv: Channel binding for printing
    information has been changed from tls-unique to tls-exporter
    as tls-unique is not supported in TLS 1.3.
  * Certificate sanity checks has been enhanced to make gnutls
    more RFC 5280 compliant:
  * Removed 3DES from FIPS approved algorithms
  * Optimized support for AES-SIV-CMAC algorithms
  * libgnutls: HKDF and AES-GCM algorithms are now approved in
    FIPS-140 mode when used in TLS

==== libxkbcommon ====
Version update (1.4.0 -> 1.4.1)
Subpackages: libxkbcommon-x11-0 libxkbcommon0 libxkbcommon0-32bit libxkbregistry0

- Update to release 1.4.1
  * Fix compose sequence overriding (common prefix) not working
    correctly. Regressed in 1.2.0.
  * Remove various bogus currency sign (particulary Euro and
    Korean Won) entries from the keysym <-> Unicode mappings.
    They prevented the real keysyms/codepoints for these from
    mapping correctly.

==== mutter ====
Subpackages: mutter-lang

- Add mutter-crash-meta_context_terminate.patch: Fix SIGSEGV in
  meta_context_terminate (bsc#1199382 glgo#GNOME/mutter#2267).

==== openldap2 ====
Subpackages: libldap-data libldap2 libldap2-32bit openldap2-client

- bsc#1199277 - Resolve segfault when calling new ctx with global ctx
  * 0017-Resolve-error-handling-in-new-ctx-when-global.patch

==== openldap2-contrib-src ====

- bsc#1199277 - Resolve segfault when calling new ctx with global ctx
  * 0017-Resolve-error-handling-in-new-ctx-when-global.patch

==== plasma5-workspace ====
Subpackages: gmenudbusmenuproxy plasma5-session plasma5-session-wayland plasma5-workspace-lang plasma5-workspace-libs xembedsniproxy

- Add patch to fix appmenu text with certain themes (kde#453348):
  * 0001-applets-appmenu-fix-top-level-menu-text-coloration.patch
- Add patch to also show themes with a newer metadata format (kde#453830):
  * 0001-kcms-desktoptheme-find-metadata.json-when-loading-Th.patch

==== python-sympy ====
Version update (1.8 -> 1.10.1)

- Update to version 1.10.1.
  * Fixed a bug that prevented unpickling pickles created with older
  sympy versions.
  * The .diff method accepts string arguments again
    (fixing a regression in 1.10).
- Update for version 1.10.0.
  * The Laplace transform computations has become much more powerful
    using a rule-based system.
  * All active deprecations in SymPy have been revamped.
  * A number of classes and functions have been moved to better
    locations mostly to resolve problems with cyclic imports within
    the SymPy codebase.
  * BREAKING: removed the since long deprecated densearith,
    densesolve, and densetools
  * BREAKING CHANGE: core.trace with class Tr moved to
    physics.quantum.trace.
  * Full changelog at
    https://github.com/sympy/sympy/wiki/Release-Notes-for-1.10
- Update for version 1.9.
  * The internal implementation of Matrix and other matrix classes
    (SparseMatrix etc) is now DomainMatrix.
  * Leading term methods now raise PoleError at singularities.
  * Full changelog at
    https://github.com/sympy/sympy/wiki/Release-Notes-for-1.9