forked from pool/chezmoi
Accepting request 1038244 from home:fbonazzi:branches:utilities
- Update to version 2.27.2: * fix: Respect diff filter in removes with external diff tool * fix: Allow underscores in SourceHut usernames * feat: Add update.command and update.args config variables * feat: Add an optional path argument to the cd command * chore: Check that not both of --force and --interactive flags are set * fix: Make re-add command respect --interactive flag * chore: Update dependencies OBS-URL: https://build.opensuse.org/request/show/1038244 OBS-URL: https://build.opensuse.org/package/show/utilities/chezmoi?expand=0&rev=14
This commit is contained in:
2
_service
2
_service
@@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/twpayne/chezmoi.git</param>
|
||||
<param name="revision">v2.27.1</param>
|
||||
<param name="revision">v2.27.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/twpayne/chezmoi.git</param>
|
||||
<param name="changesrevision">b6039e787dfffe970fec4f9165ec9ebe1b3ceaa6</param></service></servicedata>
|
||||
<param name="changesrevision">882d0808feb1fc8112b411ed2216f31306656861</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5258339149155dc7b7decd78fb65fdc01cb4fef96e4b7a6f9d8ccc2803580314
|
||||
size 4652044
|
3
chezmoi-2.27.2.obscpio
Normal file
3
chezmoi-2.27.2.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c377e6241753e6c197bfd3d77c7aab90cdb0f7ee05a24fa8f7aaa2273f858c90
|
||||
size 4658700
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 25 17:19:34 UTC 2022 - Filippo Bonazzi <filippo.bonazzi@suse.com>
|
||||
|
||||
- Update to version 2.27.2:
|
||||
* fix: Respect diff filter in removes with external diff tool
|
||||
* fix: Allow underscores in SourceHut usernames
|
||||
* feat: Add update.command and update.args config variables
|
||||
* feat: Add an optional path argument to the cd command
|
||||
* chore: Check that not both of --force and --interactive flags are set
|
||||
* fix: Make re-add command respect --interactive flag
|
||||
* chore: Update dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 17:42:41 UTC 2022 - filippo.bonazzi@suse.com
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: chezmoi
|
||||
version: 2.27.1
|
||||
mtime: 1668191115
|
||||
commit: b6039e787dfffe970fec4f9165ec9ebe1b3ceaa6
|
||||
version: 2.27.2
|
||||
mtime: 1669326616
|
||||
commit: 882d0808feb1fc8112b411ed2216f31306656861
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: chezmoi
|
||||
Version: 2.27.1
|
||||
Version: 2.27.2
|
||||
Release: 0
|
||||
Summary: A multi-host manager for dotfiles
|
||||
License: MIT
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f254bac3bbb85f93a2a9852edf559a0aa65482893970e102103356bc9933232
|
||||
size 6122953
|
||||
oid sha256:3adfb97b3be2ade27b65fb19e356d0ebacbea9fdf02fa6a90fe8aed6971847d0
|
||||
size 6138135
|
||||
|
Reference in New Issue
Block a user