Packages changed:
  LibVNCServer (0.9.12 -> 0.9.13)
  haveged (1.9.8 -> 1.9.13)
  libstorage-ng (4.3.28 -> 4.3.32)
  man-pages
  perl-HTTP-Message (6.24 -> 6.25)
  perl-Net-DNS (1.24 -> 1.25)
  python-numpy
  yast2 (4.3.9 -> 4.3.12)
  yast2-printer (4.3.0 -> 4.3.1)
  yast2-services-manager (4.3.0 -> 4.3.1)
  yast2-storage-ng (4.3.9 -> 4.3.10)
  yast2-trans (84.87.20200621.6aa3ebb0e6 -> 84.87.20200627.7af6bd201f)
  yast2-users (4.3.2 -> 4.3.3)

=== Details ===

==== LibVNCServer ====
Version update (0.9.12 -> 0.9.13)

- version update to 0.9.13 [bsc#1173477]
  [#]# Overall changes:
  * Small tweaks to the CMake build system.
  * The macOS server example was overhauled and is now the most feature-complete sample
    application of the project, ready for real-world use.
  * Lots of documentation updates and markdownifying.
  * The TravisCI continuous integration now also build-checks cross-compilation from
    Linux to Windows.
  * Setup a [Gitter community chat](https://gitter.im/LibVNC/libvncserver) for the project.
  [#]# LibVNCServer/LibVNCClient:
  * Both LibVNCServer and LibVNCClient now support an additional platform, namely
    Microsoft Windows. Building is supported with Visual Studio as well as MingGW.
  * The separate crypto routines used by LibVNCClient and LibVNCServer were refactored
    into an implementation common to both libraries.
  * Several security issues got fixed.
  * The bundled noVNC client is now at version 1.1.0 and included via a git submodule.
  [#]# LibVNCClient:
  * Added connect timeout as well as read timeout support thanks to Tobias Junghans.
  * Both TLS backends now do proper locking of network operations when multi-threaded
    thanks to Gaurav Ujjwal.
  * Fixed regression in Tight/Raw decoding introduced in 0.9.12 thanks to DRC.
  * Fixed encrypted connections to AnonTLS servers when using the OpenSSL back-end.
    Made possible by the profound research done by Gaurav Ujjwal.
  [#]# LibVNCServer:
  * Added a hooking function (`clientFramebufferUpdateRequestHook`) to deliver
    rfbFramebufferUpdateRequest messages from clients to the frame producer
    thanks to Jae Hyun Yoo.
  * Added SetDesktopSize/ExtendedDesktopSize support thanks to Floris Bos.
  * Added multi-threading support for MS Windows.
  * Fixed VNC repeater/proxy functionality that was broken in 0.9.12.
  * Fixed unstable WebSockets connections thanks to Sebastian Kranz.
- deleted patches
  - LibVNCServer-CVE-2019-15681.patch (upstreamed)
  - LibVNCServer-CVE-2019-15690.patch (upstreamed)
  - LibVNCServer-CVE-2019-20788.patch (upstreamed)
  - avoid-pthread_join-if-backgroundLoop-is-FALSE.patch (upstreamed)
  - cmake-libdir.patch (upstreamed)
  - fix-crash-on-shutdown.patch (upstreamed)

==== haveged ====
Version update (1.9.8 -> 1.9.13)

- Update to 1.9.13:
  * added support for --version [Jirka Hladky]
  * updated systemd service file [Jirka Hladky]
  * fix a memory leak in havege_destroy [Anakin Zhang]
  * updated version reported by program [Jirka Hladky]
  * fix ordering cycle with private tmp [Christian Hesse]
  * Updated systemd service file [Nicolas Braud-Santoni]
  * Bump soname [Nicolas Braud-Santoni]
  * Fix crash on shutdown in threaded mode [Sergei Trofimovich]
  * Fix compilation with --enable-threads [Lars Wendler]

==== libstorage-ng ====
Version update (4.3.28 -> 4.3.32)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1

- merge gh#openSUSE/libstorage-ng#753
- Fixes for %_libexecdir changing to /usr/libexec
- 4.3.32
- merge gh#openSUSE/libstorage-ng#758
- extended integration test
- added integration test
- added const
- coding style
- minor code and test improvements
- 4.3.31
- merge gh#openSUSE/libstorage-ng#757
- also add a UsedFeature for pmem devices
- 4.3.30
- merge gh#openSUSE/libstorage-ng#756
- merge gh#openSUSE/libstorage-ng#754
- added UsedFeature for NVMe disks (for bsc#1172866)
- Bsc1172866
- 4.3.29

==== man-pages ====

- added patches
  fix [bsc#1173382]
  + man-pages-openat2.h-location.patch

==== perl-HTTP-Message ====
Version update (6.24 -> 6.25)

- updated to 6.25
  see /usr/share/doc/packages/perl-HTTP-Message/Changes
  6.25      2020-06-28 17:52:12Z
  - Don't run Changes test on master in GH actions
  - move Clone from required to suggests prerequisite, to re-enable
    fatpacking

==== perl-Net-DNS ====
Version update (1.24 -> 1.25)

- updated to 1.25
  see /usr/share/doc/packages/perl-Net-DNS/Changes

==== python-numpy ====

- still open: boo#1148173 gh#numpy/numpy#14438 skip two tests
- clean %check section for updated %pytest_arch
  gh#openSUSE/python-rpm-macros#50

==== yast2 ====
Version update (4.3.9 -> 4.3.12)
Subpackages: yast2-logs

- Products: Do not solve dependencies while checking libzypp
  connection (bsc#1170322).
- 4.3.12
- Avoid failure when downloading release notes from an inoperative
  proxy (bsc#1173447).
- 4.3.11
- AutoClient#export method can receive a hash as an argument
  (bsc#1171356).
- 4.3.10

==== yast2-printer ====
Version update (4.3.0 -> 4.3.1)

- AutoYaST: do not export printer settings if CUPS is disabled
  (bsc#1172749).
- 4.3.1

==== yast2-services-manager ====
Version update (4.3.0 -> 4.3.1)

- Honor the 'target' argument when cloning the system. If it is
  set to 'compact', it only exports those services which start
  mode is not set to their predefined values (bsc#1172749).
- 4.3.1

==== yast2-storage-ng ====
Version update (4.3.9 -> 4.3.10)

- install nvme-cli if NVMe devices are present (bsc#1172866)
- 4.3.10

==== yast2-trans ====
Version update (84.87.20200621.6aa3ebb0e6 -> 84.87.20200627.7af6bd201f)
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-sr yast2-trans-sv 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.20200627.7af6bd201f:
  * New POT for text domain 'storage'.
  * New POT for text domain 'autoinst'.
  * New POT for text domain 'country'.
  * New POT for text domain 'control'.
  * New POT for text domain 'installation'.
  * New POT for text domain 'network'.
  * New POT for text domain 'gtk'.
  * New POT for text domain 'base'.

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

- Honor the 'target' argument when cloning the system. If it is
  set to 'compact', a reduced list of users and groups is generated
  (bsc#1172749).
- 4.3.3