Packages changed:
  fcoe-utils
  flatpak (1.6.2 -> 1.6.3)
  python-setuptools
  slang (2.3.1a -> 2.3.2)
  snapper
  transactional-update (2.21 -> 2.21.1)

=== Details ===

==== fcoe-utils ====

- Change use of "ifconfig" to "ip", since ifconfig is no
  longer around (bsc#1073886), adding:
  * fcoe-utils-stop-using-ifconfig.patch

==== flatpak ====
Version update (1.6.2 -> 1.6.3)
Subpackages: libflatpak0 system-user-flatpak typelib-1_0-Flatpak-1_0

- Require bubblewrap 0.4.1
- Update to version 1.6.3:
  + The main change in this version is a fix for a regression in
    the progress calculation for applications using extra-data.
    Additionally the bundled version of bubblewrap is updated to
    0.4.1 which fixes a security issue in some cases. See
    GHSA-j2qp-rvxj-43vj for details.
  + Don't break if users primary gid is not in the nsswitch
    database
  + Fix crash in flatpak repair if no remotes are configured
  + Some updates to the oci authenticator
  + Retry downloads of extra data
  + Updated translations.

==== python-setuptools ====

- Fix License to the correct MIT

==== slang ====
Version update (2.3.1a -> 2.3.2)

- slang 2.3.2:
  * It is now possible to use reserved words as struct
  field names without quoting them.  For example, it is now possible
  to write
    s = struct { public = value };
  Previously, this required the field name to be quoted:
    s = struct { "public" = value };
- drop static library and its LTO workaround
- git-6dd5ade9a97b52ace4ac033779a6d3c1c51db4d1.patch: upstreamed
- slang-fsuid.patch: refreshed

==== snapper ====
Subpackages: libsnapper5

- updated translations (bsc#1149754)
- generate dsc file for Ubuntu 19.10

==== transactional-update ====
Version update (2.21 -> 2.21.1)
Subpackages: transactional-update-zypp-config

- Version 2.21.1
  - Rework error messages on failing umount [boo#1168389]