Packages changed: dhcp gimp gnome-terminal (3.52.1 -> 3.52.2) gucharmap (15.1.4 -> 15.1.5) libeconf (0.6.3 -> 0.7.1) openSUSE-release (20240610 -> 20240611) pango (1.52.2 -> 1.54.0) plasma6-workspace python-zope.interface (6.3 -> 6.4.post2) systemd-presets-branding-Aeon wireplumber (0.5.2 -> 0.5.3) === Details === ==== dhcp ==== Subpackages: dhcp-client dhcp-relay dhcp-server - Drop initscripts-legacy support [jsc#PED264] - Drop rc symlinks [jsc#PED-264], [jsc#PED-266] ==== gimp ==== Subpackages: gimp-plugin-aa libgimp-2_0-0 libgimpui-2_0-0 - Add fix-gcc14-build.patch (fix bsc#1223892) ==== gnome-terminal ==== Version update (3.52.1 -> 3.52.2) Subpackages: gnome-shell-search-provider-gnome-terminal gnome-terminal-lang nautilus-extension-terminal - Update to version 3.52.2: + client: legacy: Error out on extra arguments after parsing. + client: legacy: Error out when specifying more than one argv. ==== gucharmap ==== Version update (15.1.4 -> 15.1.5) Subpackages: gucharmap-lang libgucharmap_2_90-7 - Update to version 15.1.5: + Updated translations. ==== libeconf ==== Version update (0.6.3 -> 0.7.1) Subpackages: libeconf0 libeconf0-32bit - Update to version 0.7.1: * Improved error handling while parsing values with the wrong format. Added new return value ECONF_VALUE_CONVERSION_ERROR. * Setting parsing options via econf_file struct. see econf_newKeyFile_with_options. These options will be used by econf_readConfig and econf_readConfigWithCallback. Following options are supported: JOIN_SAME_ENTRIES (default 0) Parsed entries with the same name will not be replaces but will be joined to one entry. PYTHON_STYLE (default 0) E.G. Identations will be handled like multiline entries. PARSING_DIRS (default /usr/etc/:/run:/etc) List of directories from which the configuration files have to be parsed. The list is a string, divides by ":". The last entry has the highest priority. E.g.: "PARSING_DIRS=/usr/etc/:/run:/etc" CONFIG_DIRS (default ) List of directory structures (with order) which describes the directories in which the files have to be parsed. The list is a string, divides by ":". The last entry has the highest priority. E.g. with the given list: "CONFIG_DIRS=.conf.d:.d" files in following directories will be parsed: "/.conf.d/" "/.d/" "//" * CAUTION: From now on every econf_file element MUST be intialized if econf_readConfig and econf_readConfigWithCallback is used. Either with NULL or: econf_file *key_file = NULL; if (error = econf_newKeyFile_with_options(&key_file, "PYTHON_STYLE=1")) { fprintf (stderr, "ERROR: couldn't create new key file: %s\n", econf_errString(error)); return 1; } error = econf_readConfig (&key_file, "foo", "/usr/lib", "example", "conf", "=", "#"); - Update to version 0.7.0: * Defining manual parsing directories (#209) * parsing config files in python style * econf_readConfig: set usr_subdir to empty string if it is NULL * Fix static analyzer detected issues (#202) * comment string can be in the parsed value which is defined with quotes (#207) * tst-comments2: comment sign in quoted string (#205) * Setting options via new econf_newKeyFile_with_options. (#206) ==== openSUSE-release ==== Version update (20240610 -> 20240611) Subpackages: openSUSE-release-appliance-custom openSUSE-release-dvd - automatically generated by openSUSE-release-tools/pkglistgen ==== pango ==== Version update (1.52.2 -> 1.54.0) Subpackages: libpango-1_0-0 typelib-1_0-Pango-1_0 - Update to version 1.54.0: + Build fixes. + Memory leak fixes. + Drop the install-tests build option. + Add build-examples and build-tests build options. + Require meson 0.63. + Add pango_item_get_char_offset. + Update to Unicode 15.1. + Fix wrong use of GWeakRef, leading to crashes. - Drop -Dinstall-tests meson parameter: no longer supported. ==== plasma6-workspace ==== Subpackages: plasma6-session plasma6-session-x11 plasma6-workspace-lang plasma6-workspace-libs sddm-qt6-branding-openSUSE - Add patch to fix a regression introduced by the preceding change (kde#487912, boo#1226110): * 0001-Fix-writing-ICEAuthority-file.patch ==== python-zope.interface ==== Version update (6.3 -> 6.4.post2) - update to 6.4.post2: * Publish missing Windows wheels, second attempt. * Publish missing Windows wheels. * The sdist of version 6.4 was uploaded to PyPI as zope_interface-6.4.tar.gz instead of zope.interface-6.4-py2.tar.gz which cannot be installed by zc.buildout. This release is a re-release of version 6.4 with the correct sdist name. * Adjust for incompatible changes in Python 3.13b1. * Build windows wheels on GHA. ==== systemd-presets-branding-Aeon ==== - Support bluetooth filetransfer (boo#1225682) ==== wireplumber ==== Version update (0.5.2 -> 0.5.3) Subpackages: libwireplumber-0_5-0 wireplumber-audio wireplumber-lang wireplumber-zsh-completion - Update to version 0.5.3: * Fixes: - Fix a long standing issue that would cause many device nodes to have inconsistent naming, with a '.N' suffix (where N is a number >= 2) being appended at seemingly random times. - Fix an issue that would cause unavailable device profiles to be selected if they were previously stored in the state file, sometimes requiring users to manually remove the state file to get things working again. - Fix an occasional crash that could sometimes be triggered by hovering the volume icon on the KDE taskbar, and possibly other similar actions. - Fix camera device deduplication logic when the same device is available through both V4L2 and libcamera, and the libcamera one groups multiple V4L2 devices together. - Fix applying the default volume on streams that have no volume previously stored in the state file. - Fix an issue that would prevent some camera nodes, in some cases, from being destroyed when the camera device is removed. - Fix an issue that would cause video stream nodes to be linked with audio smart filters, if smart audio filters were configured. - Fix an issue that would cause WP to re-activate device profiles even though they were already active. - Configuration files in standard JSON format (starting with a '{', among other things) are now correctly parsed. - Fix overriding non-container values when merging JSON objects. - Functions marked with WP_PRIVATE_API are now also marked as non-introspectable in the gobject-introspection metadata. * Improvements: - Logging on the systemd journal now includes the log topic and also the log level and location directly on the message string when the log level is high enough, which is useful for gathering additional context in logs submitted by users. - Add a video-only profile in wireplumber.conf, for systems where only camera & screensharing are to be used. - Improve seat state monitoring so that Bluetooth devices are only enabled when the user is active on a local seat, instead of allowing remote users as well. - Improve how main filter nodes are detected for the smart filters. - Add Lua method to merge JSON containers. - Remove patch already included upstream: * 0001-lua-json-fix-error-ouput.patch * 0002-lua-json-add-method-to-merge-json-containers.patch * 0003-json-utils-fix-overriding-of-non-container-values-when.patch * 0004-transition-fix-memleak-when-error-set.patch * 0005-transition-ensure-single-completion-and-finish.patch * 0006-linking-return-after-aborting-transition.patch * 0007-state-stream-fix-using-default-volume.patch