Accepting request 1112665 from home:ojkastl_buildservice:Branch_devel_tools_scm
update to 1.33.0 OBS-URL: https://build.opensuse.org/request/show/1112665 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/glab?expand=0&rev=33
This commit is contained in:
parent
5f8e49f6b2
commit
bc3eac2f95
13
_service
13
_service
@ -1,19 +1,20 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://gitlab.com/gitlab-org/cli.git</param>
|
<param name="url">https://gitlab.com/gitlab-org/cli.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v1.32.0</param>
|
<param name="revision">v1.33.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="filename">glab</param>
|
<param name="filename">glab</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="disabled"/>
|
<service name="set_version" mode="manual"/>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="tar" mode="buildtime"/>
|
||||||
|
<service name="recompress" mode="buildtime">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="go_modules" mode="disabled">
|
<service name="go_modules" mode="manual">
|
||||||
<param name="archive">glab-1.32.0.tar.gz</param>
|
<param name="archive">glab-1.33.0.obscpio</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://gitlab.com/gitlab-org/cli.git</param>
|
<param name="url">https://gitlab.com/gitlab-org/cli.git</param>
|
||||||
<param name="changesrevision">9fdb6193c89e86786707279c16472632665f4918</param></service></servicedata>
|
<param name="changesrevision">f0916553df8488b72c8dfae2fb76ad16a5bd9650</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6addfaba709bf23f6125d9f998e84b074cbaac838d5e43312407c2f1c232a7a6
|
|
||||||
size 16747015
|
|
3
glab-1.33.0.obscpio
Normal file
3
glab-1.33.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:db1b81dcda513f697636afbdf484682788a59de2a0256c740fa6af2e321c72eb
|
||||||
|
size 18399245
|
16
glab.changes
16
glab.changes
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 21 04:41:05 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
- Update to version 1.33.0:
|
||||||
|
* feat: prefill scope parameter for PAT generation
|
||||||
|
* chore: Update which docs files are linted
|
||||||
|
* fix(check-update): remove auth for check-update
|
||||||
|
* docs: Add feature design guidelines
|
||||||
|
* docs(mr delete): change close to delete
|
||||||
|
* fix(auth login): encode scopes for oauth url
|
||||||
|
* docs(config): add check_update and display_hyperlinks
|
||||||
|
* fix: Fix errors which show up when running `make check'
|
||||||
|
* fix: glab ci status needs terminal on stdin
|
||||||
|
* chore: update golangci-lint image
|
||||||
|
* docs: Add note about maintainership
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 22 07:44:39 UTC 2023 - pdostal@suse.com
|
Tue Aug 22 07:44:39 UTC 2023 - pdostal@suse.com
|
||||||
|
|
||||||
|
12
glab.obsinfo
12
glab.obsinfo
@ -1,10 +1,4 @@
|
|||||||
name: glab
|
name: glab
|
||||||
<<<<<<< .mine
|
version: 1.33.0
|
||||||
version: 1.28.1
|
mtime: 1695227413
|
||||||
mtime: 1682095974
|
commit: f0916553df8488b72c8dfae2fb76ad16a5bd9650
|
||||||
commit: 815d2622473028a14de7db77728a6d7cda467946
|
|
||||||
=======
|
|
||||||
version: 1.29.4
|
|
||||||
mtime: 1683908902
|
|
||||||
commit: 654ae7c117d2d93fc4621b58a8cfb5388ba485a0
|
|
||||||
>>>>>>> .new
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||||
|
|
||||||
Name: glab
|
Name: glab
|
||||||
Version: 1.32.0
|
Version: 1.33.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A GitLab command line tool
|
Summary: A GitLab command line tool
|
||||||
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:d26bb85b1772480fb7381abb46e0bf756e47bcff51d8b25161be4c3196bb1c0b
|
oid sha256:0f3e5bb018adb0ae355ffa3f9ab9bd0438bd8850abc8ec1c3b163a7eed050c6d
|
||||||
size 6152115
|
size 6149657
|
||||||
|
Loading…
Reference in New Issue
Block a user