Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jujutsu for openSUSE:Factory checked in at 2023-12-06 23:49:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jujutsu (Old) and /work/SRC/openSUSE:Factory/.jujutsu.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jujutsu" Wed Dec 6 23:49:32 2023 rev:2 rq:1131377 version:0.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/jujutsu/jujutsu.changes 2023-11-02 20:21:41.480324538 +0100 +++ /work/SRC/openSUSE:Factory/.jujutsu.new.25432/jujutsu.changes 2023-12-06 23:50:23.784029272 +0100 @@ -1,0 +2,32 @@ +Wed Dec 6 12:15:35 UTC 2023 - Johannes Kastl <[email protected]> + +- update to 0.12.0: + * Breaking changes + - The remote_branches() revset no longer includes branches + exported to the Git repository (so called Git-tracking + branches.) + - jj branch set no longer creates a new branch. Use jj branch + create instead. + - jj init --git in an existing Git repository now errors and + exits rather than creating a second Git store. + * New features + - jj workspace add can now take multiple --revision arguments, + which will create a new workspace with its working-copy + commit on top of all the parents, as if you had run + jj new r1 r2 r3 .... + - You can now set git.abandon-unreachable-commits = false to + disable the usual behavior where commits that became + unreachable in the Git repo are abandoned (#2504). + - jj new gained a --no-edit option to prevent editing the newly + created commit. For example, jj new a b --no-edit -m Merge + creates a merge commit without affecting the working copy. + - jj rebase now takes the flag --skip-empty, which doesn't copy + over commits that would become empty after a rebase. + - There is a new jj util gc command for cleaning up the + repository storage. For now, it simply runs git gc on the + backing Git repo (when using the Git backend). + * Fixed bugs + - Fixed another file conflict resolution issue where jj status + would disagree with the actual file content. #2654 + +------------------------------------------------------------------- Old: ---- cargo_config jj-0.11.0.obscpio New: ---- jj-0.12.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jujutsu.spec ++++++ --- /var/tmp/diff_new_pack.PJBk2I/_old 2023-12-06 23:50:42.388714865 +0100 +++ /var/tmp/diff_new_pack.PJBk2I/_new 2023-12-06 23:50:42.392715012 +0100 @@ -1,7 +1,7 @@ # # spec file for package jujutsu # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,14 +19,13 @@ %define binary_name jj Name: jujutsu -Version: 0.11.0 +Version: 0.12.0 Release: 0 Summary: Git-compatible DVCS that is both simple and powerful License: MIT URL: https://github.com/martinvonz/jj Source0: jj-%{version}.tar.gz Source1: vendor.tar.zst -Source2: cargo_config BuildRequires: cargo >= 1.70 BuildRequires: cargo-packaging BuildRequires: openssl-devel @@ -46,7 +45,6 @@ %autosetup -p 1 -a 1 -n jj-%{version} mkdir -p .cargo rm -vf .cargo/config.toml -cp %{SOURCE2} .cargo/config %build %{cargo_build} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.PJBk2I/_old 2023-12-06 23:50:42.420716044 +0100 +++ /var/tmp/diff_new_pack.PJBk2I/_new 2023-12-06 23:50:42.420716044 +0100 @@ -4,8 +4,8 @@ <param name="scm">git</param> <param name="exclude">.git</param> <param name="versionformat">@PARENT_TAG@</param> - <param name="revision">v0.11.0</param> - <param name="changesgenerate">false</param> + <param name="revision">v0.12.0</param> + <param name="changesgenerate">disable</param> <param name="versionrewrite-pattern">v(.*)</param> </service> <service name="tar" mode="buildtime"/> ++++++ jj-0.11.0.obscpio -> jj-0.12.0.obscpio ++++++ ++++ 29666 lines of diff (skipped) ++++++ jj.obsinfo ++++++ --- /var/tmp/diff_new_pack.PJBk2I/_old 2023-12-06 23:50:42.744727989 +0100 +++ /var/tmp/diff_new_pack.PJBk2I/_new 2023-12-06 23:50:42.748728136 +0100 @@ -1,5 +1,5 @@ name: jj -version: 0.11.0 -mtime: 1698862124 -commit: f00f7527ddce21886fe93e11324c5227f15eeaca +version: 0.12.0 +mtime: 1701819916 +commit: 79483d4552d0d0fa7222fbafd9143be593a1e451 ++++++ vendor.tar.zst ++++++ Binary files /var/tmp/diff_new_pack.PJBk2I/_old and /var/tmp/diff_new_pack.PJBk2I/_new differ
