Packages changed:
  ffmpeg-5
  ibus-libpinyin (1.15.1 -> 1.15.2)
  kiconthemes
  perl-Image-ExifTool (12.54 -> 12.58)
  python-importlib-metadata (6.0.0 -> 6.1.0)
  qt6-wayland
  rpm
  rubygem-activesupport-7.0 (7.0.4.1 -> 7.0.4.3)
  rubygem-d-installer (0.7 -> 0.8)
  rubygem-rack (3.0.4.2 -> 3.0.7)

=== Details ===

==== ffmpeg-5 ====
Subpackages: libavcodec59 libavdevice59 libavfilter8 libavformat59 libavutil57 libpostproc56 libswresample4_ff5 libswscale6

- Obsolete old FFmpeg 5 libswresample4, otherwise they'll conflict
- Conflict with otherproviders(ffmpeg-tools).

==== ibus-libpinyin ====
Version update (1.15.1 -> 1.15.2)

- Update version to 1.15.2
  * Fix bugs
- Drop fix-sqlite-3_41_0-support.patch, merged

==== kiconthemes ====
Subpackages: libKF5IconThemes5 libKF5IconThemes5-lang

- Add patch to fix build failures:
  * 0001-Add-missing-comma-between-enum-values.patch

==== perl-Image-ExifTool ====
Version update (12.54 -> 12.58)
Subpackages: exiftool perl-File-RandomAccess

- Update to 12.58:
  * Added Extra ImageDataMD5 tag to calculate MD5 of image data only
  * Added support for reading DJI APP4 and APP7 JPEG segments
  * Added a new SonyModelID value
  * Decode a few new Nikon tags (thanks Warren Hatch)
  * Patched possible runtime warning when API IgnoreTags option is used to ignore FileType
  * Fixed problem extracting NetName from Windows LNK files
  * Fixed issue where the %C filename format code would increment the count on an output filename collision, but it is supposed to count the input files
  * Added two new Nikon Z lenses (thanks LibRaw)
  * Added a new Sigma LensType (thanks LibRaw)
  * Added a new Olympus LensType (thanks Herb)
  * Decode more new Nikon tags (thanks Warren Hatch)
  * Decode Photoshop LayerColors, LayerSections and LayerVisible tags
  * Improved Verbose output for QuickTime-format files
  * Set family 1 group name for Garmin GPS from uuid atom
  * Enhanced -progress option to allow message to be displayed every NUM files
  * Significant improvements to parsing of Nikon ShotInfo records for newer models
  * Removed hex dump of APP segments from -v3 output when writing
  * Fixed bug writing negative MIE GPS coordinates
  * Fixed bug where a duplicate XMP could be generated when writing XMP to a JPEG XL image which already contained XMP
  * Fixed problem where HEAD lines may be duplicated in an output file if the -p option was combined with -w+ or -W+
  * Added support for VNT files (both Scene7 Vignette and V-Note document)
  * Added read support for InfiRay IJPEG metadata (thanks Marcos Del Sol Vives)
  * Added some new Sony LensType values (thanks Jos Roost and FrančŽ½ois Piette)
  * Added a new FujiFilm VideoRecordingMode value (thanks Greybeard)
  * Added two new Canon LensTypes and CanonModelIDs (thanks Norbert Wasser)
  * Added ability to extract semantic images from Apple ProRaw DNG files
  * Added read support for the PNG cICP chunk
  * Decode more Nikon tags (thanks Warren Hatch)
  * Extract PreviewImage from Insta360 trailer record 0x200
  * Extract EmbeddedImageRectangle and some other new tags from VNT files
  * Minor improvement to arg_files/xmp2exif.args (thanks StarGeek)
  * Enhanced -ee option to extract metadata from all frames of a multipart EXR image
  * Removed EXR Layout tag and incorporated into new Flags tag
  * Patched possible hang problem when reading corrupted .rm audio files
  * Added support for geotagging from FlightAware KML files
  * Decode two more types of timed GPS from MOV/MP4 videos (66 types now)
  * Decode a few new Nikon tags (thanks Warren Hatch)
  * Decode a new Samsung HEIC tag
  * Decode FujiFilm RollAngle
  * Fixed bug where the FlatName property wasn't working properly for some user-defined structure tags

==== python-importlib-metadata ====
Version update (6.0.0 -> 6.1.0)

- update to 6.1.0:
  * ``packages_distributions`` now honors packages and
    modules with Python modules that not ``.py`` sources (e.g.
    ``.pyc``, *   ``.so``).
  * #434: Expand protocol for ``PackageMetadata.get_all`` to
    match the upstream implementation of ``email.message.Message.get_all``
    in python/typeshed#9620.

==== qt6-wayland ====
Subpackages: libQt6WaylandClient6 libQt6WaylandCompositor6 libQt6WaylandEglClientHwIntegration6 libQt6WaylandEglCompositorHwIntegration6 libQt6WlShellIntegration6

- Add a _constraints file to fix build issues

==== rpm ====
Subpackages: librpmbuild9

- Add upstream patch libmagic-exceptions.patch that speeds up libreoffice
  package build.
- add cpuid_lzcnt.patch

==== rubygem-activesupport-7.0 ====
Version update (7.0.4.1 -> 7.0.4.3)

- version update to 7.0.4.3
  * Implement SafeBuffer#bytesplice
    [CVE-2023-28120][bsc#1209506]

==== rubygem-d-installer ====
Version update (0.7 -> 0.8)

- Version 0.8
- Adapted the service configuration for the s390x architecture
  (gh#yast/d-installer#469).
- Fix gem2rpm configuration requiring the dbus-1-common package
  (gh#yast/d-installer#470).
- Fix gem2rpm configuration to include YaST2 dependencies
  (gh#yast/d-installer#459).
- Write /iguana/mountlist if running on Iguana
  (gh#yast/d-installer#445).

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

- version update to 3.0.7
  [3.0.7] - 2023-03-16
    Make query parameters without = have nil values. (#2059, @jeremyevans)
  [3.0.6.1] - 2023-03-13
    [CVE-2023-27539] Avoid ReDoS in header parsing [bsc#1209503]
  [3.0.6] - 2023-03-13
    Add QueryParser#missing_value for handling missing values + tests. (#2052, @ioquatix)
  [3.0.5] - 2023-03-13
    Split form/query parsing into two steps. (#2038, @matthewd)