Packages changed: Mesa (22.1.5 -> 22.1.7) Mesa-drivers (22.1.5 -> 22.1.7) autoyast2 (4.5.2 -> 4.5.3) boost-base conmon (2.1.2 -> 2.1.3) ibus-libpinyin (1.12.91 -> 1.13.0) imlib2 (1.7.5 -> 1.9.1) installation-images-MicroOS (17.60 -> 17.63) libstorage-ng (4.5.33 -> 4.5.42) libyui (4.4.1 -> 4.4.3) libyui-ncurses (4.4.1 -> 4.4.3) libyui-ncurses-pkg (4.4.1 -> 4.4.3) libyui-qt (4.4.1 -> 4.4.3) libyui-qt-graph (4.4.1 -> 4.4.3) libyui-qt-pkg (4.4.1 -> 4.4.3) osinfo-db (20220516 -> 20220727) perl-Bootloader python-matplotlib-inline (0.1.3 -> 0.1.6) transactional-update (4.0.0 -> 4.0.1) xdm yast2-installation (4.5.4 -> 4.5.5) yast2-kdump (4.5.1 -> 4.5.3) yast2-network (4.5.4 -> 4.5.5) yast2-ruby-bindings (4.5.1 -> 4.5.2) yast2-security (4.5.0 -> 4.5.1) yast2-storage-ng (4.5.7 -> 4.5.8) yast2-users (4.5.1 -> 4.5.2) === Details === ==== Mesa ==== Version update (22.1.5 -> 22.1.7) Subpackages: Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1 - update to 22.1.7: * fixes and cleanups all over the tree * most of the fixes are for zink * nice batch of fixes for the gallium dx9 frontend * some other fixes across the board ==== Mesa-drivers ==== Version update (22.1.5 -> 22.1.7) Subpackages: Mesa-dri Mesa-gallium Mesa-libva - update to 22.1.7: * fixes and cleanups all over the tree * most of the fixes are for zink * nice batch of fixes for the gallium dx9 frontend * some other fixes across the board ==== autoyast2 ==== Version update (4.5.2 -> 4.5.3) - Revert the modification done in version 4.3.97 running the initscripts before systed-user-sessions service again once systemd fixed logind (bsc#1195059, bsc#1200780) - 4.5.3 ==== boost-base ==== Subpackages: boost-license1_80_0 libboost_date_time1_80_0 libboost_filesystem1_80_0 libboost_iostreams1_80_0 libboost_locale1_80_0 libboost_thread1_80_0 - ppc64le: added some new math libraries (bsc#1202594) ==== conmon ==== Version update (2.1.2 -> 2.1.3) - update to 2.1.3: * Port conmon to FreeBSD * Stop using g_unix_signal_add() to avoid threads * Rename CLI optionlog-size-global-max to log-global-size-max ==== ibus-libpinyin ==== Version update (1.12.91 -> 1.13.0) - Update version to 1.13.0 * Fix bugs ==== imlib2 ==== Version update (1.7.5 -> 1.9.1) Subpackages: imlib2-loaders libImlib2-1 - update to 1.9.1: * x11_color: Simplify and fix error paths * JPEG loader: Use mmap'ed file access * modules: Eliminate __imlib_TrimLoaderList() * Introduce strsplit() * modules: Cosmetics, mostly * modules: Enable setting multiple loader/filter paths * test: Add test_misc * modules: Fix signdness warning * TIFF loader: Change default save compression type * imlib2_load: Remove unused macro * imlib2_conv: Cosmetic changes * imlib2_conv: Drop obsolete .db stuff, simplify * imlib2_conv: Enable passing attached data to saver * check for some alloc failures * check for alloc failures some more * modules: check for filepath truncation * Remove some deprecation comments * Move API documentation to header file * WEBP saver: Fix return code on success * api.c: Cosmetics * Refactor some image loading functions * Refactor some image saving functions * Image load: Change error code on zero file size * Tweak __imlib_LoadImageData() * Error code rework: Use errnos/new imlib2 error codes internally * Add imlib_load/save_image_with_errno_return() and imlib_strerror() * Switch to imlib_load/save_image_with_errno_return() * Deprecate imlib_load/save_image_with_error_return() * imlib2_load: Tweak verbose output * Rename files with line etc. drawing functions * Use stdint types instead of DATA32 etc. * test_load: Check deferred loading too * imlib2_load: Show load time per load too * image.c: Correct loader probe loop * image.c: Cosmetics (move function) * GZ loader: Fix uncompressor exit code * GIF loader: Use mmap'ed file access * image.c: Loading tweaks * imlib2_view: Verbose and debug message tweaks * Loaders: Some trivial cosmetics * Loaders: Remove unnecessary calls to __imlib_FreeData() * debug: Enable using hex values in IMLIB2_DEBUG * SVG loader: Requires librsvg-2.46 * TIFF loader: Use mmap'ed file access * Add jxl loader * test: Add basic jxl test * test_save: Updates * loaders: Ensure that found loader is ok for load/save * image: Fix undesired change of format * Drop deprecation noise from using the old DATA types * Drop deprecation noise from using imlib_load/save_image_with_error_return() * API doc corrections and tweaks for doxygen * Revert a couple of unintended changes * API doc updates * doc: Drop most old doc stuff * doc: New documentation build setup (doxygen) * doc: Assorted documentation intro updates * loaders: Fix typo, fix order * SVG loader: Faster signature check * build: Tweaks * Add J2K (JPEG 2000) loader using openjpeg2 library * test: Add some of JPEG 2000 tests * Add PS/EPS loader using libspectre * debug: Export __imlib_time_us() * JXL loader: Multiframe support * SVG loader: Avoid some warnings in rsvg.h * SVG loader: Fix size when unit is percent * SVG loader: Fix size when unit is percent some more * v1.9.0 * PNM, XPM loaders: Fix trouble with non-ascii characters * XPM loader: Reduce signature window size some more * Refactor image flags stuff * Remove some unused image flags and deprecate functions referencing them * JPEG, XBM loaders: Drop pointless clearing of flag * Deal consistently with including Imlib2.h * Merge x11_draw.c/h into x11_pixmap.c/h * x11_rgba.c: Add some missing static qualifiers * x11_color.c: Make most __imlib_AllocColors*() functions static * x11_...: Introduce palette type enum * Loader includes tweaks * Move some loader related function prototypes to loaders.h * common.h: Drop round() macro * debug.c/h: Move __EXPORT__ to .c file * Remove system includes from common.h * Move x_VAL() macros to common.h * Introduce types.h * Remove some unnecessary headers * grad.c: Refactor __imlib_DrawGradient() and __imlib_DrawHsvaGradient() * Only have one CLIP macro * Mostly cosmetic tweaks around clipping checks * test: Command line options tweak * test_grab: Enable testing depths other than 24 and 32 * x11_grab.c: Correct 16 and 15 bit depth grabbing * TIFF loader: Remove obsolete comment * ID3 loader: Drop inline and likely stuff * ID3 loader: Disable tags stuff * Introduce __imlib_GetKey() * Merge __imlib_FindBestLoader...() functions ... changelog too long, skipping 95 lines ... - drop bigendian.patch (upstream) ==== installation-images-MicroOS ==== Version update (17.60 -> 17.63) - merge gh#openSUSE/installation-images#612 - shadow & /usr/lib/pam.d: fix also initrd - xdm Keyboard.map no longer exists - wireless-tools: /etc moved to /usr/lib - samba-client-libs: there is no libwinbind-client-samba4 - 17.63 - merge gh#openSUSE/installation-images#611 - require glibc-locale explicitly - 17.62 - merge gh#openSUSE/installation-images#610 - Allow shadow to put pam files to /usr/lib/pam.d - 17.61 ==== libstorage-ng ==== Version update (4.5.33 -> 4.5.42) Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1 - Translated using Weblate (Swedish) (bsc#1149754) - 4.5.42 - Translated using Weblate (Portuguese (Brazil)) (bsc#1149754) - 4.5.41 - Translated using Weblate (Catalan) (bsc#1149754) - 4.5.40 - Translated using Weblate (Dutch) (bsc#1149754) - 4.5.39 - Translated using Weblate (Slovak) (bsc#1149754) - 4.5.38 - Translated using Weblate (Catalan) (bsc#1149754) - Translated using Weblate (Japanese) (bsc#1149754) - 4.5.37 - merge gh#openSUSE/libstorage-ng#895 - updated pot and po files - 4.5.36 - merge gh#openSUSE/libstorage-ng#894 - do not allow to add already used lvm physical volume to volume group - 4.5.35 - merge gh#openSUSE/libstorage-ng#893 - support mounting by partition uuid and label - 4.5.34 ==== libyui ==== Version update (4.4.1 -> 4.4.3) - *-pkg plugins: fully qualify the _1 placeholder, libzypp will disable the global boost placeholders in the next release (bsc#1202058, gh#libyui/libyui#78) - 4.4.3 - libyui-ncurses: replace the "glibc-locale" dependency with much smaller "glibc-locale-base" (bsc#1154405) - 4.4.2 ==== libyui-ncurses ==== Version update (4.4.1 -> 4.4.3) - *-pkg plugins: fully qualify the _1 placeholder, libzypp will disable the global boost placeholders in the next release (bsc#1202058, gh#libyui/libyui#78) - 4.4.3 - libyui-ncurses: replace the "glibc-locale" dependency with much smaller "glibc-locale-base" (bsc#1154405) - 4.4.2 ==== libyui-ncurses-pkg ==== Version update (4.4.1 -> 4.4.3) - *-pkg plugins: fully qualify the _1 placeholder, libzypp will disable the global boost placeholders in the next release (bsc#1202058, gh#libyui/libyui#78) - 4.4.3 - libyui-ncurses: replace the "glibc-locale" dependency with much smaller "glibc-locale-base" (bsc#1154405) - 4.4.2 ==== libyui-qt ==== Version update (4.4.1 -> 4.4.3) - *-pkg plugins: fully qualify the _1 placeholder, libzypp will disable the global boost placeholders in the next release (bsc#1202058, gh#libyui/libyui#78) - 4.4.3 - libyui-ncurses: replace the "glibc-locale" dependency with much smaller "glibc-locale-base" (bsc#1154405) - 4.4.2 ==== libyui-qt-graph ==== Version update (4.4.1 -> 4.4.3) - *-pkg plugins: fully qualify the _1 placeholder, libzypp will disable the global boost placeholders in the next release (bsc#1202058, gh#libyui/libyui#78) - 4.4.3 - libyui-ncurses: replace the "glibc-locale" dependency with much smaller "glibc-locale-base" (bsc#1154405) - 4.4.2 ==== libyui-qt-pkg ==== Version update (4.4.1 -> 4.4.3) - *-pkg plugins: fully qualify the _1 placeholder, libzypp will disable the global boost placeholders in the next release (bsc#1202058, gh#libyui/libyui#78) - 4.4.3 - libyui-ncurses: replace the "glibc-locale" dependency with much smaller "glibc-locale-base" (bsc#1154405) - 4.4.2 ==== osinfo-db ==== Version update (20220516 -> 20220727) - update to 20220727 - drop: add-opensuse-leap-15.4-support.patch add-sle15sp4-support.patch add-slem5.1-support.patch add-slem5.2-support.patch opensuse-autoyast-desktop.patch: all upstream ==== perl-Bootloader ==== - move binaries from /sbin to /usr/sbin (boo#1191088) - remove /boot/boot.readme while at it so we stay out of there ==== python-matplotlib-inline ==== Version update (0.1.3 -> 0.1.6) - specfile: * update copyright year - update to version 0.1.6: * Return manager instead of None - changes from version 0.1.5: * replace 0.1.4 on pypi, no changes - changes from version 0.1.4: * Fix: always clear _draw_called * Move draw_if_interactive logic to new_figure_manager_given_figure. * Remove matplotlib rc overrides. * Create __version__ attribute ==== transactional-update ==== Version update (4.0.0 -> 4.0.1) Subpackages: dracut-transactional-update libtukit4 transactional-update-zypp-config tukit - Version 4.0.1 - create_dirs_from_rpmdb: Just warn if no default SELinux context found [gh#openSUSE/transactional-update#88], [bsc#1188215] - create_dirs_from_rpmdb: Don't update the rpmdb cookie on failure [gh#openSUSE/transactional-update#88] - Handle directories owned by multiple packages [gh#openSUSE/transactional-update#90], [bsc#1188215] ==== xdm ==== - add buildrequires for bsd/stdlib.h (bsc#1202222) - Use %_pam_vendordir ==== yast2-installation ==== Version update (4.5.4 -> 4.5.5) - AutoYaST SecondStage: Revert changes introduced in 4.3.46 running the initscript service before systemd-user-sessions again once systemd patched logind (bsc#1195059, bsc#1200780) - 4.5.5 ==== yast2-kdump ==== Version update (4.5.1 -> 4.5.3) - Allow using kdump auto resize (related to jsc#SLE-18441) - 4.5.3 - Removed kdump RPM dependency, the package is checked and installed at runtime. This removes the package from the YaST container (related to bsc#1199840) - For the inst-sys dependencies the respective skelcd-control-* packages have been updated. - 4.5.2 ==== yast2-network ==== Version update (4.5.4 -> 4.5.5) - Added a class to generate the configuration needed for a FCoE device being aware of it during the installation (bsc#1199554) - 4.5.5 ==== yast2-ruby-bindings ==== Version update (4.5.1 -> 4.5.2) - Add properly glibc-locale as build dependency to test locale dependent methods (related to change for bsc#1154405) - 4.5.2 ==== yast2-security ==== Version update (4.5.0 -> 4.5.1) - Do not crash when reading active LSM modules returns nil (related to jsc#SLE-22069) - 4.5.1 ==== yast2-storage-ng ==== Version update (4.5.7 -> 4.5.8) - Adapt to new types of mount by in libstorage-ng. Skipped by now as there is no request to support it. (bsc#1202225) - 4.5.8 ==== yast2-users ==== Version update (4.5.1 -> 4.5.2) - AY: Fix writing ssh keys for user without specified home (bsc#1201185) - 4.5.2