Packages changed:
  NetworkManager-openvpn (1.10.0 -> 1.10.2)
  crash
  kdump (1.0.2+git19.g0c60ffb -> 1.0.2+git20.gcb129d0)
  libpipeline (1.5.6 -> 1.5.7)
  poppler (22.10.0 -> 22.11.0)
  poppler-qt5 (22.10.0 -> 22.11.0)
  quota (4.06 -> 4.09)
  systemd
  taglib (1.12 -> 1.13)

=== Details ===

==== NetworkManager-openvpn ====
Version update (1.10.0 -> 1.10.2)
Subpackages: NetworkManager-openvpn-gnome NetworkManager-openvpn-lang

- Update to version 1.10.2:
  + IP condfiguration is no longer required in TAP mode.
  + Fix initialization of secret flags.
  + Add support for DOMAIN-SEARCH option.
  + Set data-ciphers option with chosen cipher.
  + Update translations.

==== crash ====

- Require zlib-devel for crash-devel.

==== kdump ====
Version update (1.0.2+git19.g0c60ffb -> 1.0.2+git20.gcb129d0)

- update to kdump-1.0.2+git20:
  * Use inst_binary to install kdump-save
- disable build on arm 32bit (bsc#1203888)

==== libpipeline ====
Version update (1.5.6 -> 1.5.7)

- update to 1.5.7:
  * Add notes to libpipeline(3) of when functions were added.
  * Transferred Git repository to https://gitlab.com/libpipeline/libpipeline.
  * Make `socketpair` tests used by `./configure --enable-socketpair-pipe`
    compatible with C23.

==== poppler ====
Version update (22.10.0 -> 22.11.0)
Subpackages: libpoppler-cpp0 libpoppler-glib8 libpoppler125 poppler-tools

- update to 22.11.0:
  core:
  * CairoOutputDev: Update font after restore
  * Protect against broken files
  * Small code refactoring

==== poppler-qt5 ====
Version update (22.10.0 -> 22.11.0)

- update to 22.11.0:
  core:
  * CairoOutputDev: Update font after restore
  * Protect against broken files
  * Small code refactoring

==== quota ====
Version update (4.06 -> 4.09)
Subpackages: quota-nfs

- Update to 4.09:
  * small improvements and fixes

==== systemd ====
Subpackages: libsystemd0 libsystemd0-32bit libudev1 libudev1-32bit systemd-32bit systemd-container systemd-lang udev

- Reenable build of sd_boot, it was mistakenly disabled during the integration
  of v252.

==== taglib ====
Version update (1.12 -> 1.13)
Subpackages: libtag1 libtag_c0

- Update to version 1.13:
  * Added interface StreamTypeResolver to support streams which cannot be fopen()'ed, e.g. network files.
  * Added MP4::File::strip() to remove meta atom from MP4 file.
  * Added Map::value() to look up without creating entry.
  * Use property "WORK" instead of "CONTENTGROUP" for ID3v2 "TIT1" frame,
  * use property "WORK" for ASF "WM/ContentGroupDescription",
  * use property "COMPILATION" for ID3v2 "TCMP" frame.
  * Build system improvements: option WITH_ZLIB, BUILD_TESTING instead of
  * BUILD_TESTS, GNUInstallDirs, FeatureSummary, tests with BUILD_SHARED_LIBS,
  * cross compilation with Buildroot, systems without HAVE_GCC_ATOMIC, Clang.
  * Fixed heap-buffer-overflows when handling ASF, APE, FLAC, ID3v2, MP4, MPC tags.
  * Fixed detection of invalid file by extension when correct type can be detected by contents.
  * Fixed unnecessary creation of map entries in APE and FLAC tags if looked up tag does not exist.
  * Fixed parsing of MP4 non-full meta atoms.
  * Fixed potential ID3v1 false positive in the presence of an APE tag.
  * Fixed ID3v2 version handling for frames embedded in CHAP or CTOC frames.
  * Fixed parsing of multiple strings with a single BOM in ID3v2.4.0.
  * Fixed several smaller issues reported by clang-tidy.