Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cosmic-comp for openSUSE:Factory checked in at 2026-03-10 17:49:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cosmic-comp (Old) and /work/SRC/openSUSE:Factory/.cosmic-comp.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cosmic-comp" Tue Mar 10 17:49:49 2026 rev:12 rq:1337772 version:1.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/cosmic-comp/cosmic-comp.changes 2025-12-22 22:54:56.455123487 +0100 +++ /work/SRC/openSUSE:Factory/.cosmic-comp.new.8177/cosmic-comp.changes 2026-03-10 17:49:56.787208984 +0100 @@ -1,0 +2,80 @@ +Tue Feb 24 20:13:17 UTC 2026 - Richard Rahl <[email protected]> + +- Update to version 1.0.8: + * shell: Extract FloatingLayout::snap_to_corner to deduplicate snap restore logic + * shell: Add comments explaining pre-set fullscreen before unmap + * format: Fixed PR formatting + * shell: Preserve maximized/snapped state on move between workspaces + * shell: Preserve snapped state through fullscreen/minimize round-trips + * shell: Pre-set fullscreen state before unmapping maximized/snapped windows + * chore: update dependencies + * chore: Update smithay + * i18n: translation updates from weblate + +------------------------------------------------------------------- +Mon Feb 23 16:15:05 UTC 2026 - Richard Rahl <[email protected]> + +- Update to version 1.0.7: + * i18n: translation updates from weblate + * fix(keyboard): Fix keyboard shortcuts for non-Latin layouts + * i18n: translation updates from weblate + * Add pull request template + * i18n: translation updates from weblate + * Moved default of WorkspaceMode from default implementation of + * WorkspacesConfig into WorkspaceMode declaration. WorkspaceConfig's default + can then be derived + * Added "action on typing" to workspaces configuration. + * Formatting + * Made it so changing focus to different monitor takes cursor_follows_focus + into consideration + * i18n: translation updates from weblate + * Update `smithay` with fix for image-copy leak + * grabs/moving: Call `cleanup_drag()` unconditionally + * layout/tiling: Make `cleanup_drag` push tree only if something changes + * fix: Remove redundant configure in popup reposition_request + * fix: Fullscreen request unreachable code crash caused by a duplication in + pending_windows + +------------------------------------------------------------------- +Thu Feb 12 09:29:32 UTC 2026 - [email protected] + +- Update to version 1.0.6: + * kms: Import on device supporting format, if not advertised device + * i18n: translation updates from weblate + * wayland: Support `wl_fixes` protocol using new `smithay` support + * Add a `profile-with-tracy-gpu` feature + * image-copy: Use "buffer age" of 1 for capture + * image-copy: Use `damage_output()` for additional damage + * image-copy: Use abstraction that's now provided by Smithay + * Update `smithay` to latest commit + +------------------------------------------------------------------- +Thu Feb 05 01:39:35 UTC 2026 - [email protected] + +- Update to version 1.0.5: + * fix: only move the grabbed window if a new zone is chosen + * i18n: translation updates from weblate + * i18n: translation updates from weblate + * fix: windows are clipped in overview mode causing visual artifact + +------------------------------------------------------------------- +Sun Jan 25 17:57:20 UTC 2026 - Eyad Issa <[email protected]> + +- Update to version 1.0.3: + * Update translations + * Various fixes to tiling, shadow rendering and rendering + * Added animations for shadows position + * focus: Restore focus to swap group + * wayland/dmabuf: Send initial surface feedback + * Add screen reader toggle shortcut + +------------------------------------------------------------------- +Wed Dec 31 00:44:07 UTC 2025 - Richard Rahl <[email protected]> + +- Update to version 1.0.1: + * fix(zoom-ui): Persist accessibility_zoom increment config value. + * fix(input): pointer clamping + * chore(deps): Update cosmic-settings-daemon + * Update translations + +------------------------------------------------------------------- Old: ---- cosmic-comp-1.0.0+1.obscpio New: ---- cosmic-comp-1.0.8.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cosmic-comp.spec ++++++ --- /var/tmp/diff_new_pack.MC1f9K/_old 2026-03-10 17:50:09.099717239 +0100 +++ /var/tmp/diff_new_pack.MC1f9K/_new 2026-03-10 17:50:09.099717239 +0100 @@ -1,7 +1,7 @@ # # spec file for package cosmic-comp # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: cosmic-comp -Version: 1.0.0+1 +Version: 1.0.8 Release: 0 Summary: Compositor for the COSMIC DE License: GPL-3.0-only @@ -27,7 +27,7 @@ BuildRequires: cargo-packaging BuildRequires: make BuildRequires: pkgconfig -BuildRequires: rust >= 1.80 +BuildRequires: rust >= 1.90 BuildRequires: pkgconfig(egl) BuildRequires: pkgconfig(fontconfig) BuildRequires: pkgconfig(gbm) ++++++ _service ++++++ --- /var/tmp/diff_new_pack.MC1f9K/_old 2026-03-10 17:50:09.151719385 +0100 +++ /var/tmp/diff_new_pack.MC1f9K/_new 2026-03-10 17:50:09.159719716 +0100 @@ -3,9 +3,9 @@ <service name="obs_scm" mode="manual"> <param name="url">https://github.com/pop-os/cosmic-comp.git</param> <param name="scm">git</param> - <param name="revision">master</param> - <param name="versionrewrite-pattern">epoch-(.*)\+0</param> - <param name="versionformat">1.0.0+@TAG_OFFSET@</param> + <param name="revision">refs/tags/epoch-1.0.8</param> + <param name="versionrewrite-pattern">epoch-(.*)</param> + <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-replacement">\1</param> <param name="package-meta">yes</param> <param name="filename">cosmic-comp</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.MC1f9K/_old 2026-03-10 17:50:09.251723513 +0100 +++ /var/tmp/diff_new_pack.MC1f9K/_new 2026-03-10 17:50:09.259723844 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/pop-os/cosmic-comp.git</param> - <param name="changesrevision">5ae0ccfc2edc9a58acc05ea17cd935f76c3209d9</param></service></servicedata> + <param name="changesrevision">3f68eee8465be0e4e16422ff7335b5463d9aad6b</param></service></servicedata> (No newline at EOF) ++++++ cosmic-comp-1.0.0+1.obscpio -> cosmic-comp-1.0.8.obscpio ++++++ ++++ 15999 lines of diff (skipped) ++++++ cosmic-comp.obsinfo ++++++ --- /var/tmp/diff_new_pack.MC1f9K/_old 2026-03-10 17:50:10.279765950 +0100 +++ /var/tmp/diff_new_pack.MC1f9K/_new 2026-03-10 17:50:10.287766281 +0100 @@ -1,5 +1,5 @@ name: cosmic-comp -version: 1.0.0+1 -mtime: 1765461512 -commit: 5ae0ccfc2edc9a58acc05ea17cd935f76c3209d9 +version: 1.0.8 +mtime: 1771890949 +commit: 3f68eee8465be0e4e16422ff7335b5463d9aad6b ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/cosmic-comp/vendor.tar.zst /work/SRC/openSUSE:Factory/.cosmic-comp.new.8177/vendor.tar.zst differ: char 7, line 1
