Packages changed:
  brotli
  dav1d
  gstreamer-plugins-rs
  libiscsi (1.19.0+git.20221112 -> 1.19.0+git.20230208)
  libksieve
  libmfx
  libyui (4.4.9 -> 4.5.0)
  libyui-ncurses (4.4.9 -> 4.5.0)
  libyui-ncurses-pkg (4.4.9 -> 4.5.0)
  libyui-qt (4.4.9 -> 4.5.0)
  libyui-qt-graph (4.4.9 -> 4.5.0)
  libyui-qt-pkg (4.4.9 -> 4.5.0)
  lz4
  mariadb
  mariadb-connector-c (3.3.3 -> 3.3.4)
  openjpeg2
  pentobi (21.0 -> 23.0)
  pimcommon
  rubygem-rack (3.0.4.1 -> 3.0.4.2)
  timezone
  timezone-java
  vim (9.0.1386 -> 9.0.1392)

=== Details ===

==== brotli ====
Subpackages: libbrotlicommon1 libbrotlicommon1-32bit libbrotlidec1 libbrotlidec1-32bit libbrotlienc1

- Build AVX2 enabled hwcaps library for x86_64-v3

==== dav1d ====

- Revert last change. This is now handled in xxhash.

==== gstreamer-plugins-rs ====

- Increase constraints so it doesn't fail to build for lack of
  disk space.

==== libiscsi ====
Version update (1.19.0+git.20221112 -> 1.19.0+git.20230208)

- Update to version 1.19.0+git.20230208:
  * iser: Remove unnecessary 'return;'
  * pdu: Remove temporary variables from functions
  * connect: Add check after malloc allocation
  * aros_compat: Add check after malloc allocation
- Build AVX2 enabled hwcaps library for x86_64-v3

==== libksieve ====
Subpackages: libksieve-lang libksieve5

- Add patch to fix accidentially using the password as username
  (kde#437858, kde#467034, boo#1209050):
  * 0001-Fix-467034-libksieve-src-kmanagesieve-session.cpp-as.patch

==== libmfx ====

- Add upstream gcc13-fix.patch patch.

==== libyui ====
Version update (4.4.9 -> 4.5.0)

- Bump version to 4.5.0 (bsc#1208913)

==== libyui-ncurses ====
Version update (4.4.9 -> 4.5.0)

- Bump version to 4.5.0 (bsc#1208913)

==== libyui-ncurses-pkg ====
Version update (4.4.9 -> 4.5.0)

- Bump version to 4.5.0 (bsc#1208913)

==== libyui-qt ====
Version update (4.4.9 -> 4.5.0)

- Bump version to 4.5.0 (bsc#1208913)

==== libyui-qt-graph ====
Version update (4.4.9 -> 4.5.0)

- Bump version to 4.5.0 (bsc#1208913)

==== libyui-qt-pkg ====
Version update (4.4.9 -> 4.5.0)

- Bump version to 4.5.0 (bsc#1208913)

==== lz4 ====
Subpackages: liblz4-1 liblz4-1-32bit

- Build AVX2 enabled hwcaps library for x86_64-v3

==== mariadb ====
Subpackages: libmariadbd19 mariadb-client mariadb-errormessages

- Cherry-pick upstream changes (gcc13-fix.patch) for GCC 13.

==== mariadb-connector-c ====
Version update (3.3.3 -> 3.3.4)

- update to 3.3.4:
  https://mariadb.com/kb/en/mariadb-connector-c-3-3-4-release-notes/

==== openjpeg2 ====

- Build AVX2 enabled hwcaps library for x86_64-v3

==== pentobi ====
Version update (21.0 -> 23.0)

- ExclusiveArch because of pkgconfig(Qt6WebView) availability.
- Update to version 23.0
  * Use native file dialogs on Linux to make loading and saving of
    games work with flatpak.
  [#] This adds a run-time dependency on package
  [#]    qml6-module-qtquick-dialogs (on Debian).
  * Prefix MIME config and icons with io.sourceforge.pentobi, such
    that registering Pentobi as an app for its game files works
    with flatpak.
  * Removed option to disable animations.
  * Removed menu item Open Clipboard.
  * Require C++ compiler with C++20 support.
  * Minimum required Qt version is now 6.4
  * Removed custom CMake module to find path of Docbook XSL and let
    the local XML catalog do the mapping between URL and path.
  * Don't initialize move number dialog with current move but show
    it as placeholder text.
- Update to version 22.0
  * Fixed game analysis hanging on some platforms.
  * Don't use custom menu implementation, which caused problems in
    dark mode on Android and KDE 5. As a consequence, shortcuts
    are no longer shown on the menu but documented in the Pentobi
    manual.
  * Made navigation links in help viewer part of the scrollable
    page to avoid a bug in Qt that made the text sometimes
    disappear if a navigation link was pressed with a scrolled
    page.
  * Help window shortcuts stopped working after mouse click with
    Qt 6.4.
- Update to version 21.1
  * Fixed game analysis hanging on some platforms.
  * Don't use custom menu implementation, which caused problems in
    dark mode on Android and KDE 5. As a consequence, shortcuts
    are no longer shown on the menu but documented in the Pentobi
    manual.
  * Made navigation links in help viewer part of the scrollable
    page to avoid a bug in Qt that made the text sometimes
    disappear if a navigation link was pressed with a scrolled
    page.
  * Help window shortcuts stopped working after mouse click with
    Qt 6.4.

==== pimcommon ====
Subpackages: libKF5PimCommon5 libKF5PimCommonAkonadi5 libKF5PimCommonAutoCorrection5 pimcommon-lang

- Require libKF5PimCommonAutoCorrection5 in the -devel package

==== rubygem-rack ====
Version update (3.0.4.1 -> 3.0.4.2)

- version update to 3.0.4.2
  * rack.input is now optional, and if missing, will raise an error.
    Use this to fail on multipart parsing a request without an input body.
    (#2018, @ioquatix)
  * Introduce module Rack::BadRequest which is included in multipart and
    query parser errors. (#2019, @ioquatix)
  * MIME type for JavaScript files (.js) changed from application/javascript
    to text/javascript (1bd0f15)
  * fixes CVE-2023-27530 [bsc#1209095]

==== timezone ====

- Add gcc13-fix.patch upsteam patch for GCC 13 compiler.

==== timezone-java ====

- Add gcc13-fix.patch upsteam patch for GCC 13 compiler.

==== vim ====
Version update (9.0.1386 -> 9.0.1392)
Subpackages: vim-data vim-data-common

- Updated to version 9.0.1392, fixes the following problems
- fixes CVE-2023-1264
  * Options test fails with some window width.
  * Scrollbar test sporadically fails.
  * Amiga: not all builds use gethostname().
  * Amiga: a couple of include files are included twice.
  * FOR_ALL_ macros are defined in an unexpected file.
  * "clear" macros are not always used.
  * Using NULL pointer with nested :open command.