forked from pool/jujutsu
Accepting request 1137652 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1137652 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jujutsu?expand=0&rev=3
This commit is contained in:
commit
557a294900
4
_service
4
_service
@ -4,7 +4,7 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</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="changesgenerate">disable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
</service>
|
</service>
|
||||||
@ -19,7 +19,7 @@
|
|||||||
<param name="update">true</param>
|
<param name="update">true</param>
|
||||||
<param name="srcdir">jj</param>
|
<param name="srcdir">jj</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="cargo_audit" mode="manual">
|
<service name="cargo_audit" mode="disabled">
|
||||||
<param name="srcdir">jj</param>
|
<param name="srcdir">jj</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</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
|
name: jj
|
||||||
version: 0.12.0
|
version: 0.13.0
|
||||||
mtime: 1701819916
|
mtime: 1704333930
|
||||||
commit: 79483d4552d0d0fa7222fbafd9143be593a1e451
|
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>
|
Wed Dec 6 12:15:35 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package jujutsu
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define binary_name jj
|
%define binary_name jj
|
||||||
|
|
||||||
Name: jujutsu
|
Name: jujutsu
|
||||||
Version: 0.12.0
|
Version: 0.13.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Git-compatible DVCS that is both simple and powerful
|
Summary: Git-compatible DVCS that is both simple and powerful
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:77db88717d9385b317e0edee15c97186de8bb80e2b52d73e1ed660a11372b7a9
|
oid sha256:02d88e9c3c72b9c82dfa063ff741780f5cd2da05853921420d0f9485cf4aca33
|
||||||
size 48402097
|
size 48962378
|
||||||
|
Loading…
x
Reference in New Issue
Block a user