Packages changed:
  NetworkManager-openconnect
  NetworkManager-openvpn
  NetworkManager-pptp
  NetworkManager-vpnc
  ell (0.63 -> 0.64)
  gcc14 (14.0.1+git9355 -> 14.0.1+git9687)
  google-noto-fonts (20240301 -> 20240401)
  libopenmpt (0.7.5 -> 0.7.6)
  libplacebo5
  libressl (3.8.3 -> 3.9.1)
  openSUSE-release (20240329 -> 20240402)
  patterns-fonts
  qt6-virtualkeyboard
  virtualbox
  virtualbox-kmp
  wireplumber (0.5.0 -> 0.5.1)
  yast2-trans (84.87.20240324.ae2a0736e6 -> 84.87.20240331.90b1d91d29)

=== Details ===

==== NetworkManager-openconnect ====
Subpackages: NetworkManager-applet-openconnect NetworkManager-openconnect-lang

- Add missing supplements(bsc#1220391):
  + NMA subpackage: Main package and gnome-control-center

==== NetworkManager-openvpn ====
Subpackages: NetworkManager-applet-openvpn NetworkManager-openvpn-lang

- Add missing supplements(bsc#1220391):
  + NMA subpackage: Main package and gnome-control-center

==== NetworkManager-pptp ====
Subpackages: NetworkManager-applet-pptp NetworkManager-pptp-lang

- Add missing supplements(bsc#1220391):
  + NMA subpackage: Main package and gnome-control-center

==== NetworkManager-vpnc ====
Subpackages: NetworkManager-applet-vpnc NetworkManager-vpnc-lang

- Add missing supplements(bsc#1220391):
  + NMA subpackage: Main package and gnome-control-center

==== ell ====
Version update (0.63 -> 0.64)

- Update to version 0.64
  * Fix issue with casting in C++ environment.
  * Fix issue with ASCII string upper and lower helpers.

==== gcc14 ====
Version update (14.0.1+git9355 -> 14.0.1+git9687)
Subpackages: libasan8 libatomic1 libgcc_s1 libgcc_s1-32bit libgfortran5 libgomp1 libhwasan0 libitm1 liblsan0 libobjc4 libquadmath0 libstdc++6 libstdc++6-32bit libstdc++6-locale libstdc++6-pp libstdc++6-pp-32bit libtsan2 libubsan1

- Update to trunk head, 0b02da5b99e89347f5f8bf875ec8318f84, git9687
- Fix install link to amdgcn-amdhsa-ld.
- Add newlib-gcn-iolock.diff to fix locking for I/O on gcn offload
  targets.
- Remove timezone Recommends from the libstdc++6 package.  [boo#1221601]

==== google-noto-fonts ====
Version update (20240301 -> 20240401)

- Update to 20240401
  * Fix Oriya interpolation issues

==== libopenmpt ====
Version update (0.7.5 -> 0.7.6)

- Update to 0.7.6:
  * [Sec] Potential heap out-of-bounds read or write past sample
    end with malformed sustain loops in SymMOD files.
  * MED: Transposed samples were playing too low in some files
    (e.g. mix94.mmd1).
  * OKT: Some files with garbage at the end were rejected
    (e.g. katharsis - piano lesson.okta).
  * Compressor DMO: It was possible that the plugin would not
    behave as intended at mix rates above 500 kHz.
  * Avoid re-allocating the loop state map contents on every
    playthrough of the module.
- Run test suite during package build

==== libplacebo5 ====

- Add %{?sle15_python_module_pythons} to make libplacebo5 build with
  python 3.11 on Leap15

==== libressl ====
Version update (3.8.3 -> 3.9.1)

- Update to release 3.9.1
  * Updated tests with expiring certificates
  * CET-related build fixes for Windows and macOS targets
  * update libtls linker script to include libssl and
    libcrypto again

==== openSUSE-release ====
Version update (20240329 -> 20240402)
Subpackages: openSUSE-release-appliance-custom openSUSE-release-dvd

- automatically generated by openSUSE-release-tools/pkglistgen

==== patterns-fonts ====
Subpackages: patterns-fonts-fonts patterns-fonts-fonts_opt

- Update patterns-fonts.spec:
  Add google-noto-sans-symbols-fonts google-noto-sans-symbols2-fonts
  to default installation, to enable terminal display special
  characters (bsc#1219553).

==== qt6-virtualkeyboard ====
Subpackages: libQt6HunspellInputMethod6 libQt6VirtualKeyboard6 qt6-virtualkeyboard-imports

- Fix description of libQt6VirtualKeyboard6
- Make the lib depend on the inputcontext plugin (boo#1222158)

==== virtualbox ====

- Setting 0660 as permissions of /dev/vboxusb directory itself was preventing
  access to this directory by any non-root user, even if member of vboxusers.
  This results in VBox UI failing to enable USB passthrough.
  Fix issue by removing all the workarounds for /dev/vboxusb/* as they should
  no longer be required.

==== virtualbox-kmp ====

- Setting 0660 as permissions of /dev/vboxusb directory itself was preventing
  access to this directory by any non-root user, even if member of vboxusers.
  This results in VBox UI failing to enable USB passthrough.
  Fix issue by removing all the workarounds for /dev/vboxusb/* as they should
  no longer be required.

==== wireplumber ====
Version update (0.5.0 -> 0.5.1)
Subpackages: libwireplumber-0_5-0 wireplumber-audio wireplumber-lang wireplumber-zsh-completion

- Update to version 0.5.1:
  * Highlights:
  - Added a guide documenting how to migrate configuration from
    0.4 to 0.5, also available online at:
    https://pipewire.pages.freedesktop.org/wireplumber/daemon/configuration/migration.html
    If you are packaging WirePlumber for a distribution, please
    consider informing users about this. Installing the
    wireplumber-doc subpackage, this file can be read by running:
    xdg-open /usr/share/doc/wireplumber/html/daemon/configuration/migration.html
  * Fixes:
  - Fixed an odd issue where microphones would stop being usable
    when a Bluetooth headset was connected in the HSP/HFP profile
    (#598, !620)
  - Fixed an issue where it was not possible to store the
    volume/mute state of system notifications (#604)
  - Fixed a rare crash that could occur when a node was destroyed
    while the 'select-target' event was still being processed
    (!621)
  - Fixed deleting all the persistent settings via
    wpctl --delete (!622)
  - Fixed using Bluetooth autoswitch with A2DP profiles that have
    an input route (!624)
  - Fixed sending an error to clients when linking fails due to a
    format mismatch (!625)
  * Additions:
  - Added a check that prints a verbose warning when old-style
    0.4.x Lua configuration files are found in the system. (#611)
  - The "policy-dsp" script, used in Asahi Linux to provide a
    software DSP for Apple Sillicon devices, has now been ported
    to 0.5 properly and documented (#619, !627)
- Remove patch already included upstream:
  * 0001-filter-utils-fix-handling-of-targetless-smart-filters.patch
- Enable documentation generation and create new doc subpackage
  including the documentation that can be read by running:
  xdg-open /usr/share/doc/wireplumber/html/index.html

==== yast2-trans ====
Version update (84.87.20240324.ae2a0736e6 -> 84.87.20240331.90b1d91d29)
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.20240331.90b1d91d29:
  * Translated using Weblate (Romanian)
  * Translated using Weblate (Romanian)
  * Translated using Weblate (Romanian)
  * Translated using Weblate (Romanian)
  * Translated using Weblate (Romanian)
  * Translated using Weblate (Romanian)
  * Translated using Weblate (Romanian)
  * Translated using Weblate (Romanian)
  * Translated using Weblate (Romanian)
  * Translated using Weblate (Romanian)
  * Translated using Weblate (Romanian)
  * Translated using Weblate (German)
  * Translated using Weblate (German)
  * Translated using Weblate (Catalan)
  * Translated using Weblate (Czech)
  * Translated using Weblate (Japanese)
  * New POT for text domain 'rmt'.
  * New POT for text domain 'control'.