Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jujutsu for openSUSE:Factory checked 
in at 2024-07-29 21:52:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jujutsu (Old)
 and      /work/SRC/openSUSE:Factory/.jujutsu.new.1882 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jujutsu"

Mon Jul 29 21:52:56 2024 rev:10 rq:1190197 version:0.19.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/jujutsu/jujutsu.changes  2024-06-09 
20:24:51.183524010 +0200
+++ /work/SRC/openSUSE:Factory/.jujutsu.new.1882/jujutsu.changes        
2024-07-29 21:53:55.276445445 +0200
@@ -1,0 +2,74 @@
+Thu Jul 11 05:39:28 UTC 2024 - Johannes Kastl 
<opensuse_buildserv...@ojkastl.de>
+
+- update to 0.19.0:
+  * Breaking changes
+    - In revset aliases, top-level kind:pattern expression is now
+      parsed as modifier. Surround with parentheses if it should be
+      parsed as string/file pattern.
+    - Dropped support for automatic upgrade of repo formats used by
+      versions before 0.12.0.
+    - jj fix now defaults to the broader revset -s reachable(@,
+      mutable()) instead of -s @.
+    - Dropped support for deprecated jj branch delete/forget --glob
+      option.
+    - jj branch set now creates new branch if it doesn't exist. Use
+      jj branch move to ensure that the target branch already
+      exists. #3584
+  * Deprecations
+    - Replacing -l shorthand for --limit with -n in jj log, jj op
+      log and jj obslog.
+    - jj split --siblings is deprecated in favor of jj split
+      --parallel (to match jj parallelize).
+    - A new jj file subcommand now replaces several existing
+      uncategorized commands, which are deprecated.
+      - jj file show replaces jj cat.
+      - jj file chmod replaces jj chmod.
+      - jj file list replaces jj files.
+  * New features
+    - Support background filesystem monitoring via watchman
+      triggers enabled with the
+      core.watchman.register_snapshot_trigger = true config.
+    - Show paths to config files when configuration errors occur.
+    - jj fix now supports configuring the default revset for -s
+      using the revsets.fix config.
+    - The descendants() revset function now accepts an optional
+      depth argument; like the ancestors() depth argument, it
+      limits the depth of the set.
+    - Revset/template aliases now support function overloading.
+      #2966
+    - Conflicted files are individually simplified before being
+      materialized.
+    - The jj file subcommand now contains several existing file
+      utilities.
+      - jj file show, replacing jj cat.
+      - jj file chmod replacing jj chmod.
+      - jj file list replacing jj files.
+    - New command jj branch move let you update branches by name
+      pattern or source revision.
+    - New diff option jj diff --name-only allows for easier shell
+      scripting.
+    - In color-words diffs, hunks are now highlighted with
+      underline. See diff colors and styles for customization.
+    - jj git push -c <arg> can now accept revsets that resolve to
+      multiple revisions. This means that jj git push -c xyz -c abc
+      is now equivalent to jj git push -c 'all:(xyz | abc)'.
+    - jj prev and jj next have gained a --conflict flag which moves
+      you to the next conflict in a child commit.
+    - New command jj git remote set-url that sets the url of a git
+      remote.
+    - Author timestamp is now reset when rewriting discardable
+      commits (empty commits with no description) if authored by
+      the current user. #2000
+    - jj commit now accepts --reset-author option to match jj
+      describe.
+    - jj squash now accepts a --keep-emptied option to keep the
+      source commit.
+  * Fixed bugs
+    - jj git push now ignores immutable commits when checking
+      whether a to-be-pushed commit has conflicts, or has no
+      description / committer / author set. #3029
+    - jj will look for divergent changes outside the short prefix
+      set even if it finds the change id inside the short prefix
+      set. #2476
+
+-------------------------------------------------------------------

Old:
----
  jj-0.18.0.obscpio

New:
----
  jj-0.19.0.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jujutsu.spec ++++++
--- /var/tmp/diff_new_pack.b6p1uz/_old  2024-07-29 21:53:56.428492098 +0200
+++ /var/tmp/diff_new_pack.b6p1uz/_new  2024-07-29 21:53:56.428492098 +0200
@@ -19,7 +19,7 @@
 %define binary_name jj
 
 Name:           jujutsu
-Version:        0.18.0
+Version:        0.19.0
 Release:        0
 Summary:        Git-compatible DVCS that is both simple and powerful
 License:        MIT
@@ -45,8 +45,6 @@
 
 %prep
 %autosetup -p 1 -a 1 -n jj-%{version}
-mkdir -p .cargo
-rm -vf .cargo/config.toml
 
 %build
 %{cargo_build}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.b6p1uz/_old  2024-07-29 21:53:56.472493880 +0200
+++ /var/tmp/diff_new_pack.b6p1uz/_new  2024-07-29 21:53:56.476494042 +0200
@@ -4,7 +4,7 @@
     <param name="scm">git</param>
     <param name="exclude">.git</param>
     <param name="versionformat">@PARENT_TAG@</param>
-    <param name="revision">v0.18.0</param>
+    <param name="revision">v0.19.0</param>
     <param name="changesgenerate">disable</param>
     <param name="versionrewrite-pattern">v(.*)</param>
   </service>

++++++ jj-0.18.0.obscpio -> jj-0.19.0.obscpio ++++++
++++ 32114 lines of diff (skipped)

++++++ jj.obsinfo ++++++
--- /var/tmp/diff_new_pack.b6p1uz/_old  2024-07-29 21:53:56.840508782 +0200
+++ /var/tmp/diff_new_pack.b6p1uz/_new  2024-07-29 21:53:56.844508944 +0200
@@ -1,5 +1,5 @@
 name: jj
-version: 0.18.0
-mtime: 1717670815
-commit: 9fb5307b7886e390c02817af7c31b403f0279144
+version: 0.19.0
+mtime: 1720042660
+commit: 74c275ed10a7b45e1638fb00e53e29bc6286e8ba
 

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/jujutsu/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.jujutsu.new.1882/vendor.tar.zst differ: char 7, 
line 1

Reply via email to