Packages changed:
  exiv2
  java-21-openjdk
  kbd
  libexttextcat
  libpng16 (1.6.42 -> 1.6.43)
  libstorage-ng (4.5.200 -> 4.5.201)
  llvm17
  perl-XML-LibXML (2.0209 -> 2.0210)
  polkit-default-privs (1550+20240223.b0857d7 -> 1550+20240307.987ebab)
  tracker
  tracker-miners

=== Details ===

==== exiv2 ====

- Fix build with --nochecks

==== java-21-openjdk ====
Subpackages: java-21-openjdk-headless

- Removed patch:
  * alternative-tzdb_dat.patch
    + Remove the possibility to use the system timezone-java. It
    creates more problems then it solves (bsc#1213470)

==== kbd ====
Subpackages: kbd-legacy

- fix conversion of lowercase f in de-e1 keymap (boo#1207841)

==== libexttextcat ====
Subpackages: libexttextcat-2_0-0

- Don't use ldconfig_scriptlets macro missing on sle12

==== libpng16 ====
Version update (1.6.42 -> 1.6.43)

- version update to 1.6.43
  * Fixed the row width check in png_check_IHDR().
    This corrected a bug that was specific to the 16-bit platforms,
    and removed a spurious compiler warning from the 64-bit builds.
    (Reported by Jacek Caban; fixed by John Bowler)
  * Added eXIf chunk support to the push-mode reader in pngpread.c.
    (Contributed by Chris Blume)
  * Added contrib/pngexif for the benefit of the users who would like
    to inspect the content of eXIf chunks.
  * Added contrib/conftest/basic.dfa, a basic build-time configuration.
    (Contributed by John Bowler)
  * Fixed a preprocessor condition in pngread.c that broke build-time
    configurations like contrib/conftest/pngcp.dfa.
    (Contributed by John Bowler)
  * Added CMake build support for LoongArch LSX.
    (Contributed by GuXiWei)
  * Fixed a CMake build error that occurred under a peculiar state of the
    dependency tree. This was a regression introduced in libpng-1.6.41.
    (Contributed by Dan Rosser)
  * Marked the installed libpng headers as system headers in CMake.
    (Contributed by Benjamin Buch)
  * Updated the build support for RISCOS.
    (Contributed by Cameron Cawley)
  * Updated the makefiles to allow cross-platform builds to initialize
    conventional make variables like AR and ARFLAGS.
  * Added various improvements to the CI scripts in areas like version
    consistency verification and text linting.
  * Added version consistency verification to pngtest.c also.

==== libstorage-ng ====
Version update (4.5.200 -> 4.5.201)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1

- merge gh#openSUSE/libstorage-ng#990
- set minimal size for XFS to 300 MiB (bsc#1220728)
- 4.5.201

==== llvm17 ====

- Explicitly define PYTHON3_EXECUTABLE, since python 3.11 is being
  pulled in by cmake in SLE-15-SP6.
- Fix PowerPC triples: use powerpc[64[le]] instead of ppc[64[le]].
- Require 8 GB memory for 64-bit architectures to prevent OOM.
- Use %patch -P N instead of deprecated %patchN.

==== perl-XML-LibXML ====
Version update (2.0209 -> 2.0210)

- updated to 2.0210 [bsc#1221013]
  see /usr/share/doc/packages/perl-XML-LibXML/Changes
  2.0210  2024-01-24
  - Fix copying external entity from an ext_ent_handler handler
  - https://github.com/shlomif/perl-XML-LibXML/issues/81
  - thanks to Petr
  - libxml-mm: Fix function prototypes in function pointers
  - thanks to Khem Raj

==== polkit-default-privs ====
Version update (1550+20240223.b0857d7 -> 1550+20240307.987ebab)

- Update to version 1550+20240307.987ebab:
  * add incremental libvirt addition org.libvirt.api.node-device.save (bsc#1221094)

==== tracker ====
Subpackages: libtracker-sparql-3_0-0 tracker-data-files tracker-lang

- Add patches to adapt SQLite 3.44 (glgo#GNOME/tracker#418):
  + 0001-decouple-fts-initialization-from-ontologies.patch
  + 0002-early-fts-initialization.patch

==== tracker-miners ====
Subpackages: tracker-miner-files tracker-miners-lang

- Drop tracker-miners-drop-syscalls-in-seccomp.patch (bsc#1220608,
  bsc#1220519):
  With update of glibc in SLE-15-SP6, this patch is not needed.