Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package git-next for openSUSE:Factory checked in at 2026-05-11 16:57:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git-next (Old) and /work/SRC/openSUSE:Factory/.git-next.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git-next" Mon May 11 16:57:54 2026 rev:7 rq:1352355 version:2026.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/git-next/git-next.changes 2026-01-13 21:32:46.035531206 +0100 +++ /work/SRC/openSUSE:Factory/.git-next.new.1966/git-next.changes 2026-05-11 17:08:13.219646025 +0200 @@ -1,0 +2,81 @@ +Sun May 10 15:02:33 UTC 2026 - Johannes Kastl <[email protected]> + +- Update to version 2026.5.2: + * Bug Fixes + - fix(docker): add git, dbus-libs and libgcc to runtime image + (ecddddd5) + * Other Changes + - chore(justfile): add 'docker-release ' recipe (40301f0b) +- Update to version 2026.5.2: + * Features + - feat(docker): optimize Dockerfile runtime with Alpine and + release profile (999c5ec7) + - feat(server): add /health endpoint and health CLI subcommand + (c59b5afe) + - feat: standardize CI and fix test validation (b137edce) + * Bug Fixes + - fix: resolve clippy warnings for trailing commas and sort_by + (dc59d9a0) + - fix: prevent webhook self-notification feedback loop + (3b5a8267) + - fix: add Docker-in-Docker host path translation to ci recipe + (1b9f6cf3) + - fix(tests): replace brittle server tests with proper test + isolation (ad14eed2) + * Other Changes + - chore: bump version to 2026.5.1 (e0920864) + - chore(deps): bump crossterm/ratatui to 0.29/0.30 (3ab28db7) + - chore: bump rust image to 5.3.0 in crowci (latest in + justfile/ci) (c4fa1426) + - chore(deps): bump git-url-parse from 0.4 to 0.6 (7b7e728e) + - chore(docker): update base image from v4.7.0 to v5.2.0 + (ca7350e6) + - refactor(server): extract setup_forge method from + receive_valid_app_config handler (beb8fee9) + - refactor: group RepoActor fields into config and state + structs (7fe9a3d7) + - refactor(xui): extract RepoUpdate-to-RepoState mapping into + apply_update (9c83e005) + - refactor: remove cognitive_complexity suppressions from 4 + handlers (7a17614c) + - refactor: promote RepoKey to core, eliminate data clump + (a51d9ee4) + - refactor: consolidate webhook orchestration into + ForgeApiClient (ddb0f082) + - refactor: extract render_simple_popup helper in data_state + (8485a122) + - refactor: remove commented-out dead code stubs in 3 files + (b0d67253) + - chore(deps): bump tui-scrollview from 0.5 to 0.6 (998050e4) + - chore(ci): remove docker build and release-plz steps + (ae4dd9b7) + - refactor: rename advance to next-edit, add advance-push + recipes (30ffcfe2) + - chore(deps): bump git-conventional from 0.12 to 1.0 + (0213d28d) + - chore: add stub lib.rs to enable support for + cargo-semver-checks (9ad8a99c) + - style: flatten imports with rustfmt imports_granularity and + add fmt recipe (bf2591b3) + - refactor(config): split monolithic tests.rs into per-type + test files (2bc24ccd) + - refactor(repo): extract RepoActorConfig to reduce constructor + parameters (1633cb2a) + - refactor(tests): consolidate duplicated test helpers into + shared module (4b3dcf08) + - refactor(repo): extract helper methods from ValidateRepo + handler (59d8feb8) + - refactor(gitlib): extract helpers from git_repository.rs, + remove duplicate revwalk and clippy suppressions (t11) + (8ddf7237) + - refactor(forges): extract shared ForgeApiClient from + duplicated Forgejo/GitHub API clients (4e320fa1) + - refactor(ui): remove deprecated TUI, make XUI the default UI + (06fa024c) + - ci: add Docker build workflow (20fb67a3) + - build(ci): local ci must run as root to instal apk deps + (03ce695a) + - build(ci): justfile uses stable (641b106d) + - chore(deps): bump version in lock (5bf63327) + +------------------------------------------------------------------- Old: ---- git-next-2025.12.1.obscpio New: ---- git-next-2026.5.2.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ git-next.spec ++++++ --- /var/tmp/diff_new_pack.3lGmgU/_old 2026-05-11 17:08:17.251811929 +0200 +++ /var/tmp/diff_new_pack.3lGmgU/_new 2026-05-11 17:08:17.255812094 +0200 @@ -17,7 +17,7 @@ Name: git-next -Version: 2025.12.1 +Version: 2026.5.2 Release: 0 Summary: Trunk-based development manager for a solo developer License: MIT @@ -29,6 +29,9 @@ BuildRequires: git-core BuildRequires: pkgconfig(dbus-1) +# rustc-LLVM ERROR: out of memory +ExcludeArch: %{arm} + %description Trunk-based developement manager. ++++++ _service ++++++ --- /var/tmp/diff_new_pack.3lGmgU/_old 2026-05-11 17:08:17.283813246 +0200 +++ /var/tmp/diff_new_pack.3lGmgU/_new 2026-05-11 17:08:17.287813410 +0200 @@ -3,7 +3,7 @@ <param name="url">https://codeberg.org/kemitix/git-next.git</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v2025.12.1</param> + <param name="revision">v2026.5.2</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.3lGmgU/_old 2026-05-11 17:08:17.315814562 +0200 +++ /var/tmp/diff_new_pack.3lGmgU/_new 2026-05-11 17:08:17.323814891 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://codeberg.org/kemitix/git-next.git</param> - <param name="changesrevision">b6bda2f2326cdda8cc21fb7ae33a8d520f40432b</param></service></servicedata> + <param name="changesrevision">45fc6fe7c0a91a1f7d007b97451ee75f79dae7ef</param></service></servicedata> (No newline at EOF) ++++++ git-next-2025.12.1.obscpio -> git-next-2026.5.2.obscpio ++++++ ++++ 17656 lines of diff (skipped) ++++++ git-next.obsinfo ++++++ --- /var/tmp/diff_new_pack.3lGmgU/_old 2026-05-11 17:08:17.775833490 +0200 +++ /var/tmp/diff_new_pack.3lGmgU/_new 2026-05-11 17:08:17.787833983 +0200 @@ -1,5 +1,5 @@ name: git-next -version: 2025.12.1 -mtime: 1766757199 -commit: b6bda2f2326cdda8cc21fb7ae33a8d520f40432b +version: 2026.5.2 +mtime: 1778349868 +commit: 45fc6fe7c0a91a1f7d007b97451ee75f79dae7ef ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/git-next/vendor.tar.zst /work/SRC/openSUSE:Factory/.git-next.new.1966/vendor.tar.zst differ: char 7, line 1
