Packages changed:
  NetworkManager (1.28.0 -> 1.30.0)
  autoyast2 (4.3.67 -> 4.3.69)
  dav1d (0.8.1 -> 0.8.2)
  gimp
  liblouis (3.15.0 -> 3.16.1)
  libreoffice
  libstorage-ng (4.3.86 -> 4.3.89)
  openal-soft
  perl-Term-ReadLine-Gnu (1.37 -> 1.40)
  python-networkx
  seahorse
  systemd-default-settings (0.5 -> 0.7)
  wireshark
  xfce4-panel-profiles (1.0.12 -> 1.0.13)
  xtables-addons (3.15_k5.10.16_1 -> 3.16_k5.10.16_1)
  yast2 (4.3.51 -> 4.3.55)
  yast2-add-on (4.3.7 -> 4.3.8)
  yast2-bootloader (4.3.20 -> 4.3.22)
  yast2-configuration-management (4.3.4 -> 4.3.5)
  yast2-country (4.3.11 -> 4.3.12)
  yast2-dns-server (4.3.1 -> 4.3.2)
  yast2-firewall (4.3.9 -> 4.3.10)
  yast2-installation (4.3.24 -> 4.3.29)
  yast2-kdump (4.3.3 -> 4.3.4)
  yast2-network (4.3.44 -> 4.3.50)
  yast2-nfs-client (4.3.2 -> 4.3.3)
  yast2-nfs-server (4.3.1 -> 4.3.2)
  yast2-nis-client (4.3.5 -> 4.3.6)
  yast2-ntp-client (4.3.1 -> 4.3.2)
  yast2-packager (4.3.12 -> 4.3.14)
  yast2-pam (4.3.3 -> 4.3.4)
  yast2-ruby-bindings (4.3.11 -> 4.3.12)
  yast2-samba-server (4.3.3 -> 4.3.4)
  yast2-schema (4.3.17 -> 4.3.18)
  yast2-security (4.3.7 -> 4.3.11)
  yast2-services-manager (4.3.5 -> 4.3.6)
  yast2-storage-ng (4.3.41 -> 4.3.46)
  yast2-sysconfig (4.3.2 -> 4.3.3)
  yast2-theme (4.3.1 -> 4.3.4)
  yast2-trans (84.87.20210205.68980f3ed7 -> 84.87.20210219.c6a06209b7)
  yast2-update (4.3.1 -> 4.3.2)
  yast2-x11 (4.1.0 -> 4.3.0)
  yast2-ycp-ui-bindings (4.3.7 -> 4.3.9)

=== Details ===

==== NetworkManager ====
Version update (1.28.0 -> 1.30.0)
Subpackages: NetworkManager-lang libnm0 typelib-1_0-NM-1_0

- Update to version 1.30.0:
  + Increase timeout of NetworkManager-wait-online.service to 60
    seconds.
  + Add "ipv4.dhcp-client-id=ipv6-duid" option for RFC4361.
  + The dhcpcd plugin now requires a minimum version of
    dhcpcd-9.3.3 with the --noconfigure option. Using an older
    version will cause dhcpcd to exit with a status code of 1.
  + Support building against musl libc.
  + Support new ethtool offload features.
  + Add support for WPA3 Enterprise Suite-B 192 bit mode.
  + Add support for handling Veth devices.
  + New hostname settings for controlling configuring the hostname
    from reverse DNS lookup and from DHCP.
  + OVS: support configuring external-ids.
  + libnm: nm_setting_bond_add_option() no longer validates the
    option that is set. Instead, use nm_connection_verify() to
    validate the profile.
  + libnm: add support for reading/writing keyfile format. This
    required to relicense previously GPL-2.0+ code as LGPL-2.1+
    with the agreement of the copyright holders.
  + initrd:
  - Support for rd.net.timeout.carrier option.
  - Support new ip method "link6" for IPv6 link-local only.
  + build: new configure option to set path to
    "polkit-agent-helper-1".
  + Many bugfixes and improvements.
  + Updated translations.
- Change License to GPL-2.0-or-later and LGPL-2.1-or-later,
  following upstream.
- Replace %systemd_requires with %systemd_ordering.

==== autoyast2 ====
Version update (4.3.67 -> 4.3.69)
Subpackages: autoyast2-installation

