Packages changed: Mesa Mesa-drivers alsa alsa-ucm-conf gstreamer-plugins-bad javapackages-tools libdrm (2.4.110 -> 2.4.111) libfprint (1.94.3 -> 1.94.4) mariadb-connector-c mutt (2.2.3 -> 2.2.5) python-Twisted python-traitlets (5.1.1 -> 5.2.2) === Details === ==== Mesa ==== Subpackages: Mesa-dri-devel Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1 - removed libkms BuildRequires, since it has been dropped from libdrm ==== Mesa-drivers ==== Subpackages: Mesa-dri Mesa-gallium Mesa-libva libxatracker2 - removed libkms BuildRequires, since it has been dropped from libdrm ==== alsa ==== Subpackages: libasound2 libasound2-32bit libatopology2 - Backport upstream fixes for 32bit inode and ELD parsing: 0001-conf-Use-ino64_t-to-save-and-compare-inode-numbers.patch 0002-control-eld-fix-the-decoding-for-older-hw.patch ==== alsa-ucm-conf ==== - Backport upstream fixes for Steinberg UR44: 0001-Steinberg-UR44-fix-the-Line2-channel-mapping.patch 0002-Steinberg-UR44-fix-the-Line2-channel-mapping-2nd.patch 0003-Steinberg-UR44-fix-the-direction-for-steinberg_ur44_.patch ==== gstreamer-plugins-bad ==== Subpackages: gstreamer-plugins-bad-lang libgstadaptivedemux-1_0-0 libgstbadaudio-1_0-0 libgstbasecamerabinsrc-1_0-0 libgstcodecparsers-1_0-0 libgstcodecs-1_0-0 libgstisoff-1_0-0 libgstmpegts-1_0-0 libgstphotography-1_0-0 libgstplay-1_0-0 libgstplayer-1_0-0 libgstsctp-1_0-0 libgsturidownloader-1_0-0 libgstva-1_0-0 libgstvulkan-1_0-0 libgstwayland-1_0-0 libgstwebrtc-1_0-0 - removed libkms BuildRequires, since it has been dropped from libdrm ==== javapackages-tools ==== Subpackages: javapackages-filesystem - Fix wrong conditioning of the python-six require. ==== libdrm ==== Version update (2.4.110 -> 2.4.111) Subpackages: libdrm-devel libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_nouveau2 libdrm_radeon1 - update to 2.4.111 * bugfixes * drops libkms - added tegra-* tools on aarch64 to spefile ==== libfprint ==== Version update (1.94.3 -> 1.94.4) - update to 1.94.4: * synaptics: New PIDs 0x0168, 0x015f * elan: New PID 0x0c4b * elanspi: New PID 0x241f * synaptics: Minor fix to interrupt transfer resubmission * Avoid sysfs writes if value is already expected * Improvements to the testing setup * Fixes to the internal critical section API ==== mariadb-connector-c ==== - Add pkgconfig compatibility symlink for mysqlclient ==== mutt ==== Version update (2.2.3 -> 2.2.5) Subpackages: mutt-doc mutt-lang - update to 2.2.5: * fixing two issues with libgsasl authentication. * fixing some regressions with Maildir/mh mailbox path normalization that were added in 2.2.0. Please see the UPDATING file for more details. ==== python-Twisted ==== - Stop removing test directories, it also removes a public module. (bsc#1198852, bsc#1198854, bsc#1198855) ==== python-traitlets ==== Version update (5.1.1 -> 5.2.2) - Update to 5.2.2 * Make all explicit and validate in test by @blink1073 in #737 * Fix KeyError in Application.get_default_logging_config by @tonyroberts in #724 - Release 5.2.1 * Switch to hatch backend by @blink1073 in #728 * logging: don't attempt to close handlers unless they have been opened by @oliver-sanders in #727 - Release 5.2.0 * Add mypy support by @blink1073 in #705 * Disambiguate the use of the term value in the example. by @metaperl in #694 * Correct spelling and grammar errors. by @metaperl in #695 * DOC: Add log example by @Carreau in #693 * Put description of signature_has_traits after the header for it. by @metaperl in #711 * Application: add logging_config trait by @oliver-sanders in [#698] * [DOC] Give explicit list of private symbols for 5.0 by @vidartf in #692 * Add pre-commit and run auto-formatters by @blink1073 in #699 * Fix downstream test by @blink1073 in #701 * Add docs on pre-commit and use manual hooks where appropriate by @blink1073 in #700 * Set up flake8 by @blink1073 in #703 * Typing: tell mypy we have type, update all. by @Carreau in #713 * Improve CI by @blink1073 in #706 * Fix typing errors by @blink1073 in #718 * Use flit build backend by @blink1073 in #720 * Add Changelog Entry for 5.2.0 by @blink1073 in #717 - Add traitlets-pr739-fixversion.patch -- gh#ipython/traitlets#739