Packages changed: Mesa (21.1.0 -> 21.1.1) Mesa-drivers (21.1.0 -> 21.1.1) apparmor libapparmor libepoxy (1.5.7 -> 1.5.8) libphonenumber (8.12.22 -> 8.12.23) nautilus pango (1.48.4 -> 1.48.5) pipewire (0.3.27 -> 0.3.28) psmisc selinux-policy webkit2gtk3 (2.32.0 -> 2.32.1) === Details === ==== Mesa ==== Version update (21.1.0 -> 21.1.1) Subpackages: Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1 - update to 21.1.1 * bugfix release * mostly AMD and Intel changes as usual, but also a decent amount of ARM fixes and more - Add swrast to vulkan - Enable vulkan on %{arm} and aarch64 with: swrast, amd, broadcom and freedreno ==== Mesa-drivers ==== Version update (21.1.0 -> 21.1.1) Subpackages: Mesa-dri Mesa-gallium - update to 21.1.1 * bugfix release * mostly AMD and Intel changes as usual, but also a decent amount of ARM fixes and more - Add swrast to vulkan - Enable vulkan on %{arm} and aarch64 with: swrast, amd, broadcom and freedreno ==== apparmor ==== Subpackages: apparmor-abstractions apparmor-parser apparmor-profiles apparmor-utils python3-apparmor - add abstractions-php8.diff to support PHP8 in abstractions/php (boo#1186267) ==== libapparmor ==== - add abstractions-php8.diff to support PHP8 in abstractions/php (boo#1186267) ==== libepoxy ==== Version update (1.5.7 -> 1.5.8) - Update to version 1.5.8: + Revert changes from PR #238 / #229 + Fixes regressions: #240, #252, #253 ==== libphonenumber ==== Version update (8.12.22 -> 8.12.23) - Update to version 8.12.23: * Updated phone metadata for region code(s): BF, CI, RW, SG, UG, US, UZ * Updated short number metadata for region code(s): DZ * New geocoding data for country calling code(s): 1572 (en) * Updated geocoding data for country calling code(s): 225 (en) * Updated carrier data for country calling code(s): 65 (en), 225 (en), 226 (en), 250 (en), 256 (en), 998 (en) * Updated / refreshed time zone meta data ==== nautilus ==== Subpackages: gnome-shell-search-provider-nautilus libnautilus-extension1 - Drop baselibs.conf: there is nothing depending on the xxbit library anymore. ==== pango ==== Version update (1.48.4 -> 1.48.5) Subpackages: libpango-1_0-0 typelib-1_0-Pango-1_0 - Update to version 1.48.5: + Only initialize fontconfig once. + Add missing deprecation notices. + Add some missing apis to the markup docs. + Speed up Emoji classification. + Fix hangs and memory leaks. + Don't insert hyphens at word boundaries. + Handle empty lines better. + Avoid width fluctuations with ellipsized text. + Add a utility to show text segmentation. ==== pipewire ==== Version update (0.3.27 -> 0.3.28) Subpackages: gstreamer-plugin-pipewire libpipewire-0_3-0 pipewire-modules pipewire-spa-plugins-0_2 pipewire-spa-tools pipewire-tools - Update to 0.3.28 * Highlights - Freewheeling was implemented. This makes it possible to export projects in ardour. - A new powerful filter-chain module was added that can be used to created all kinds of filter-chains from ladspa and builtin plugins. - Many more pulseaudio modules are now implemented: module-ladspa-sink, module-ladspa-source, module-pipe-sink, module-tunnel-sink, module-tunnel-source, module-zeroconf-discover - Fix a bug where devices would not appear after logout/login. - Fix a bug where the volume was reset to 0 and devices would have no audio. - Config files are now installed in the data dir, system overrides in /etc/pipewire and $HOME are checked first. * PipeWire - Implement freewheeling for JACK clients - Add filter-chain module that can be used to construct arbitrary graphs from ladspa and builtin plugins. - Add new property to easily set algorithm params - Add module-pulse-tunnel to tunnel audio to and from a PulseAudio compatible server. - Add a avahi zeroconf discover module, create pulse-tunnel when PulseAudio devices are announced. - Config files are now installed in the data dir, system overrides in /etc/pipewire and $HOME are checked first. - Applications now have their monitor ports named with the "monitor" prefix to avoid confusion with the output ports. - LICENSE clarifications. * GStreamer - fixes to the pipewiresink plugin. * SPA plugins - Fix a bug where the volume was reset to 0 - Add events to dbus plugin. This can be used to detect dbus disconnects. * Media-session - Handle dbus disconnect. - Handle device reservation errors. * PulseAudio server - Implement module-ladspa-sink and a new PipeWire-only module-ladspa-source - Implement module-pipe-sink - Implement module-tunnel-sink and module-tunnel-source - Fix a bug with module argument parsing - Implement module-zeroconf-discover * ALSA plugin - improve error handling ==== psmisc ==== - Do not change CAP within spec file (boo#1186258) - Change patch 0001-Use-mountinfo-to-be-able-to-use-the-mount-identity.patch * Fix bsc#1185208 to make private mount namespaces work as well as to distinguish NFS mounts from same remote device share. ==== selinux-policy ==== Subpackages: selinux-policy-targeted - allow systemd to watch /usr, /usr/lib, /etc, /etc/pki as we have path units that trigger on changes in those. Added fix_systemd_watch.patch - own /usr/share/selinux/packages/$SELINUXTYPE/ and /var/lib/selinux/$SELINUXTYPE/active/modules/* to allow packages to install files there ==== webkit2gtk3 ==== Version update (2.32.0 -> 2.32.1) Subpackages: libjavascriptcoregtk-4_0-18 libwebkit2gtk-4_0-37 webkit2gtk-4_0-injected-bundles - Update to version 2.32.1: + Support building against the Musl C library. + Support building against ICU version 69 or newer. + Improve handling of Media Capture devices. + Improve WebAudio playback. + Improve video orientation handling. + Improve seeking support for MSE playback. + Improve flush support in EME decryptors. + Fix HTTP status codes for requests done through a custom URI handler. + Fix the Bubblewrap sandbox in certain 32-bit systems. + Fix inconsistencies between the WebKitWebView.is-muted property state and values returned by webkit_web_view_is_playing_audio(). + Fix the build with ENABLE_VIDEO=OFF. + Fix wrong timestamps for long-lived cookies. + Fix UI process crash when failing to load favicons. + Fix several crashes and rendering issues. + Updated translations. - Drop webkit2gtk3-icu69.patch: fixed upstream.