Packages changed: PackageKit-Qt QGnomePlatform dpdk gnome-weather kernel-firmware (20210716 -> 20210719) libidn (1.37 -> 1.38) libreoffice (7.1.4.2 -> 7.1.5.2) nvme-cli perl-Bootloader (0.934 -> 0.935) poppler (21.06.1 -> 21.07.0) poppler-qt5 (21.06.1 -> 21.07.0) python-dbus-python (1.2.16 -> 1.2.18) python-matplotlib python-python-dateutil (2.8.1 -> 2.8.2) python-scipy webkit2gtk3 (2.32.2 -> 2.32.3) yast2-drbd (4.4.1 -> 4.4.2) === Details === ==== PackageKit-Qt ==== - Fix package URL - Package README.md - Rename devel to %{pkqt}-devel ==== QGnomePlatform ==== - Add the missing gsettings-desktop-schemas build requirement. ==== dpdk ==== - Normalize all Python script shebangs to use Python 3. ==== gnome-weather ==== Subpackages: gnome-shell-search-provider-gnome-weather gnome-weather-lang - Add patches to fix multiple issues: + gnome-weather-wrong-min-temperature.patch: Fix daily forecast showing incorrect daily low temperature (glgo#GNOME/gnome-weather#190). + gnome-weather-welcome-screen-when-saved-locations.patch: Do not show the initial welcome/search screen when loading the previously saved locations (glgo#GNOME/gnome-weather#169). + gnome-weather-fix-forever-loading.patch Fix loading forever with error message "TypeError: location.get_timezone(...) is null" when automatic location is turned off (glgo#GNOME/gnome-weather#127). ==== kernel-firmware ==== Version update (20210716 -> 20210719) Subpackages: kernel-firmware-all kernel-firmware-amdgpu kernel-firmware-ath10k kernel-firmware-ath11k kernel-firmware-atheros kernel-firmware-bluetooth kernel-firmware-bnx2 kernel-firmware-brcm kernel-firmware-chelsio kernel-firmware-dpaa2 kernel-firmware-i915 kernel-firmware-intel kernel-firmware-iwlwifi kernel-firmware-liquidio kernel-firmware-marvell kernel-firmware-media kernel-firmware-mediatek kernel-firmware-mellanox kernel-firmware-mwifiex kernel-firmware-network kernel-firmware-nfp kernel-firmware-nvidia kernel-firmware-platform kernel-firmware-prestera kernel-firmware-qcom kernel-firmware-qlogic kernel-firmware-radeon kernel-firmware-realtek kernel-firmware-serial kernel-firmware-sound kernel-firmware-ti kernel-firmware-ueagle kernel-firmware-usb-network ucode-amd - Update to version 20210719 (git commit 5de082d4d0f2): * iwlwifi: add ty firmware from Core63-43 - Reduce the LZMA2 dictionary size (bsc#1188662) ==== libidn ==== Version update (1.37 -> 1.38) - update to 1.38: * Noteworthy changes in release 1.38 (2021-07-22) [stable] * * doc: Simplify building of gdoc-generated man/texi outputs. Now the targets are rebuilt on version number changes properly. * * doc: Improve GTK-DOC manual. * * build: Fix build errors related to doc/idn--help.texi. * * build: Fix --disable-tld builds. Now tld_strerror() is removed when --disable-tld is used. ==== libreoffice ==== Version update (7.1.4.2 -> 7.1.5.2) Subpackages: libreoffice-base libreoffice-calc libreoffice-draw libreoffice-filters-optional libreoffice-gnome libreoffice-gtk3 libreoffice-icon-themes libreoffice-impress libreoffice-l10n-cs libreoffice-l10n-da libreoffice-l10n-de libreoffice-l10n-el libreoffice-l10n-en libreoffice-l10n-en_GB libreoffice-l10n-es libreoffice-l10n-fr libreoffice-l10n-hu libreoffice-l10n-it libreoffice-l10n-ja libreoffice-l10n-pl libreoffice-l10n-pt_BR libreoffice-l10n-ru libreoffice-l10n-zh_CN libreoffice-l10n-zh_TW libreoffice-mailmerge libreoffice-math libreoffice-pyuno libreoffice-qt5 libreoffice-writer libreofficekit - Update to 7.1.5.2 * 7.1.5 final release - Dropped patches: * bsc1185505.patch * bsc1185797.patch ==== nvme-cli ==== - Update copyright date - Move bash-completion into subpackage to avoid zypper recommanding bash-completion everytime. ==== perl-Bootloader ==== Version update (0.934 -> 0.935) - merge gh#openSUSE/perl-bootloader#135 - fix typo in update-bootloader - 0.935 ==== poppler ==== Version update (21.06.1 -> 21.07.0) Subpackages: libpoppler-cpp0 libpoppler-glib8 libpoppler111 poppler-tools - update to 21.07.0: core: * JBIG2Stream: Do not consider a size-0 to be an error. Issue #535 * PSOutputDev: fix off-by-one error for image masking in L1/L2 output. Issue #1088 * CairoOutputDev: Fix memory leak on broken files * Minor code improvements build system: * set C standard to 11 without extensions ==== poppler-qt5 ==== Version update (21.06.1 -> 21.07.0) - update to 21.07.0: core: * JBIG2Stream: Do not consider a size-0 to be an error. Issue #535 * PSOutputDev: fix off-by-one error for image masking in L1/L2 output. Issue #1088 * CairoOutputDev: Fix memory leak on broken files * Minor code improvements build system: * set C standard to 11 without extensions ==== python-dbus-python ==== Version update (1.2.16 -> 1.2.18) - update to 1.2.18: * dbus-python will be built for python3 * Python 2 reached end-of-life on 2020-01-01. A future version of dbus-python is likely to remove Python 2 support. * Move from collections.Sequence to collections.abc.Sequence on Python ? 3.3, for Python 3.10 compatibility * Avoid another deprecation warning for inspect.getargspec(). This is similar to the one fixed in 1.2.4, but for dbus.decorators.signal rather than dbus.decorators.method. (dbus-python!8; Martin Stumpf) * Fix an unlikely fd leak if memory allocation fails for UnixFd * Fix memory and fd leak if UnixFd is given an invalid negative variant_level * Avoid more deprecation warnings * Disable -Wdeclaration-after-statement. Python 3.9 relies on intermixed declarations and statements in its headers, so we can no longer enforce this. (Simon McVittie) * Convert examples to Python 3 (Simon McVittie) * Use the same Python executable for build and dist/distcheck by default * CI fixes ==== python-matplotlib ==== Subpackages: python38-matplotlib python38-matplotlib-cairo python38-matplotlib-gtk3 python38-matplotlib-tk - Fix tests with inkscape11.patch ==== python-python-dateutil ==== Version update (2.8.1 -> 2.8.2) - update to 2.8.2: - Updated tzdata version to 2021a. (gh pr #1128) - Fixed a bug in the parser where non-``ValueError`` exceptions would be raised during exception handling; this would happen, for example, if an ``IllegalMonthError`` was raised in ``dateutil`` code. Fixed by Mark Bailey. (gh issue #981, pr #987). - Fixed the custom ``repr`` for ``dateutil.parser.ParserError``, which was not defined due to an indentation error. (gh issue #991, gh pr #993) - Fixed a bug that caused ``b'`` prefixes to appear in parse_isodate exception messages. Reported and fixed by Paul Brown (@pawl) (gh pr #1122) - Make ``isoparse`` raise when trying to parse times with inconsistent use of `:` separator. Reported and fixed by @mariocj89 (gh pr #1125). - Fixed ``tz.gettz()`` not returning local time when passed an empty string. Reported by @labrys (gh issues #925, #926). Fixed by @ffe4 (gh pr #1024) * Documentation changes * Simplified handling of bytes and bytearray in ``_parser._timelex``. ==== python-scipy ==== - Enable openblas on riscv64 ==== webkit2gtk3 ==== Version update (2.32.2 -> 2.32.3) Subpackages: libjavascriptcoregtk-4_0-18 libwebkit2gtk-4_0-37 libwebkit2gtk3-lang typelib-1_0-JavaScriptCore-4_0 typelib-1_0-WebKit2-4_0 webkit2gtk-4_0-injected-bundles - Update to version 2.32.3 (boo#1188697): + Properly set the cookies settings after a network process crash. + Fix accessibility tree after a cross site navigation with PSON enabled. + Ensure WebKitScriptWorld::window-object-cleared signal is always emitted. + Fix several crashes and rendering issues. + Security fixes: CVE-2021-21775, CVE-2021-21779, CVE-2021-30663, CVE-2021-30665, CVE-2021-30689, CVE-2021-30720, CVE-2021-30734, CVE-2021-30744, CVE-2021-30749, CVE-2021-30795, CVE-2021-30797, CVE-2021-30799. ==== yast2-drbd ==== Version update (4.4.1 -> 4.4.2) - Do not make package noarch: we require a dependency (drbd) that is not available on all architectures (boo#1188857). - Sync the ExcludeArch statement from drbd (ExcludeArch: i586 s390) - 4.4.2