Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package espanso for openSUSE:Factory checked in at 2025-09-19 16:11:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/espanso (Old) and /work/SRC/openSUSE:Factory/.espanso.new.27445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "espanso" Fri Sep 19 16:11:08 2025 rev:3 rq:1305992 version:2.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/espanso/espanso.changes 2025-04-20 19:51:40.272131394 +0200 +++ /work/SRC/openSUSE:Factory/.espanso.new.27445/espanso.changes 2025-09-19 16:11:12.322811664 +0200 @@ -1,0 +2,84 @@ +Fri Sep 19 11:25:01 UTC 2025 - Johannes Kastl <[email protected]> + +- Update to version 2.2.5 (2.2.4 was not released): + Hey everyone! Here is a fresh new release of espanso. It took us + a long time to figure out the correct release pipeline, but I + hope from now we will be able to do more timely releases, as the + CI works fine 😄 . + One note though, I had to change the CI, so now it looks like + this: + + espanso 2.2.5 + Federico Terzi and the espanso contributors + A Privacy-first, Cross-platform Text Expander + + USAGE: + espanso [OPTIONS] [SUBCOMMAND] + + OPTIONS: + -h, --help Print help information + -v Sets the level of verbosity + -V, --version Print version information + + SUBCOMMANDS: + cmd Send a command to the espanso daemon. + edit Shortcut to open the default text editor to edit config files + env-path Add or remove the 'espanso' command from the PATH + help Print this message or the help of the given subcommand(s) + log Print the daemon logs. + match List and execute matches from the CLI + package package-management commands + path Prints all the espanso directory paths to easily locate configuration and + matches. + service A collection of commands to manage the Espanso service (for example, enabling + auto-start on system boot). + workaround A collection of workarounds to solve some common problems. + + Note that status, start, restart, stop and the others are + missing, but they work as internal aliases. Everything that + worked before, should work correctly in this release. + In a future release I'm going to restore the original commands, + (status, restart, etc), but for internal changes they had to be + removed for this release. + +Have fun expanding! + * Here is what's Changed + - remove the symlink before creating a new one by @AucaCoyan in + #2389 + - Update flake by @github-actions[bot] in #2391 + - ignore some binaries and edit ci workflow by @AucaCoyan in + #2390 + - update the names of the artifacts by @AucaCoyan in #2396 + - Fix windows installer location zip by @AucaCoyan in #2397 + - add ci for arm linux and arm windows 11 by @AucaCoyan in + #2398 + - fix missing rust in windows arm runner by @AucaCoyan in #2399 + - Update flake by @github-actions[bot] in #2404 + - Post installation script for setting capabilities by + @AucaCoyan in #2405 + - Upgrade chrono by @AucaCoyan in #2407 + - upgrade cc to 1.2.30 by @AucaCoyan in #2408 + - move nix build to a different workflow by @AucaCoyan in #2411 + - Clippy lints by @AucaCoyan in #2410 + - upgrade winrt and notify-rs by @AucaCoyan in #2412 + - tiny fix in the gitmoji by @AucaCoyan in #2418 + - Update flake by @github-actions[bot] in #2419 + - add badge of DeepWiki by @AucaCoyan in #2416 + - Json schemas by @AucaCoyan in #2415 + - Fix compilation on debug mode by @AucaCoyan in #2420 + - remove the dummy extension by @AucaCoyan in #2424 + - fix throwing an error when --version or --help is passed by + @AucaCoyan in #2426 + - setup lint to prevent TODOs in code by @AucaCoyan in #2427 + - clippy changes by @AucaCoyan in #2430 + - Update flake by @github-actions[bot] in #2431 + - Update flake by @github-actions[bot] in #2438 + - chore(deps): bump actions/checkout from 4 to 5 by + @dependabot[bot] in #2440 + - Update flake by @github-actions[bot] in #2445 + - Update flake by @github-actions[bot] in #2449 + - Update flake by @github-actions[bot] in #2451 + - Fix mac compilation by @AucaCoyan in #2460 + - release v2.2.5 by @AucaCoyan in #2462 + +------------------------------------------------------------------- Old: ---- espanso-2.2.3.obscpio New: ---- espanso-2.2.5.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ espanso.spec ++++++ --- /var/tmp/diff_new_pack.8ihAjg/_old 2025-09-19 16:11:13.962880335 +0200 +++ /var/tmp/diff_new_pack.8ihAjg/_new 2025-09-19 16:11:13.962880335 +0200 @@ -1,7 +1,7 @@ # # spec file for package espanso # -# 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 @@ -19,7 +19,7 @@ %define __rustflags -Clink-arg=-I/usr/include/libxkbcommon Name: espanso -Version: 2.2.3 +Version: 2.2.5 Release: 0 Summary: A cross-platform Text Expander written in Rust License: GPL-3.0-only ++++++ _service ++++++ --- /var/tmp/diff_new_pack.8ihAjg/_old 2025-09-19 16:11:13.998881842 +0200 +++ /var/tmp/diff_new_pack.8ihAjg/_new 2025-09-19 16:11:13.998881842 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/espanso/espanso</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v2.2.3</param> + <param name="revision">v2.2.5</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.8ihAjg/_old 2025-09-19 16:11:14.018882680 +0200 +++ /var/tmp/diff_new_pack.8ihAjg/_new 2025-09-19 16:11:14.022882847 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/espanso/espanso</param> - <param name="changesrevision">1b050eacd053c560ae3e7eb022a0525c83ce7b17</param></service></servicedata> + <param name="changesrevision">7dc43e00de058701a498608427d35252afc132c8</param></service></servicedata> (No newline at EOF) ++++++ espanso-2.2.3.obscpio -> espanso-2.2.5.obscpio ++++++ ++++ 90395 lines of diff (skipped) ++++++ espanso.obsinfo ++++++ --- /var/tmp/diff_new_pack.8ihAjg/_old 2025-09-19 16:11:15.458942976 +0200 +++ /var/tmp/diff_new_pack.8ihAjg/_new 2025-09-19 16:11:15.462943144 +0200 @@ -1,5 +1,5 @@ name: espanso -version: 2.2.3 -mtime: 1743374183 -commit: 1b050eacd053c560ae3e7eb022a0525c83ce7b17 +version: 2.2.5 +mtime: 1757889662 +commit: 7dc43e00de058701a498608427d35252afc132c8 ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/espanso/vendor.tar.zst /work/SRC/openSUSE:Factory/.espanso.new.27445/vendor.tar.zst differ: char 7, line 1
