Packages changed: emacs flatpak (1.10.1 -> 1.10.2) fwupd grub2 icu kplotting (5.79.0 -> 5.80.0) ntfs-3g_ntfsprogs polkit pulseaudio python-future python-packaging (20.8 -> 20.9) python-scipy (1.6.0 -> 1.6.1) rtkit (0.11+git.20161005 -> 0.13) spacenavd (0.7.1 -> 0.8) systemd (246.10 -> 246.11) xauth === Details === ==== emacs ==== Subpackages: emacs-info emacs-nox emacs-x11 etags - Add patch emacs-27.1-Xauthority4server.patch * Allow GNU Emacs server to open X Display even if the Xauthority file is not the default expected by XCloseDisplay() * Hopefully fix boo#1174534 and boo#1179854 ==== flatpak ==== Version update (1.10.1 -> 1.10.2) Subpackages: libflatpak0 system-user-flatpak - Update to version 1.10.2: + This is a security update which fixes a potential attack where a flatpak application could use custom formated .desktop files to gain access to files on the host system. + Fix memory leaks + Some test fixes + Documentation updates + G_BEGIN/END_DECLS added to library headders for c++ use + Fix for X11 cookies on OpenSUSE + Spawn portal better handles non-utf8 filenames ==== fwupd ==== Subpackages: fwupd-lang libfwupd2 libfwupdplugin1 typelib-1_0-Fwupd-2_0 - Add fwupd-bsc1182057-fix-sbat-section-copy.patch to set the proper section flags for .sbat section so that objcopy can copy it into fwupd*.efi (bsc#1182057) ==== grub2 ==== Subpackages: grub2-i386-pc grub2-snapper-plugin grub2-systemd-sleep-plugin grub2-x86_64-efi grub2-x86_64-xen - Fix powerpc-ieee1275 lpar takes long time to boot with increasing number of nvme namespace (bsc#1177751) 0001-ieee1275-Avoiding-many-unecessary-open-close.patch ==== icu ==== Subpackages: libicu68 libicu68-ledata - Added icu-1618.patch to fix 2 tests on aarch64 [boo#1182645] ==== kplotting ==== Version update (5.79.0 -> 5.80.0) - Update to 5.80.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.80.0 - Changes since 5.79.0: * Remove cfeck as maintainer ==== ntfs-3g_ntfsprogs ==== Subpackages: libntfs-3g88 ntfs-3g ntfsprogs - prepare usrmerge (boo#1029961) - get rid of old sle11 code, including hal file ==== polkit ==== Subpackages: libpolkit0 typelib-1_0-Polkit-1_0 - Move /etc/dbus-1/system.d to /usr/share/dbus-1/system.d, the first location is only for admin changes - Move pam configuration to /usr/etc/pam.d ==== pulseaudio ==== Subpackages: libpulse-mainloop-glib0 libpulse0 pulseaudio-bash-completion pulseaudio-gdm-hooks pulseaudio-lang pulseaudio-module-bluetooth pulseaudio-module-gsettings pulseaudio-module-x11 pulseaudio-module-zeroconf pulseaudio-utils pulseaudio-zsh-completion - Fix "Failed to open audio file" for FLAC and OGG (bsc#1183546) parecord-fix-Failed-to-open-audio-file-for-FLAC-and-.patch ==== python-future ==== - Add python39-build.patch to avoid test failures (gh#PythonCharmers/python-future#578). ==== python-packaging ==== Version update (20.8 -> 20.9) - update to 20.9: * Run [isort](https://pypi.org/project/isort/) over the code base (:issue:`377`) * Add support for the ``macosx_10_*_universal2`` platform tags (:issue:`379`) * Introduce ``packaging.utils.parse_wheel_filename()`` and ``parse_sdist_filename()`` ==== python-scipy ==== Version update (1.6.0 -> 1.6.1) - update to version 1.6.1: * Issues closed + #13072: BLD: Quadpack undefined references + #13241: Not enough values to unpack when passing tuple to `blocksize`... + #13329: Large sparse matrices of big integers lose information + #13342: fftn crashes if shape arguments are supplied as ndarrays + #13356: LSQBivariateSpline segmentation fault when quitting the Python... + #13358: scipy.spatial.transform.Rotation object can not be deepcopied... + #13408: Type of `has_sorted_indices` property + #13412: Sorting spherical Voronoi vertices leads to crash in area calculation + #13421: linear_sum_assignment - support for matrices with more than 2^31... + #13428: `stats.exponnorm.cdf` returns `nan` for small values of `K`... + #13465: KDTree.count_neighbors : 0xC0000005 error for tuple of different... + #13468: directed_hausdorff issue with shuffle + #13472: Failures on FutureWarnings with numpy 1.20.0 for lfilter, sosfilt... + #13565: BUG: 32-bit wheels repo test failure in optimize * Pull requests + #13318: REL: prepare for SciPy 1.6.1 + #13344: BUG: fftpack doesn't work with ndarray shape argument + #13345: MAINT: Replace scipy.take with numpy.take in FFT function docstrings. + #13354: BUG: optimize: rename private functions to include leading underscore + #13387: BUG: Support big-endian platforms and big-endian WAVs + #13394: BUG: Fix Python crash by allocating larger array in LSQBivariateSpline + #13400: BUG: sparse: Better validation for BSR ctor + #13403: BUG: sparse: Propagate dtype through CSR/CSC constructors + #13414: BUG: maintain dtype of SphericalVoronoi regions + #13422: FIX: optimize: use npy_intp to store array dims for lsap + #13425: BUG: spatial: make Rotation picklable + #13426: BUG: `has_sorted_indices` and `has_canonical_format` should... + #13430: BUG: stats: Fix exponnorm.cdf and exponnorm.sf for small K + #13470: MAINT: silence warning generated by `spatial.directed_hausdorff` + #13473: TST: fix failures due to new FutureWarnings in NumPy 1.21.dev0 + #13479: MAINT: update directed_hausdorff Cython code + #13485: BUG: KDTree weighted count_neighbors doesn't work between two... + #13503: TST: fix `test_fortranfile_read_mixed_record` on big-endian... + #13518: DOC: document that pip >= 20.3.3 is needed for macOS 11 + #13520: BLD: update reqs based on oldest-supported-numpy in pyproject.toml + #13567: TST, BUG: adjust tol on test_equivalence ==== rtkit ==== Version update (0.11+git.20161005 -> 0.13) - update to 0.13: * Link to libsystemd instead of shipping a copy of sd-daemon * Move D-Bus policy to datadir * Install the D-Bus interface description * Other fixes accumulated over the years from various distributions * Add meson build files (autotools stays available for now) * Replace the use of as with xxd for including a file as a string, which avoids * some pitfalls (#15 and portability problems). The tarball contains the * resulting file, so xxd is not necessary when building using autotools * Move rtkit-daemon.service from graphical.target to multi-user.target (#12) * Make libsystemd an optional dependency (#13) ==== spacenavd ==== Version update (0.7.1 -> 0.8) - Update to version 0.8 * Rewrote the serial spaceball code from scratch, to support both spaceball and magellan spacemice. * Fixed non-X11 build which was broken in the previous version. * Print usage information when encountering an invalid argument, instead of just printing "invalid argument". * Minor build improvements. - Log stderr to default logger - Update list of supported devices in spec file ==== systemd ==== Version update (246.10 -> 246.11) Subpackages: libsystemd0 libsystemd0-32bit libudev-devel libudev1 libudev1-32bit systemd-32bit systemd-container systemd-doc systemd-lang systemd-logger systemd-sysvinit udev - Import commit 9753d1c17545a5d46530696cb14254f5f12024f1 (merge of v246.11) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/134cf1c8bc3e361a2641161aa11ac2b5b990480b...9753d1c17545a5d46530696cb14254f5f12024f1 - Rebase 0001-conf-parser-introduce-early-drop-ins.patch - Import commit 13bc08870147b35f87cefb074aec22e767b7ac04 846d61e0a1 boot: Move console declarations to missing_efi.h 171a37228b boot: Add startswith() and endswith() functions with no_case variants 0fad9f309a boot: Drop unnecessary braces c38bbb0874 boot: Fix void pointer arithmetic warning 438210924b boot: Replace raw efivar gets with typed variants e46cb3e4a0 boot: Add efivar_get/set_uint64_le() functions e16bee35c8 boot: Rename efivar_get/set_int() to efivar_get/set_uint_string() 2808d0e9a3 boot: Tighten scope of variables used in loops d3f3d57743 boot: Add efivar_get_boolean_u8() 0551ecce71 boot: Make all efivar util functions take the guid as an argument 8376ba3b9f boot: Turn all guid constants into C99 compound initializers 166fc2dad2 boot: Enable C99 c87d66e261 boot: Move Secure Boot logic to new file da7bba9438 udev: fix memleak e06139117c nspawn: make rootfs relative to oci bundle path (bsc#1182598) 8ba587d46c PATCH] Always free deserialized_subscribed on reload (bsc#1180020) - Make sure the udev socket units are reloaded during udev package updates - fix-machines-btrfs-subvol.sh is only shipped when machined is built ==== xauth ==== - modernize spec file (move license to licensedir)