- automatically generated by openSUSE-release-tools/pkglistgen
==== distrobox ====
Version update (1.8.0 -> 1.8.1)
Subpackages: distrobox-bash-completion
- update to 1.8.1:
* assemble: add clone in distrobox assemble by @PawsFunctions in #1618
* completions: zsh reworked. fixed not completing container names. by @fredricocalamari in #1603
* create: better check clone support
* create: properly handle platform specification for alien architectures. Fix #1644
* distrobox-enter: improve cmd composition speed by @TigerGorilla2 in #1649
* docs: Cut 80% of the source package size by optimizing/cleaning doc images by @eugenesan in #1586
* docs: Fix misspelling in Useful tips section by @brandondong in #1645
* docs: Update compatibility list
* docs: Update compatibility.md for fedora toolbox images by @ImBearChild in #1637
* docs: add deepin 23 docker image by @chenchongbiao in #1632
* docs: fix nvidia container toolkit commands. Fix #1654
* docs: update Podman inside Distrobox by @alexandrevicenzi in #1597
* enter: Replace tac with awk to be more portable by @shtayerc in #1591
* enter: Stop importing zsh FPATH into container by @jgroman in #1636
* enter: fix additional flags composition, Fix #1594
* export: potential improvement to pull-request #1102 by @AbduEhab in #1608
* fix:repeat trigger update locale when locale exists by @heysion in #1614
* init: Strip single quotes when parsing locale.conf by @catgirlconspiracy in #1605
* init: add timeout to systemd bringup wait. Fix #1641
* init: fix missing hooks in pacman, Fix #1595, Fix #1602, Fix #1610, Fix #1619
* init: fix prompt not sourcing on some distros
* init: fix runtime sync fallback by @xz-dev in #1622
* init: improve nvidia integration, skip files when directory is already a ro-mountpoint, log with warnings
* init: move pkg manager exclude lists to separate step, always run them.
* init: provide default prompt for fish shell by @Boria138 in #1588
* init: simplify nvidia 32bit dir detection
* rm: fix redundant print with quotes. Fix #1634
==== gupnp ====
Version update (1.6.7 -> 1.6.8)
- Update to version 1.6.8:
+ ServiceProxyAction: Remove some left-over debug output.
+ ServiceProxyAction: Stop leaking the HTTP response.
+ Docs: Fix various issues.
+ ServiceProxyAction: Add get_value_as().
+ Linux-CM: Silence a false-positive with scan-build.
- Switch to source service for tarball/sources.
- Add check section and meson_test macro, run test-suite during
build.
==== kernel-source ====
Version update (6.12.10 -> 6.13.0)
- PCI/DPC: Quirk PIO log size for Intel Raptor Lake-P
(bsc#1234623).
Update to upstream patch.
- commit 411f27e
- update to 6.13 final
- drop mainline patch
- patches.suse/drm-nouveau-disp-Fix-missing-backlight-control-on-Ma.patch
- refresh configs
- commit 713be8f
==== libcbor ====
- Explicitly BuildRequire sphinx_rtd_theme.
==== libexif ====
Version update (0.6.24 -> 0.6.25)
- libexif-0.6.25 (2025-01-08):
* REUSE compatibility (all files declare their license)
* Translation updates: ro, de, es, ka, pl, sr, sv, uk, vi, zh_CN,
* Disabled Apple Makernote support, as its not complete
* various bugfixes
* handle JPEG APP10
* EXIF_TAG_COMPOSITE_IMAGE, EXIF_TAG_STANDARD_OUTPUT_SENSITIVITY,
EXIF_TAG_RECOMMENDED_EXPOSURE_INDEX, EXIF_TAG_ISO_SPEED,
EXIF_TAG_ISO_SPEEDLatitudeYYY, EXIF_TAG_ISO_SPEEDLatitudeZZZ,
EXIF_TAG_SOURCE_IMAGE_NUMBER_OF_COMPOSITE_IMAGE,
EXIF_TAG_LENS_SPECIFICATION, EXIF_TAG_GAMMA, EXIF_TAG_OFFSET_TIME,
EXIF_TAG_OFFSET_TIME_ORIGINAL, EXIF_TAG_OFFSET_TIME_DIGITIZED,
EXIF_TAG_CAMERA_OWNER_NAME, EXIF_TAG_BODY_SERIAL_NUMBER,
EXIF_TAG_LENS_MAKE, EXIF_TAG_LENS_MODEL, EXIF_TAG_LENS_SERIAL_NUMBER:
better decoding
==== libostree ====
Version update (2024.10 -> 2025.1)
Subpackages: libostree-1-1
- Update to version 2025.1:
+ Add a new --kexec flag to ostree admin upgrade which will cause
the deployment to be loaded into kexec after the upgrade
completes
+ If composefs is enabled at build time, always generate a
composefs blob at deployment time
+ Configuring the prepare-root config now mostly only affects the
runtime state
- Update to version 1.56.1:
+ Avoid criticals when there are no fonts
+ fontconfig:
- Handle lack of FC_FONT_WRAPPER in font cache
- Prefer application fonts even if they are older
- Drop manually generated typelib(Gtk) Requires: this was the
minimal fix to eliminate usage of pythonj-gtk, but the python
code references more typelibs; hence add gobject-introspection
BuildRequires in order to inspect the code for typelib()
dependencies.
- Replace python3-gobject Requires for python3-gobject-Gdk: as this
is a GUI application, we do need to Gdk bridge too.
- Replace python-gtk Requires for -gui with introspection typelib for Gtk 3
==== polkit-default-privs ====
Version update (1550+20250117.6b45c52 -> 1550+20250121.7deadcd)
- Update to version 1550+20250121.7deadcd:
* profiles: add left out emulation-load action for fwupd (bsc#1235659)
==== suse-module-tools ====
Version update (16.0.56 -> 16.0.57)
Subpackages: suse-module-tools-scriptlets
* Fix "initrd: file not found" error in sd-boot setup
(gh#openSUSE/suse-module-tools#113, gh#openSUSE/sdbootutil#122)
==== vim ====
Version update (9.1.0993 -> 9.1.1043)
Subpackages: vim-data-common vim-small
- updade to 9.1.1043
* [security]: segfault in win_line()
* update helptags
* filetype: just files are not recognized
* Update base-syntax, match ternary and falsy operators
* Vim9: out-of-bound access when echoing an enum
* Vim9: imported type cannot be used as func return type
* runtime(kconfig): updated ftplugin and syntax script
* runtime(doc): rename last t_BG reference to t_RB
* Vim9: comments are outdated
* tests: test_channel.py fails with IPv6
* runtime(vim): Update base-syntax, fix is/isnot operator matching
* Vim9: confusing error when using abstract method via super
* make install fails when using shadowdir
* Vim9: memory leak with blob2str()
* runtime(tex): add texEmphStyle to texMatchGroup in syntax script
* runtime(netrw): upstream snapshot of v175
* Vim9: compiling abstract method fails without return
* runtime(c): add new constexpr keyword to syntax file (C23)
* tests: shaderslang was removed from test_filetype erroneously
* link error when FEAT_SPELL not defined
* Coverity complains about insecure data handling
* runtime(sh): update syntax script
* runtime(c): Add missing syntax test files
* filetype: setting bash filetype is backwards incompatible
* runtime(c): Update syntax and ftplugin files
* the installer can be improved
* too many strlen() calls in screen.c
* no sanitize check when running linematch
* filetype: swc configuration files are not recognized
* runtime(netrw): change netrw maintainer
* wrong return type of blob2str()
* blob2str/str2blob() do not support list of strings
* runtime(doc): fix typo in usr_02.txt
* Coverity complains about dereferencing NULL pointer
* linematch option value not completed
* string might be used without a trailing NUL
* no way to get current selected item in a async context
* filetype: fd ignore files are not recognized
* v9.1.0743 causes regression with diff mode
* runtime(doc): fix base64 encode/decode examples
* Vim9: Patch 9.1.1013 causes a few problems
* Not possible to convert string2blob and blob2string
* Coverity complains about dereferencing NULL value
* Vim9: variable not found in transitive import
* runtime(colors): Update colorschemes, include new unokai colorscheme
* Vim9: Regression caused by patch v9.1.0646
* runtime(lyrics): support milliseconds in syntax script
* runtime(vim): Split Vim legacy and Vim9 script indent tests
* Vim9: class interface inheritance not correctly working
* popupmenu internal error with some abbr in completion item
* filetype: VisualCode setting file not recognized
* diff feature can be improved
* tests: test for patch 9.1.1006 doesn't fail without the patch
* filetype: various ignore are not recognized
* tests: Load screendump files with "git vimdumps"
* PmenuMatch completion highlight can be combined
* completion text is highlighted even with no pattern found
* tests: a few termdebug tests are flaky
* [security]: heap-buffer-overflow with visual mode
* runtime(doc): add package-<name> helptags for included packages
* Vim9: unknown func error with interface declaring func var
* runtime(filetype): don't detect string interpolation as angular
* ComplMatchIns highlight hard to read on light background
* runtime(vim): Update base-syntax, highlight literal string quote escape
* runtime(editorconfig): set omnifunc to syntaxcomplete func
* tests: ruby tests fail with Ruby 3.4
* Vim9: leaking finished exception
* runtime(tiasm): use correct syntax name tiasm in syntax script
* filetype: TI assembly files are not recognized
* too many strlen() calls in drawscreen.c
* runtime(xf86conf): add section name OutputClass to syntax script
* ComplMatchIns may highlight wrong text
* runtime(vim): Update base-syntax, improve ex-bang matching
* runtime(doc): clarify buffer deletion on popup_close()
* filetype: shaderslang files are not detected
* Vim9: not able to use comment after opening curly brace
==== xdg-desktop-portal ====
Version update (1.19.1 -> 1.19.2)
- Update to version 1.19.2:
+ Bug Fixes:
- Fix permission check for host system apps in the Camera
portal.
- Do not expose the Settings portal if there are no backends
available.
- Disable sounds-related notification tests if the project is
built without wavparse.
+ Enhancements:
- Start porting the test suite to Python tests. Once finished,
this should break the cyclic dependency between
xdg-desktop-portal and libportal.
- Install Python-based tests. This is mostly useful for
distributions to run tests as part of their packaging
process.
- Drop fix-test-dependencies.patch: Fixed upstream.
==== xdg-user-dirs-gtk ====
Version update (0.11+11 -> 0.14)
- Update to version 0.14:
+ build: Respect directory options in post install script
+ desktop: Fix translatable string merging
+ meson:
- Bump minimum version to 1.0.0
- Use SPDX for license
- Rebase patch with quilt.
- Update to version 0.13:
+ meson:
- Do not fail if destdir isn't set
- Install user-dirs-update-gtk.desktop in the correct datadir
- Drop fix-desktop-file-install-dir.patch: Fixed upstream.
- Add desktop-file-utils and check section: Validate desktop files
during build.
- Mark autostart desktop file as config.
- Update to version 0.12:
+ Replace autotools with meson
+ update: Set wm_class to match .desktop file name
+ data: Also install desktop file into datadir
+ Updated translations.
- Add meson BuildRequires and macros, clean up old macros and
exports.
- Drop gnome-common and intltool BuildRequires: No longer needed
nor used.
- Add fix-desktop-file-install-dir.patch: Install desktop file in
correct dir.
==== xen ====
Version update (4.20.0_04 -> 4.20.0_06)
- Update to Xen 4.20.0 RC2 release
* xen/arm: Fully initialise struct membanks_hdr fields
* build: Set DATE to SOURCE_DATE_EPOCH if available (for
reproducible builds)
* x86: Add Support for Paging-Write Feature
* x86/time: introduce command line option to select wallclock
* x86/time: prefer CMOS over EFI_GET_TIME
* xentrace: free CPU mask string before overwriting pointer
* xl: properly dispose of vTPM struct instance
* xl: properly dispose of libxl_dominfo struct instances
* Various documentation fixes and updates (including ppc and
riscv additions)
* Various MISRA compliance improvements.