Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cosmic-term for openSUSE:Factory checked in at 2026-03-10 17:51:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cosmic-term (Old) and /work/SRC/openSUSE:Factory/.cosmic-term.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cosmic-term" Tue Mar 10 17:51:12 2026 rev:10 rq:1337783 version:1.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/cosmic-term/cosmic-term.changes 2025-12-22 22:53:44.228144770 +0100 +++ /work/SRC/openSUSE:Factory/.cosmic-term.new.8177/cosmic-term.changes 2026-03-10 17:51:13.778387380 +0100 @@ -1,0 +2,80 @@ +Tue Feb 24 20:59:43 UTC 2026 - Richard Rahl <[email protected]> + +- Update to version 1.0.8: + * Epoch 1.0.8 version update + * fix: increase menu width to prevent cutting off toggle maximized + * Activate nearest tab only if closing focused tab + * Update cosmic-text and remove palette dependency + * Update light theme normal white color + * COSMIC Light theme update and built-in theme cleanup + * tweak: make options and tab_title_override not mut + * fix: merge profile and startup options + * Add "Copy link" to context menu + * tweak: match format of gnome-terminal and konsole's help message + * ref: avoid unwrap by using an intermediate variable + * feat: add `--working-directory` arg + +------------------------------------------------------------------- +Mon Feb 23 19:23:05 UTC 2026 - Richard Rahl <[email protected]> + +- Update to version 1.0.7: + * Epoch 1.0.7 version update + * i18n: translation updates from weblate + * Add pull request template + * Generate translated desktop and metainfo files with xdgen + * feat: tab dnd + +------------------------------------------------------------------- +Thu Feb 12 10:33:59 UTC 2026 - [email protected] + +- Update to version 1.0.6: + * Epoch 1.0.6 version update + * i18n: translation updates from weblate + * No longer WIP + * Change Unbind action to Disable to match cosmic-settings + * Fix improper handling of escape + * More design adjustments + * Adjust to design and hard-code Copy and Paste special keys + * Implement key bind reset + * Do not automatically show keyboard shortcuts + * Move keyboard shortcuts to menu item + * Implement shortcut search + * Shortcut design updates and fix escape behavior + * add dialog box when replacing existing keybind + * fix localization + * place shortcuts in existing config + * fix: hide cursor when scrolled in unfocused terminal + * use code fallbacks (now in shortcuts.rs), not `default` config file + * make hotkeys configurable + +------------------------------------------------------------------- +Thu Feb 05 02:44:59 UTC 2026 - [email protected] + +- Update to version 1.0.5: + * Epoch 1.0.5 version update + * i18n: translation updates from weblate + * Fix ligatures with cosmic-text update + * i18n: translation updates from weblate + * Update dependencies + * i18n: translation updates from weblate + * Epoch 1.0.4 version update + * i18n: translation updates from weblate + * Bump flake + * Fix nixpkgs duplication + * Fix running nix formatter + * Properly load/clear passwords on toggle + * Fix ctrl hyperlink highlighting when using splits, fixes #688 + * Increase width of menu to match cosmic-edit + * handle osc 8 links + * hold shift and click to add to selection + +------------------------------------------------------------------- +Wed Dec 31 01:35:21 UTC 2025 - Richard Rahl <[email protected]> + +- Update to version 1.0.1: + * i18n: removing translation for Frankish + * i18n: translation updates from weblate + * Add seal brown and amber terminal color scheme + * i18n: translation updates from weblate + +------------------------------------------------------------------- Old: ---- cosmic-term-1.0.0+0.obscpio New: ---- cosmic-term-1.0.8.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cosmic-term.spec ++++++ --- /var/tmp/diff_new_pack.MuXhhP/_old 2026-03-10 17:51:24.434827354 +0100 +++ /var/tmp/diff_new_pack.MuXhhP/_new 2026-03-10 17:51:24.438827520 +0100 @@ -1,7 +1,7 @@ # # spec file for package cosmic-term # -# 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 @@ -16,9 +16,9 @@ # -%define appname com.system76.CosmicTerm +%define appid com.system76.CosmicTerm Name: cosmic-term -Version: 1.0.0+0 +Version: 1.0.8 Release: 0 Summary: COSMIC terminal emulator License: GPL-3.0-only @@ -30,7 +30,7 @@ BuildRequires: hicolor-icon-theme BuildRequires: just BuildRequires: pkgconfig -BuildRequires: rust >= 1.80 +BuildRequires: rust >= 1.90 BuildRequires: pkgconfig(xkbcommon) Requires: mozilla-fira-fonts Recommends: google-noto-coloremoji-fonts @@ -56,7 +56,7 @@ %license LICENSE %doc README.md %{_bindir}/%{name} -%{_datadir}/applications/%{appname}.desktop -%{_datadir}/icons/hicolor/*/apps/%{appname}.svg -%{_datadir}/metainfo/%{appname}.metainfo.xml +%{_datadir}/applications/%{appid}.desktop +%{_datadir}/icons/hicolor/*/apps/%{appid}.svg +%{_datadir}/metainfo/%{appid}.metainfo.xml ++++++ _service ++++++ --- /var/tmp/diff_new_pack.MuXhhP/_old 2026-03-10 17:51:24.470828840 +0100 +++ /var/tmp/diff_new_pack.MuXhhP/_new 2026-03-10 17:51:24.478829171 +0100 @@ -3,9 +3,9 @@ <service name="obs_scm" mode="manual"> <param name="url">https://github.com/pop-os/cosmic-term.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-term</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.MuXhhP/_old 2026-03-10 17:51:24.502830162 +0100 +++ /var/tmp/diff_new_pack.MuXhhP/_new 2026-03-10 17:51:24.502830162 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/pop-os/cosmic-term.git</param> - <param name="changesrevision">26b1f513621f9fa05c59e3283f7f91c8c94cc2a0</param></service></servicedata> + <param name="changesrevision">183acce0576f6957c391a58f0e9304f923d6eb7c</param></service></servicedata> (No newline at EOF) ++++++ cosmic-term-1.0.0+0.obscpio -> cosmic-term-1.0.8.obscpio ++++++ ++++ 9298 lines of diff (skipped) ++++++ cosmic-term.obsinfo ++++++ --- /var/tmp/diff_new_pack.MuXhhP/_old 2026-03-10 17:51:25.002850806 +0100 +++ /var/tmp/diff_new_pack.MuXhhP/_new 2026-03-10 17:51:25.014851302 +0100 @@ -1,5 +1,5 @@ name: cosmic-term -version: 1.0.0+0 -mtime: 1765325116 -commit: 26b1f513621f9fa05c59e3283f7f91c8c94cc2a0 +version: 1.0.8 +mtime: 1771953749 +commit: 183acce0576f6957c391a58f0e9304f923d6eb7c ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/cosmic-term/vendor.tar.zst /work/SRC/openSUSE:Factory/.cosmic-term.new.8177/vendor.tar.zst differ: char 7, line 1
