Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cosmic-panel for openSUSE:Factory checked in at 2025-12-22 22:51:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cosmic-panel (Old) and /work/SRC/openSUSE:Factory/.cosmic-panel.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cosmic-panel" Mon Dec 22 22:51:00 2025 rev:9 rq:1324086 version:1.0.0+0 Changes: -------- --- /work/SRC/openSUSE:Factory/cosmic-panel/cosmic-panel.changes 2025-05-08 18:26:34.332463432 +0200 +++ /work/SRC/openSUSE:Factory/.cosmic-panel.new.1928/cosmic-panel.changes 2025-12-22 22:54:27.477928437 +0100 @@ -1,0 +2,113 @@ +Thu Dec 11 17:53:06 UTC 2025 - Richard Rahl <[email protected]> + +- Update to version 1.0.0+0: + * no changes since last release + +------------------------------------------------------------------- +Sat Dec 06 23:03:42 UTC 2025 - Richard Rahl <[email protected]> + +- Update to version 1.0.0~beta9+0: + * fix: check overflow popup for focus tracking + * chore(config): activate gap by default + * fix: shrinkable padding for applets made applets no longer square shaped + * chore: improved overflow stability + * fix: add overflow unless already exists with matching id + * fix: offset of animation for autohide + * fix(named output): apply setup after initial creation + +------------------------------------------------------------------- +Sat Nov 15 20:10:24 UTC 2025 - Richard Rahl <[email protected]> + +- Update to version 1.0.0~beta6+4: + * Move panels to overlay layer when workspaces is shown + * Show auto-hide panels in workspaces overlay + * config: Add a `CosmicPanelContainerConfigEntry` struct + * workspaces_dbus: Also detect if `cosmic-workspaces` disappears from bus + * chore: update defaults + * chore: install 0 spacing default + * fix: allow hiding and showing empty windows + * fix: restart panel on spacing change + * feat: applets shrinkable by padding and configurable + * force size to be non-negative + * chore: add dock padding + * fix: background overlap after spacer updates + +------------------------------------------------------------------- +Mon Nov 10 15:54:20 UTC 2025 - Richard Rahl <[email protected]> + +- Update to version 1.0.0~beta5+0: + * Add files to default schema for settings keys that aren't there + * cleanup: remove RUST_BACKTRACE from env + +------------------------------------------------------------------- +Thu Oct 23 17:19:58 UTC 2025 - Richard Rahl <[email protected]> + +- Update to version 1.0.0~beta3+0: + * no changes since last release + +------------------------------------------------------------------- +Sun Oct 19 14:48:53 UTC 2025 - Richard Rahl <[email protected]> + +- Update to version 1.0.0~beta2+0: + * Fix handling of scroll events + * Fix auto-hide when intellihide is not supported + * Remove `if` block that appears to be dead code + * Move things shared between `PanelSpace`s to a `PanelSharedSpace` + * fix: issue with background rendering by changing scale + * fix: briefly apply +-1 pixel when autohide changed + * fix: Close workspaces for popups that take grabs; not tooltips + * fix: handle press in space if hovered + +------------------------------------------------------------------- +Mon Sep 29 20:25:32 UTC 2025 - mkd <[email protected]> + +- Update to version 1.0.0~beta1.1+1: + * feat: configurable delay before unhiding panels + * Use `cosmic-workspaces` DBus to hide workspace when popup is shown + * Define `visiblity` in `PanelSpace::new()` instead of accepting as arg + * Run `cargo fmt` (on nightly) + * fix: add --die-with-parent + * fix: improve cleanup of fds + * fix: overlap handling + * fix: avoid input region rectangle accumulation + * fix: input region position on right edge + * update smithay, remove unnecessary surface attributes + * update `sctk` + * chore: update dependencies + * chore: migrate to Rust 2024 edition + * fix: cursor + * chore: use crates-io + * Add `TouchTarget` support for `IcedElement` + * Add support for overflow popup applets to `touch_under()` + * Use `space_focus()` for overflow popups as well + * Split off some shared pointer/touch code in a `space_focus()` function + * Use `dyn` to simplify `KeyboardTarget`/`PointerTarget` slightly + * Update `smithay` to latest commit + * fix: check hovered and focused surface for popup creation + * fix: improve overflow popup handling + * avoid closing popups before autohover events are generated + * refactor: take a grab for popups that want input + * Initial support for passing touch input to clients + * fix(cursor): multipool + * fix(maximized): track sticky windows for each output + * refactor: update default config + * fix(nix): Reworked flake to work with current setup + * chore: update deps + * fix: damage tracking is not working with the correct offset for gaps + * Update `cctk` + * chore: pass spacing to applets + * fix: exit early if the hovered applet has a popup + * feat: support flatpak applets + * fix: increase timeout for notifications proxy + * fix: handle minimized toplevels in intellihide + * Limit custom panel size to greater than 16 and intervals of 4 + * Add "Custom" panel size, with an arbitrary value for the size + * fix: hover tracking + * fix: popup offset for parent popup should be zero + * fix: check toplevel overlaps to determine if it should hide, instead of output toplevels + * fix: account for potentially overlapping dock and panel + * fix: set overlap notify state after config is changed + * fix: apply new location after focus transition has ended + * fix: overflow button scaling for size calculation + +------------------------------------------------------------------- Old: ---- cosmic-panel-1.0.0~alpha7+0.obscpio New: ---- cosmic-panel-1.0.0+0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cosmic-panel.spec ++++++ --- /var/tmp/diff_new_pack.zGSilA/_old 2025-12-22 22:54:30.158038968 +0100 +++ /var/tmp/diff_new_pack.zGSilA/_new 2025-12-22 22:54:30.162039133 +0100 @@ -1,7 +1,7 @@ # # spec file for package cosmic-panel # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 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-panel -Version: 1.0.0~alpha7+0 +Version: 1.0.0+0 Release: 0 Summary: A panel for COSMIC DE License: GPL-3.0-only @@ -31,6 +31,7 @@ BuildRequires: pkgconfig BuildRequires: rust >= 1.80 BuildRequires: pkgconfig(wayland-client) +BuildRequires: pkgconfig(wayland-server) BuildRequires: pkgconfig(xkbcommon) %description ++++++ _service ++++++ --- /var/tmp/diff_new_pack.zGSilA/_old 2025-12-22 22:54:30.206040947 +0100 +++ /var/tmp/diff_new_pack.zGSilA/_new 2025-12-22 22:54:30.210041112 +0100 @@ -5,7 +5,7 @@ <param name="scm">git</param> <param name="revision">master</param> <param name="versionrewrite-pattern">epoch-(.*)\+0</param> - <param name="versionformat">1.0.0~alpha7+@TAG_OFFSET@</param> + <param name="versionformat">1.0.0+@TAG_OFFSET@</param> <param name="versionrewrite-replacement">\1</param> <param name="package-meta">yes</param> <param name="filename">cosmic-panel</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.zGSilA/_old 2025-12-22 22:54:30.238042267 +0100 +++ /var/tmp/diff_new_pack.zGSilA/_new 2025-12-22 22:54:30.242042432 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/pop-os/cosmic-panel.git</param> - <param name="changesrevision">af73ac840b72cfe760c4b6e3747fc19d611367e1</param></service></servicedata> + <param name="changesrevision">8eb8a1b6305213ec7402cb2ec24bef6b501b978a</param></service></servicedata> (No newline at EOF) ++++++ cosmic-panel-1.0.0~alpha7+0.obscpio -> cosmic-panel-1.0.0+0.obscpio ++++++ ++++ 13725 lines of diff (skipped) ++++++ cosmic-panel.obsinfo ++++++ --- /var/tmp/diff_new_pack.zGSilA/_old 2025-12-22 22:54:30.730062558 +0100 +++ /var/tmp/diff_new_pack.zGSilA/_new 2025-12-22 22:54:30.734062723 +0100 @@ -1,5 +1,5 @@ name: cosmic-panel -version: 1.0.0~alpha7+0 -mtime: 1745462805 -commit: af73ac840b72cfe760c4b6e3747fc19d611367e1 +version: 1.0.0+0 +mtime: 1764714592 +commit: 8eb8a1b6305213ec7402cb2ec24bef6b501b978a ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/cosmic-panel/vendor.tar.zst /work/SRC/openSUSE:Factory/.cosmic-panel.new.1928/vendor.tar.zst differ: char 7, line 1
