Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gitea-tea for openSUSE:Factory checked in at 2026-02-23 16:13:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gitea-tea (Old) and /work/SRC/openSUSE:Factory/.gitea-tea.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gitea-tea" Mon Feb 23 16:13:13 2026 rev:17 rq:1334459 version:0.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gitea-tea/gitea-tea.changes 2026-02-13 16:13:43.025632675 +0100 +++ /work/SRC/openSUSE:Factory/.gitea-tea.new.1977/gitea-tea.changes 2026-02-23 16:15:15.432032482 +0100 @@ -1,0 +2,61 @@ +Fri Feb 20 05:59:44 UTC 2026 - Johannes Kastl <[email protected]> + +- update to 0.12.0: + * New Features + - Add tea actions commands for managing workflow runs and + workflows in #880, #796 + - Add tea api subcommand for arbitrary API calls not covered by + existing commands in #879 + - Add repository webhook management commands in #798 + - Add JSON output support for single PR view in #864 + - Add JSON output and file redirection for issue detail view in + #841 + - Support creating AGit flow pull requests in #867 + * Bug Fixes + - Fix authentication via environment variables when specifying + repo argument in #809 + - Fix issue detail view ignoring --owner flag in #899 + - Fix PR create crash in #823 + - Fix TTY prompt handling in #897 + - Fix termenv OSC RGBA handling in #907 + - Fix labels delete command and --id flag type in #865 + - Fix delete repo command description in #858 + - Fix pagination flags for secrets list, webhooks list, and + pull requests list in #853, #852, + - #851 + - Enable git worktree support and improve PR create error + handling in #850 + - Only prompt for SSH passphrase when necessary in #844 + - Only prompt for login confirmation when no default login is + set in #839 + - Skip token uniqueness check when using SSH authentication in + #898 + - Require non-empty token in GetLoginByToken in #895 + - Fix config file permissions to remove group read/write in + #856 + * Improvements + - Add file locking for safe concurrent access to config file in + #881 + - Improve error messages throughout the CLI in #871 + - Send consistent HTTP request headers in #888 + - Revert requiring HTTP/HTTPS login URLs; restore SSH as a + login method in #891 + - Refactor context into dedicated subpackages in #873, #888 + - General code cleanup and improvements in #869, #870 + - Add test coverage for login matching in #820 + * Build & Dependencies + - Build with Go 1.25 in #886 + - Build for Windows aarch64 + - Update Gitea SDK version in #868 + - Update Nix flake in #872 + - Update dependencies including lipgloss v2, urfave/cli v3.6.2, + go-git v5.16.5, and various Go modules in #849, #875, #876, + #878, #884, #885, #900, #901, #904, #905 + - Update CI actions (checkout v6, setup-go v6) in #882, #883 +- remove patches that do no longer apply: + - fix-CVE-2025-58190.patch + - fix-CVE-2025-47911.patch + - gitea-tea-Fix-termenv-OSC-RGBA-handling.patch + - remove-config-file-group-readwrite-permission-856.patch + +------------------------------------------------------------------- Old: ---- fix-CVE-2025-47911.patch fix-CVE-2025-58190.patch gitea-tea-0.11.1.tar.gz gitea-tea-Fix-termenv-OSC-RGBA-handling.patch remove-config-file-group-readwrite-permission-856.patch New: ---- gitea-tea-0.12.0.tar.gz ----------(Old B)---------- Old: - fix-CVE-2025-58190.patch - fix-CVE-2025-47911.patch - gitea-tea-Fix-termenv-OSC-RGBA-handling.patch Old:- remove patches that do no longer apply: - fix-CVE-2025-58190.patch - fix-CVE-2025-47911.patch Old: - fix-CVE-2025-47911.patch - gitea-tea-Fix-termenv-OSC-RGBA-handling.patch - remove-config-file-group-readwrite-permission-856.patch Old: - gitea-tea-Fix-termenv-OSC-RGBA-handling.patch - remove-config-file-group-readwrite-permission-856.patch ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gitea-tea.spec ++++++ --- /var/tmp/diff_new_pack.M8pVRA/_old 2026-02-23 16:15:16.072058871 +0100 +++ /var/tmp/diff_new_pack.M8pVRA/_new 2026-02-23 16:15:16.076059036 +0100 @@ -17,18 +17,14 @@ Name: gitea-tea -Version: 0.11.1 +Version: 0.12.0 Release: 0 Summary: A command line tool to interact with Gitea servers License: MIT URL: https://gitea.com/gitea/tea Source0: %{name}-%{version}.tar.gz Source1: vendor.tar.gz -Patch0: fix-CVE-2025-58190.patch -Patch1: fix-CVE-2025-47911.patch -Patch2: gitea-tea-Fix-termenv-OSC-RGBA-handling.patch -Patch3: remove-config-file-group-readwrite-permission-856.patch -BuildRequires: golang(API) >= 1.24 +BuildRequires: golang(API) >= 1.25 Conflicts: tea %description @@ -85,6 +81,7 @@ install -v -m 0755 -D -t %{buildroot}%{_bindir} tea ./tea completion bash > contrib/autocomplete.sh +sed -i '1d' contrib/autocomplete.sh install -v -m 0644 -D contrib/autocomplete.sh \ %{buildroot}%{_datadir}/bash-completion/completions/tea ++++++ _service ++++++ --- /var/tmp/diff_new_pack.M8pVRA/_old 2026-02-23 16:15:16.108060355 +0100 +++ /var/tmp/diff_new_pack.M8pVRA/_new 2026-02-23 16:15:16.112060520 +0100 @@ -3,7 +3,7 @@ <service name="tar_scm" mode="manual"> <param name="url">https://gitea.com/gitea/tea.git</param> <param name="scm">git</param> - <param name="revision">61d4e571a7e086f53f5f8a7713151839e1a32151</param> + <param name="revision">refs/tags/v0.12.0</param> <param name="filename">gitea-tea</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">v(.*)\+0</param> ++++++ gitea-tea-0.11.1.tar.gz -> gitea-tea-0.12.0.tar.gz ++++++ ++++ 11866 lines of diff (skipped) ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/gitea-tea/vendor.tar.gz /work/SRC/openSUSE:Factory/.gitea-tea.new.1977/vendor.tar.gz differ: char 9, line 1