- Select patterns during auto installation even when not using the
  confirm mode (related to jsc#SMO-20 and bsc#1182543).
- 4.3.69
- Adapted unit test to recent changes in Yast::Report (related to
  bsc#1179893).
- 4.3.68

==== dav1d ====
Version update (0.8.1 -> 0.8.2)

- Update to version 0.8.2
  * ARM32 optimizations for ipred and itx in 10/12bits,
    completing the 10b/12b work on ARM64 and ARM32
  * Give the post-filters their own threads
  * ARM64: rewrite the wiener functions
  * Speed up coefficient decoding, 0.5%-3% global decoding gain
  * x86 optimizations for CDEF_filter and wiener in 10/12bit
  * x86: rewrite the SGR AVX2 asm
  * x86: improve msac speed on SSE2+ machines
  * ARM32: improve speed of ipred and warp
  * ARM64: improve speed of ipred, cdef_dir, cdef_filter,
    warp_motion and itx16
  * ARM32/64: improve speed of looprestoration
  * Add seeking, pausing to the player
  * Update the player for rendering of 10b/12b
  * Misc speed improvements and fixes on all platforms
  * Add a xxh3 muxer in the dav1d application

==== gimp ====
Subpackages: gimp-lang gimp-plugin-aa gimp-plugins-python libgimp-2_0-0 libgimpui-2_0-0

- Recurse directories when looking for python plugins
  (boo#1180362).

==== liblouis ====
Version update (3.15.0 -> 3.16.1)
Subpackages: liblouis-data liblouis20 python3-louis

- update to 3.16.1:
  * * New features
  - A new opcode ~noemphchars~ was added. This gives you more control
    over the placement and scope of various emphasis indicators. Thanks
    to Bert Frees.
  * * Bug fixes
  - Fix an endless loop when using =compbrlAtCursor= thanks to Bert
    Frees
  * * Braille table improvements
  - Improvements to US EBAE conformance with BANA emphasis guidelines
    thanks to Benetech.org
  - Fixed a problem with apostrophe in Malayalam thanks to Jake Kyle
  - Improvements to contraction use in UEB thanks to James Bowden. In
    particular the checkmark (U+2713) is added, the emdash (U+2014) is
    fixed, the right single quote used as apostrophe between letters is
    fixed and finally some more accented letters have been added.
  - Improvements to Urdu Braille and Malayalam thanks to Jake Kyle
  - Add characters for Bashkir and Uzbek languages to the Russian
    computer braille table. Thanks to Andrey Yakuboy.
  - New table for Bashkir uncontracted braille thanks to Rustam
    Churagulov and Gabidullin Yunir.
  - Updated =<= and =>= symbols in the Arabic tables thanks to Ikrami
    Ahmad.
  - Improvements to Dutch thanks to Bert Frees.
  - Every word part in a capitalized compound word counts in the
    length of a passage.
  - ~begcapsphrase~ is allowed to start in a word preceded by
    punctuation.
  - Improved translation of ligatures in UEB thanks to Bert Frees.
  - Multiple improvements to the Russian literary braille thanks to
    Andrey Yakuboy and Bert Frees:
  - Many new symbols (punctuation, bullets, math symbols, etc) have
    been added.
  - The table now includes the international phonetic alphabet table.
  - Punctuation after digits and fractions is now marked with dot 6 to
    avoid ambiguities.
  - Other changes to conform better with Russian braille rules.
  - A new table that indicates capital letters was added. This is the
    new recommended Russian table for braille display users.
  - Removed the old ~ru-ru-g1.utb~ in favor of ~ru-litbrl.ctb~ and
    ~ru-litbrl-detailed.utb~.
  * * Other changes
  - Support for Python 2 has been removed.

==== libreoffice ====
Subpackages: libreoffice-base libreoffice-calc libreoffice-draw libreoffice-filters-optional libreoffice-gnome libreoffice-gtk3 libreoffice-icon-themes libreoffice-impress libreoffice-l10n-cs libreoffice-l10n-da libreoffice-l10n-de libreoffice-l10n-el libreoffice-l10n-en libreoffice-l10n-en_GB libreoffice-l10n-es libreoffice-l10n-fr libreoffice-l10n-hu libreoffice-l10n-it libreoffice-l10n-ja libreoffice-l10n-pl libreoffice-l10n-pt_BR libreoffice-l10n-ru libreoffice-l10n-zh_CN libreoffice-l10n-zh_TW libreoffice-mailmerge libreoffice-math libreoffice-pyuno libreoffice-qt5 libreoffice-writer libreofficekit

- Fix bsc#1174465 - LO-L3: Impress in TW (7.0.0.0-beta2) messes up bullet points
  * bsc1174465.diff

==== libstorage-ng ====
Version update (4.3.86 -> 4.3.89)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1

- merge gh#openSUSE/libstorage-ng#799
- added CI based on Leap since Tumbleweed is currently broken
- 4.3.89
- merge gh#openSUSE/libstorage-ng#798
- handle logical partitions in Pool::create_partitions
- 4.3.88
- merge gh#openSUSE/libstorage-ng#797
- added function to calculate size of underlying devices of MD RAID
- added unit tests
- updated documentation
- 4.3.87

==== openal-soft ====
Subpackages: libopenal1 openal-soft-data

- fix gcc11 build (openal-soft-gcc11.diff)

==== perl-Term-ReadLine-Gnu ====
Version update (1.37 -> 1.40)

- updated to 1.40
  see /usr/share/doc/packages/perl-Term-ReadLine-Gnu/Changes

==== python-networkx ====

- Refine the optional test dependencies. We want to test python39
  in the future.
- Re-enable Python 3.6 builds without optional dependencies
- Add test dependencies lxml, pandas and pygraphviz

==== seahorse ====
Subpackages: gnome-shell-search-provider-seahorse seahorse-lang

- Add 153.patch: key-manager: Make sure to update after unlocking
  (boo#1179003).

==== systemd-default-settings ====
Version update (0.5 -> 0.7)
Subpackages: systemd-default-settings-branding-SLE systemd-default-settings-branding-openSUSE

- Import 0.7
  2a61f77 Convert our configuration file dropins into 'early' ones
- Import 0.6
  d3fab7c Introduce SLE-Micro branding

==== wireshark ====
Subpackages: libwireshark14 libwiretap11 libwsutil12 wireshark-ui-qt

- Enable ITU G.729 Annex A/B speech codec for  Tumbleweed only

==== xfce4-panel-profiles ====
Version update (1.0.12 -> 1.0.13)

- Update to version 1.0.13
  * Add Cupertino layout (gxo#apps/xfce4-panel-profiles#7)
  * Add Redmond 7 layout (gxo#apps/xfce4-panel-profiles#8)
  * Add Xfce 4.16 layout
  * Updated existing templates to support Xfce 4.16
  * Makefile.in.in: remove bashisms
  * Enabled exporting Whisker menu configuration
    (gxo#apps/xfce4-panel-profiles#11)
  * Translation Updates

==== xtables-addons ====
Version update (3.15_k5.10.16_1 -> 3.16_k5.10.16_1)

- Update to release 3.16
  * i586 platform build fix

==== yast2 ====
Version update (4.3.51 -> 4.3.55)
Subpackages: yast2-logs

- Fixed bug introduced while adding auto wrapping (bsc#1179893)
- 4.3.55
- Use Auto Wrapping of long lines for Yast2::Popup and Yast::Report
  (bsc#1179893)
- 4.3.54
- Do not use the 'installation-helper' binary to create snapshots
  during installation or offline upgrade (bsc#1180142).
- Add a new exception to properly handle exceptions
  when reading/writing snapshots numbers (related to bsc#1180142).
- 4.3.53
- Added supported migration "openSUSE Leap 15.3" -> SLES
  (in 15.3 the product has been renamed from "openSUSE" to "Leap")
  (bsc#1181773)
- 4.3.52

==== yast2-add-on ====
Version update (4.3.7 -> 4.3.8)

- Adapted unit test to recent changes in Yast::Report (related to
  bsc#1179893).
- 4.3.8

==== yast2-bootloader ====
Version update (4.3.20 -> 4.3.22)

- Adapted unit test to recent changes in Yast::Report (related to
  bsc#1179893).
- 4.3.22
- use shim for secure boot also on aarch64 (jsc#SLE-15020)
- 4.3.21

==== yast2-configuration-management ====
Version update (4.3.4 -> 4.3.5)

- Adapted unit test to recent changes in Yast::Report (related to
  bsc#1179893).
- 4.3.5

==== yast2-country ====
Version update (4.3.11 -> 4.3.12)
Subpackages: yast2-country-data

- Adapted unit test to recent changes in Yast::Report (related to
  bsc#1179893)
- 4.3.12

==== yast2-dns-server ====
Version update (4.3.1 -> 4.3.2)

- Adapted unit test to recent changes in Yast::Report (related to
  bsc#1179893).
- 4.3.2

==== yast2-firewall ====
Version update (4.3.9 -> 4.3.10)

- Adapted unit test to recent changes in Yast::Report (related to
  bsc#1179893)
- 4.3.10

==== yast2-installation ====
Version update (4.3.24 -> 4.3.29)

- move properly security finish client (bsc#1182821)
- 4.3.29
- Fix previous change to include in proposal summary selinux
  (jsc#SLE-17307)
- 4.3.28
- Add new security proposal and finish clients to replace firewall
  one as the new clients contain also configuration for cpu
  mitigation, policy kit default privileges (jsc#SLE-15840)
  and selinux mode (jsc#SLE-17307)
- 4.3.27
- Adapted unit test to recent changes in Yast::Report (related to
  bsc#1179893).
- 4.3.26
- Do not crash when it is not possible to create a snapshot after
  installing or upgrading the system (bsc#1180142).
- 4.3.25

==== yast2-kdump ====
Version update (4.3.3 -> 4.3.4)

- Adapted unit test to recent changes in Yast::Report (related to
  bsc#1179893).
- 4.3.4

==== yast2-network ====
Version update (4.3.44 -> 4.3.50)

- Improve wireless devices configuration UX (bsc#1177834):
  - Reorganize the widgets, to make the UI easier to understand.
  - Add a list of wireless networks which displays additional
    information like Mode, Channel, Rate, Signal and
    Security method.
  - Pre-select the authentication method depending on the
    selected network.
- Fix initialization of the "AP ScanMode" field.
- 4.3.50
- Added AutoYaST interfaces section errors reporting (bsc#1174353,
  bsc#1178107).
- 4.3.49
- Improve the AutoYaST interfaces reader handling better the IP
  Addresses configuration. (bsc#1174353, bsc#1178107)
- 4.3.48
- Adapted unit test to recent changes in Yast::Report (related to
  bsc#1179893).
- 4.3.47
- Allow to disable the proposal of the bridge network configuration
  for virtualization in the installation summary or by the new
  'virt_bridge_proposal' AutoYaST option (bsc#1178603)
- 4.3.46
- Fix for not present interfaces when deciding whether
  the "Scan Network" button should be disabled or not during a
  wireless configuration (bsc#1177834).
- 4.3.45

==== yast2-nfs-client ====
Version update (4.3.2 -> 4.3.3)

- Adapted unit test to recent changes in Yast::Report (related to
  bsc#1179893).
- 4.3.3

==== yast2-nfs-server ====
Version update (4.3.1 -> 4.3.2)
Subpackages: yast2-nfs-common

- Adapted unit test to recent changes in Yast::Report (related to
  bsc#1179893).
- 4.3.2

==== yast2-nis-client ====
Version update (4.3.5 -> 4.3.6)

- Adapted unit test to recent changes in Yast::Report (related to
  bsc#1179893).
- 4.3.6

==== yast2-ntp-client ====
Version update (4.3.1 -> 4.3.2)

- Adapted unit test to recent changes in Yast::Report (related to
  bsc#1179893).
- 4.3.2

==== yast2-packager ====
Version update (4.3.12 -> 4.3.14)

- Show correct number of downloaded packages in log (bsc#1180278)
- Fix crash when installation proposal require pattern and such
  pattern is not available in any repository (found during testing
  jsc#SLE-17427)
- 4.3.14
- Adapted unit test to recent changes in Yast::Report (related to
  bsc#1179893).
- 4.3.13

==== yast2-pam ====
Version update (4.3.3 -> 4.3.4)

- Adapted unit test to recent changes in Yast::Report (related to
  bsc#1179893).
- 4.3.4

==== yast2-ruby-bindings ====
Version update (4.3.11 -> 4.3.12)

- Handle a special keyboard shortcut for starting the installation
  console (jsc#PM-1895, jsc#SLE-16263)
- 4.3.12

==== yast2-samba-server ====
Version update (4.3.3 -> 4.3.4)

- Adapted unit test to recent changes in Yast::Report (related to
  bsc#1179893).
- 4.3.4

==== yast2-schema ====
Version update (4.3.17 -> 4.3.18)

- Add the 'virt_bridge_proposal' element to the networking section
  in order to permit to disable the proposal of the bridge network
  configuration for virtualization (bsc#1178603).
- 4.3.18

==== yast2-security ====
Version update (4.3.7 -> 4.3.11)

- Move security_finish client to yast2-installation (bsc#1182821)
- 4.3.11
- Move SELinux .autorelabel file from / to /etc/selinux if root
  filesystem will be mounted as read only (jsc#SLE-17307).
- 4.3.10
- jsc#SMO-20, jsc#SLE-17342:
  - Add class for managing SELinux configuration.
  - AutoYaST: add support for SELinux configuration.
- 4.3.9
- Adapted unit test to recent changes in Yast::Report (related to
  bsc#1179893).
- 4.3.8

==== yast2-services-manager ====
Version update (4.3.5 -> 4.3.6)

- Adapted unit test to recent changes in Yast::Report (related to
  bsc#1179893).
- 4.3.6

==== yast2-storage-ng ====
Version update (4.3.41 -> 4.3.46)

- Improved mechanism to detect whether _netdev is needed for a
  given disk: use its driver as extra criterion (bsc#1176140).
- 4.3.46
- Partitioner: extended the text of the help to cover the new menu
  and the general navigation (related to bsc#1181590).
- 4.3.45
- Partitioner: ask for recursively unmounting affected devices when
  deleting a device (bsc#1171310).
- 4.3.44
- Partitioner: in general, collapse branches of the tables only if
  they contain Btrfs snapshots (related to bsc#1181464).
- 4.3.43
- Partitioner: stop offering LVM pools as possible base devices
  for bcache devices and for multi-device btrfs (bsc#1170044).
- 4.3.42

==== yast2-sysconfig ====
Version update (4.3.2 -> 4.3.3)

- Adapted unit test to recent changes in Yast::Report (related to
  bsc#1179893).
- 4.3.3

==== yast2-theme ====
Version update (4.3.1 -> 4.3.4)
Subpackages: yast2-theme-breeze

- Use Poppins fonts instead of Raleway in all style files.
- Part of jsc#SLE-15714.
- 4.3.4
- Update branding (jsc#SLE-15714).
- 4.3.3
- Add icon for cinnamon pattern
- 4.3.2

==== yast2-trans ====
Version update (84.87.20210205.68980f3ed7 -> 84.87.20210219.c6a06209b7)
Subpackages: yast2-trans-af yast2-trans-ar yast2-trans-bg yast2-trans-bn yast2-trans-bs yast2-trans-ca yast2-trans-cs yast2-trans-cy yast2-trans-da yast2-trans-de yast2-trans-el yast2-trans-en_GB yast2-trans-es yast2-trans-et yast2-trans-fa yast2-trans-fi yast2-trans-fr yast2-trans-gl yast2-trans-gu yast2-trans-hi yast2-trans-hr yast2-trans-hu yast2-trans-id yast2-trans-it yast2-trans-ja yast2-trans-jv yast2-trans-ka yast2-trans-km yast2-trans-ko yast2-trans-lo yast2-trans-lt yast2-trans-mk yast2-trans-mr yast2-trans-nb yast2-trans-nl yast2-trans-pa yast2-trans-pl yast2-trans-pt yast2-trans-pt_BR yast2-trans-ro yast2-trans-ru yast2-trans-si yast2-trans-sk yast2-trans-sl yast2-trans-sr yast2-trans-sv yast2-trans-ta yast2-trans-th yast2-trans-tr yast2-trans-uk yast2-trans-vi yast2-trans-wa yast2-trans-xh yast2-trans-zh_CN yast2-trans-zh_TW yast2-trans-zu

- Update to version 84.87.20210219.c6a06209b7:
  * New POT for text domain 'security'.
- Update to version 84.87.20210212.15272017a9:
  * New POT for text domain 'ncurses'.
  * New POT for text domain 'base'.
  * New POT for text domain 'update'.
  * New POT for text domain 'installation'.
  * New POT for text domain 'network'.

==== yast2-update ====
Version update (4.3.1 -> 4.3.2)

- Do not rely on the 'installation-helper' binary to create
  snapshots after installation or offline upgrade (bsc#1180142).
- Do not crash when it is not possible to create a snapshot before
  upgrading the system (related to bsc#1180142).
- 4.3.2

==== yast2-x11 ====
Version update (4.1.0 -> 4.3.0)

- Added "active_window" for switching the current X window
  (or restoring back the previously active window)
  (jsc#PM-1895, jsc#SLE-16263)
- 4.3.0

==== yast2-ycp-ui-bindings ====
Version update (4.3.7 -> 4.3.9)

- Handle special keyboard shortcuts (jsc#PM-1895, jsc#SLE-16263)
- 4.3.9
- Adapted to libyui SO bump 14 -> 15 (bsc#1181653)
- 4.3.8