forked from pool/jujutsu
Accepting request 1137650 from home:ojkastl_buildservice:Branch_devel_tools_scm
update to 0.13.0 OBS-URL: https://build.opensuse.org/request/show/1137650 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/jujutsu?expand=0&rev=7
This commit is contained in:
parent
daa5e97bbc
commit
f13fe5ad41
4
_service
4
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">v0.12.0</param>
|
||||
<param name="revision">v0.13.0</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
@ -19,7 +19,7 @@
|
||||
<param name="update">true</param>
|
||||
<param name="srcdir">jj</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="manual">
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<param name="srcdir">jj</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c76727e0ccc825d586b6bd6fb9e94228a15666c3ce3aef00ec5d5cb42725282
|
||||
size 4578828
|
3
jj-0.13.0.obscpio
Normal file
3
jj-0.13.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12c7f0ee4bbfdfbd7fe94cfda59273d6d9db4203f363393358bc0e4fee8b22ac
|
||||
size 4654092
|
@ -1,4 +1,4 @@
|
||||
name: jj
|
||||
version: 0.12.0
|
||||
mtime: 1701819916
|
||||
commit: 79483d4552d0d0fa7222fbafd9143be593a1e451
|
||||
version: 0.13.0
|
||||
mtime: 1704333930
|
||||
commit: 5450e6c9bae40b941b05942bdd78a88e1b9093a6
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 7 15:42:43 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 0.13.0:
|
||||
* Breaking changes
|
||||
- `jj git fetch` no longer imports new remote branches as local
|
||||
branches. Set `git.auto-local-branch = true` to restore the
|
||||
old behavior.
|
||||
* New features
|
||||
- Information about new and resolved conflicts is now printed
|
||||
by every command.
|
||||
- `jj branch` has gained a new `rename` subcommand that allows
|
||||
changing a branch name atomically. `jj branch help rename`
|
||||
for details.
|
||||
* Fixed bugs
|
||||
- Command aliases can now be loaded from repository config
|
||||
relative to the current working directory.
|
||||
[#2414](https://github.com/martinvonz/jj/issues/2414)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 6 12:15:35 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package jujutsu
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# 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 binary_name jj
|
||||
|
||||
Name: jujutsu
|
||||
Version: 0.12.0
|
||||
Version: 0.13.0
|
||||
Release: 0
|
||||
Summary: Git-compatible DVCS that is both simple and powerful
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77db88717d9385b317e0edee15c97186de8bb80e2b52d73e1ed660a11372b7a9
|
||||
size 48402097
|
||||
oid sha256:02d88e9c3c72b9c82dfa063ff741780f5cd2da05853921420d0f9485cf4aca33
|
||||
size 48962378
|
||||
|
Loading…
Reference in New Issue
Block a user