Packages changed: Mesa Mesa-drivers ddskk engrampa (1.23.1 -> 1.24.0) fcitx (4.2.9.6 -> 4.2.9.7) ghostscript-fonts gimp (2.10.14 -> 2.10.18) glade (3.22.1 -> 3.22.2) libsoup (2.68.3 -> 2.68.4) mate-calc (1.23.0 -> 1.24.0) rubygem-rubocop (0.80.0 -> 0.80.1) spice (0.14.2 -> 0.14.3) virtualbox xfce4-branding-openSUSE (4.14+20200118 -> 4.14+20200228) xfce4-clipman-plugin (1.4.3 -> 1.4.4) yast2-vpn (4.2.3 -> 4.2.4) === Details === ==== Mesa ==== Subpackages: Mesa-dri-devel Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1 - Loosen dependencies to allow building with newer versions of clang-devel, similar to llvm-devel. ==== Mesa-drivers ==== Subpackages: Mesa-dri Mesa-dri-nouveau Mesa-gallium Mesa-libva libvdpau_nouveau libvdpau_r300 libvdpau_r600 libvdpau_radeonsi libvulkan_intel libvulkan_radeon libxatracker2 - Loosen dependencies to allow building with newer versions of clang-devel, similar to llvm-devel. ==== ddskk ==== Subpackages: skkdic - Update to skkdic 20200228 * SKK-JISYO.L: Modify below candidates. - ??????? /????/{->?????;???/????;????/} - ?????? /???{?/->}/ - ???? /??/{??/->} - ???? /??/??/??/??/??/??;?????/??/??;-????/??/??/??/??{?->?}????;?abbrev/ - ???m /???{;->}/???/??/ * SKK-JISYO.L: Remove below candidates. - ?????? /???/ - ?????? /???/ - ?????? /???/ - ??????? /???/ - ??????? /???/ * SKK-JISYO.L: Add below candidates. - ????? /???/ - ?????? /???/ - ?????? /???/ - ?????? /???/ - ?????? /???/ - ?????? /???/ - ?????? /???/ ==== engrampa ==== Version update (1.23.1 -> 1.24.0) Subpackages: engrampa-lang - Update to version 1.24.0 (changes since 1.23.2): * fr-command-rpm: Use rpm2cpio binary shipped with rpm package. * Add source rpm to supported mime-types. * Use cpio if no binary is found. * Add a configure environment variable to select the cpio path. * 7z: Don't set the work directory, i.e. use temporary directory. * Check if a mime-type is an alias in compute_supported_archive_types. * Define LOCALEDIR for bindtextdomain(). * Migrate from intltool to gettext. * Clean file type selection in the new archive dialogue. * Automatically sets the maximum size of static arrays. * Fix localised pause UI logic. * dlg-extract: GtkFileChooserDialog instead of set extra widget. * dlg-batch-add: Set dialog image from icon-name instead of pixbuf. * Fix build using the -fno-common flag. * fr-process: Do not override LC_CTYPE. - Drop support for old openSUSE versions. - Update to version 1.23.2 * tx: sync with transifex * LHA: add test for checking compressed file integrity * Add application/(x-compress|x-rpm|x-lzh-compressed) in local magic * Show archive type in properties dialog * Zstandard: read .tar.zst files * Zstandard: add test for checking compressed file integrity * Zstandard: Update MIME type * Ar: Update MIME type and add magic numbers * fr-command-ar: fetch dates with strptime * Remove internal mkdtemp and define feature test macro * fr-command-tar: fetch dates with strptime * Use mate-compiler-flags.m4 provided by mate-common * ar: don't remove leading whitespaces in filename field * i18n caja extension copyright * LHA: make compatible with content-type response from gio file query * fr-command-dpkg: fetch dates with strptime * dlg-prop: set property label in ui file * Add extract-dialog-options.ui * LHA: Fix internet media type * Use g_list_free_full and g_slist_free_full * dlg-prop: show the exact number of bytes as part of the size * dlg-prop: allow to open the archive's folder * remove warnings: ?gtk_image_new_from_stock? is deprecated * glib-utils & gtk-utils: Remove unused functions * dlg-package-installer: show icons in error dialog buttons * dlg-package-installer: remove warning ?GtkStock? is deprecated * gio-utils: Remove unused functions * glib-utils: Remove get_time_string() * unace 2.5: Don't show archive summary in file listing * tar: don't remove leading whitespaces in filename field * Initialization discards ?const? qualifier from pointer target type * remove warnings: "ENABLE_MAGIC" is not defined, evaluates to 0 * comparison of integer expressions of different signedness: ?size_t? * Missing initializer for struct field * remove warnings: cast from function call [-Wbad-function-cast] * remove build warning: local variable shadows another variable ==== fcitx ==== Version update (4.2.9.6 -> 4.2.9.7) Subpackages: fcitx-branding-openSUSE fcitx-gtk2 fcitx-gtk3 fcitx-pinyin fcitx-table fcitx-table-cn-wubi fcitx-table-cn-wubi-pinyin libfcitx-4_2_9 - Update version to 4.2.9.7 * Do not link jsonc if XKB is disabled * Update Translation * use /org/freedesktop/portal as dbus path for portal. * use the right color for gtk2 * use a different way to suppress unused warning * Revert "[gtk] clean up unused variable." * iso code root should be 639-3. * use iso-codes json file to parse the iso codes data. * fix fall through warning * clean up unused variable. ==== ghostscript-fonts ==== Subpackages: ghostscript-fonts-other ghostscript-fonts-std - Add "Provides: urw-fonts" to ghostscript-fonts-std since some binary packages like the ones from grafana.com explicitly require "urw-fonts". ==== gimp ==== Version update (2.10.14 -> 2.10.18) Subpackages: gimp-lang gimp-plugin-aa gimp-plugins-python libgimp-2_0-0 libgimpui-2_0-0 - disable update check - Update to version 2.10.18: https://www.gimp.org/news/2020/02/24/gimp-2-10-18-released/ - Core: - In gimp:replace, when compositing the same content over itself, i.e., when the input and aux buffers share the same storage and same tile alignment, pass the input buffer directly as output, instead of doing actual processing. In particular, this happens when processing a pass-through group outside of its actual bounds. - In gimp_gegl_apply_cached_operation(), use gint64 for storing the total and processed pixel counts used for reporting progress, to avoid overflowing when applying an operation to a large image. - In GimpFilterTool and gimp_drawable_apply_operation(), use gimp_drawable_filter_set_add_alpha() to add an alpha channel when applying an operation that specifies "needs-alpha" to a drawable that can have alpha. - In GimpFilterTool, move all the drawable-filter option setup to a new gimp_filter_tool_update_filter() function, and call it whenever the drawable-filter's options need to be updated. This avoids duplicating logic in various places. - Improve the efficiency of decoding RLE data when loading ABR brushes, by reading entire scanlines into a buffer all-at-once, instead of reading the stream byte-by-byte. - GIMP now optionally phones home to find out if there's a new version available and then tells the user if there is one indeed. It also keeps track of the installer revision and then warns if there's a newer installer available. This can be disabled in Preferences. In that case, users still have the option to manually check for an update via the About dialog. The feature can be disabled entirely with the '--disable-check-update' configure switch. - Tools: - New 3D Transform tool where you can set vanishing point, camera's focal length, and the move and rotate layer, selection, path, or image in 2.5 space. With the "Unified interaction" option enabled, all three interaction modes of the grid (camera, move, and rotate) are available simultaneously. In this mode, the inner and outer regions of the item are used for moving and rotation, respectively, and the vanishing point is controlled through through a handle. - Transform tools now respect the Clip option and update the canvas preview accordingly. - New "Composited preview" option allows respecting layer's blending mode and position in the layer stack rather than rendering it as an overlay on top of the overall layer stack. This simplifies creating complex layer compositions greatly. The option requires mipmaps to be used and thus is disabled by default. It also comes with an experimental "Synchronous preview" suboption to render the composited preview synchronously. This reduces the lag for painting the preview, but can harm responsiveness for bigger images, where rendering the preview is slow. - Add a new "Preview linked items" option to the transform-grid tools. When this option is enabled, together with composited previews, the transform preview includes all linked layers and channels when transforming a layer/channel. Paths are currently unsupported. - New widget called GimpPivotSelector, a 3x3 grid of toggle buttons, is now used for selecting a natural pivot position (e.g. for a transform) relative to an item: its center, its corners, and the midpoints of its edges. Currently used in Rotate and 3D Transform tools. - Add "Show all" support to the Bucket Fill tool in line-art mode - Color picker and sample points now support displaying vlaues in Yu'v' (CIE 1976 UCS) color space. - The Symmetry Painting dock now has an "Enable reflection" option that allows painting patterns resembling a kaleidoscope. - Transform clipping is temporarily disabled for layer groups. No preview other than 'Adjust' works anyway. This will be fixed later on. - Construct a box-filtered mipmap hierarchy for the original brush on-demand, and the closest mipmap is used as the resampling source for downscaled brushes, significantly improving the output quality. - Now that painting is done in a separate thread, the display update rate has a far smaller impact on it. Increase the GimpDisplay update rate, which handles image updates, to 60 FPS, and the GimpDrawTool update rate to 120 FPS. In particular, the latter change makes the brush outline motion much smoother. - In the Airbrush tool, increase the maximal stamp FPS from 15 to 60, and change the corresponding maximal Rate value from 150 to 100. This technically affects tool presets, but we'll live. - Add a new "Snap brush outline to stroke" toggle to the "Image Windows" preferences page. When enabled, the brush outline in paint tools snaps to the individual dabs while painting, which is how it worked before version 2.10.16. Disable the option by default. This seems to be what most other programs are doing, and it does give paitning a smoother feel. - The Warp Transform tool now respects settings for painting tools: showing the brush outline, snapping to dabs, and showing the paint tool cursor. - User interface: - Add new Symbolic-High-Contrast and Symbolic-Inverted-High-Contrast themes, which are automatically-generated high-contrast variants of the (original) Symbolic theme. The contrast factor is settable in the makefile, and is currently at 1.5 for both themes. - Rename tools/invert-svg to tools/svg-contrast, which now takes a contrast-factor argument, and adjusts the input SVG contrast, instead of just inverting it. Note that we can still use the tool to invert icons, using a contrast of -1. - Allow horizontal scrollbars in all the Preferences dialog tree- views, so that they don't limit the minimal width of the dialog (in particular, the UI- and icon-theme tree-views may contain arbitrarily-long paths). - Draw a border around the color FG/BG color areas as a pair of black and white rectangles instead of letting GTK do this. This imporoves the legibility of borders, especially in dark themes. - Tools are now logically grouped in the toolbox by default. Users can customize the groups to their liking or disable this feature altogether in the Preferences dialog (Interface / Toolbox page). - New opt-out compact style for sliders with revamped interaction. The widget uses a narrower layout, and the different upper/lower-half behavior is gone. Instead, the behavior depends on the mouse button and modifier used: - left-click is used for absolute adjustment, - Shift + left-click + drag changes value in small increments, - Ctrl + left-click + drag changes value in large increments, - middle-click enables numeric input mode; - right-click enables numeric input mode and selects the value. - The "You can drop dockable dialogs here" message is gone from the toolbox for good. Instead, highlight dockable areas when a user starts dragging a dockable dialog, and intensify the highlight as the dialog goes over a dockable area. - Consolidate UI for merging down and anchoring layers: As they are both mutually exclusive and serve an almost identical purpose, the "Merge down" and "Anchor Layer" are given mutually exclusive visibility in menus, and the anchor button is replaced with a merge down button in the Layers dockable whenever there is no active floating selection. Modifier keys are available: - Shift: merge layer group - Ctrl: merge visible layers - Ctrl + Shift: merge visible layers from last used values - Tools: - In GimpPaintTool, when not snapping brush outline to stroke, make sure to properly snap the cursor position to 15-degree angle multiples in line mode, not only when painting the line, but also during motion. - Plug-ins: - Add naive support for CMYK 8-bit PSD files - In plug_in_compat.pdb, when wrapping an op node inside a graph, set the op node as the graph node's underlying operation. This allows gimp_gegl_apply_operation() to perform certain optimizations. - The Spyrogimp plugin now features a Visual tab where the inner mechanics of a spirograph is abstracted away, and you operate on amount of petals etc. The plugin now also allows saving a pattern as a path rather than rendering it to a layer as a bitmap. - Improve the loading speed for PSD files, mostly by eliminating excessive copies. - Filters: - Don't disable gegl:color-to-alpha (which has "needs-alpha") when the drawable doesn't have an alpha channel, if one can be added. - Don't disable color-to-alpha for grayscale drawable, since the operation is applicable to grayscale images (in particular, it doesn't add color where there was none), and since GIMP no longer distinguishes between layers and channels according to the drawable format when updating the filters actions. - Updated translations - Bug fixes #4643, #4634 #4172, #4194, #4205, #4218, #2543, #4185, [#4246], #2794, #4209, #4278, #4372, #4187, #4392, #2674, #4338, [#2862], #4203, #4204, #4354, #1266, #4584, #4174, #4285, #4366, [#1975], #4605 ==== glade ==== Version update (3.22.1 -> 3.22.2) Subpackages: glade-lang libgladeui-2-6 - Update to version 3.22.2: + Canonicalize support-warning property name. + Add snap packaging. + GladeCommand: ignore special child types placeholders in add command. + GladeGtkWindow: mark titlebar placeholder as special child type. + Fix bug "Glade deletes all widgets when adding a Scrolled Window parent, but doesn't show it." ==== libsoup ==== Version update (2.68.3 -> 2.68.4) Subpackages: libsoup-2_4-1 libsoup-lang typelib-1_0-Soup-2_4 - Update to version 2.68.4: + WebSockets: - Ensure a new connection is created for WebSocket requests. - Do not start the input source when IO is closing. + build: Update glib requirement to 2.58. ==== mate-calc ==== Version update (1.23.0 -> 1.24.0) Subpackages: mate-calc-lang - Update to version 1.24.0: * Fix typo: "Avogadro" instead of "Avogrado". * Fix precedence of functions i.e. the result of -ln(1) and add according tests. * Fix typo in keywords in desktop file. * mate-calc.desktop.in: Add missing Keywords. * Do not remove org.mate.calc.gschema.xml on make distclean. * The function "mp_mask" is never used. * Set the required version for gettext (0.19.8). * parserfunc: Return NULL on NOT operation overflow. * Update translations. - Drop support for old openSUSE versions. ==== rubygem-rubocop ==== Version update (0.80.0 -> 0.80.1) - New upstream release 0.80.1 [#]# 0.80.1 (2020-02-29) [#]## Bug fixes * [#7719](https://github.com/rubocop-hq/rubocop/issues/7719): Fix `Style/NestedParenthesizedCalls` cop for newline. ([@tejasbubane][]) * [#7709](https://github.com/rubocop-hq/rubocop/issues/7709): Fix correction of `Style/RedundantCondition` when the else branch contains a range. ([@rrosenblum][]) * [#7682](https://github.com/rubocop-hq/rubocop/issues/7682): Fix `Style/InverseMethods` autofix leaving parenthesis. ([@tejasbubane][]) * [#7745](https://github.com/rubocop-hq/rubocop/issues/7745): Suppress a pending cop warnings when pending cop's department is disabled. ([@koic][]) * [#7759](https://github.com/rubocop-hq/rubocop/issues/7759): Fix an error for `Layout/LineLength` cop when using lambda syntax that argument is not enclosed in parentheses. ([@koic][]) [#]## Changes * [#7765](https://github.com/rubocop-hq/rubocop/pull/7765): When warning about a pending cop, display the version with the cop added. ([@koic][]) ==== spice ==== Version update (0.14.2 -> 0.14.3) - Update to v0.14.3 release The main changes are WebSocket and support for Windows. * Add support for WebSocket, this will allow to use spice-html5 without proxy * Support Windows, now Qemu Windows can be build enabling Spice * Fix some alignment problem * Converted some documentation to Asciidoc format to make easier to update, updated some * Minor compatibility fix for PPC64EL and ARMHF * Minor fixes for big endian machines like MIPS * Avoid some crashes with some buggy guest drivers, simply ignore the invalid request * Fix for old OpenSSL versions * Minor fix for Windows clients and brushes, fixed an issue with Photoshop under Windows 7 * Add ability to query video-codecs * Small use-after-free fix * Fix for debugging recording/replaying using QUIC images * Fix a regression where spice reported no monitors to the client * Fix DoS in spicevmc if WebDAV used * Updated and improved test migration script * Some minor fixes to smartcard support * Avoid possible disconnection using proxies using a in-flow keepalive mechanism - The NEWS file is now named CHANGELOG.md, and the previously provided ChangeLog, which was a summary of the git log is no longer provided ==== virtualbox ==== Subpackages: virtualbox-guest-tools virtualbox-guest-x11 virtualbox-kmp-default - Kernel 5.6.0-rc3 introduced some fixes for the Y2038 problem. File "fixes_for_5.6" has been modified to handle these changes. ==== xfce4-branding-openSUSE ==== Version update (4.14+20200118 -> 4.14+20200228) Subpackages: exo-branding-openSUSE libgarcon-branding-openSUSE libxfce4ui-branding-openSUSE openSUSE-xfce-icon-theme thunar-volman-branding-openSUSE xfce4-notifyd-branding-openSUSE xfce4-panel-branding-openSUSE xfce4-power-manager-branding-openSUSE xfce4-session-branding-openSUSE xfce4-settings-branding-openSUSE xfdesktop-branding-openSUSE xfwm4-branding-openSUSE - Update to version 4.14+20200228: * Use more appropriate xdg location for xfce-mimeapps.list - Update to version 4.14+20200228: * Use the correct notifyd theme name * Rename defaults.list to xfce-mimeapps.list * Make Greybird-geeko default theme of xfce4-notifyd * Systray to use 16px icons ==== xfce4-clipman-plugin ==== Version update (1.4.3 -> 1.4.4) Subpackages: xfce4-clipman-plugin-lang - Update to version 1.4.4 * settings: Improve layout * settings: Drop some GtkStock items * Update support URLs from goodies to docs.xfce.org (bxo#16141) * Drop deprecated Gtk style properties * Also show desktop file in Cinnamon (bxo#14058) * Fix getting modifier in gsd-clipboard-manager (bxo#14642), obsoletes xfce4-clipman-plugin-1.4.3-fix-gdk_window_get_device_position.diff * Fix typo * Translation Updates ==== yast2-vpn ==== Version update (4.2.3 -> 4.2.4) - Using SysctlConfig class: Handle sysctl entries in different directories (bsc#1151649). - 4.2.4