Accepting request 1120470 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1120470 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glab?expand=0&rev=18
This commit is contained in:
commit
970ce00a29
4
_service
4
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<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.33.0</param>
|
<param name="revision">v1.34.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>
|
||||||
@ -15,6 +15,6 @@
|
|||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="go_modules" mode="manual">
|
<service name="go_modules" mode="manual">
|
||||||
<param name="archive">glab-1.33.0.obscpio</param>
|
<param name="archive">glab-1.34.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">f0916553df8488b72c8dfae2fb76ad16a5bd9650</param></service></servicedata>
|
<param name="changesrevision">6a34614218d9e27f3a2942c3729a1520c03ac1c9</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:db1b81dcda513f697636afbdf484682788a59de2a0256c740fa6af2e321c72eb
|
|
||||||
size 18399245
|
|
3
glab-1.34.0.obscpio
Normal file
3
glab-1.34.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:55324f39b8bf58658754113fa781738f42c23ac6f91c7173a6edc8cf9f0fe698
|
||||||
|
size 18428429
|
21
glab.changes
21
glab.changes
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 24 09:39:17 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
- Update to version 1.34.0:
|
||||||
|
* fix(ci variable list): print entity type
|
||||||
|
* docs: Adding precedence order to docs
|
||||||
|
* fix: upgrade x/net
|
||||||
|
* chore: Fixing lint job for CI
|
||||||
|
* feat(sshkey): add ssh-key delete command
|
||||||
|
* feat(cluster): implement cluster agent `get-token` command
|
||||||
|
* Revert "Merge branch 'nh/pin-gitlab-dangerfiles-version' into
|
||||||
|
'main'"
|
||||||
|
* chore: Pin gitlab-dangerfiles version
|
||||||
|
* chore(dependency): remove alecthomas/assert module
|
||||||
|
* chore(dependency): remove jarcoal/httpmock
|
||||||
|
* fix: Parse string arrays passed to glab api --field command
|
||||||
|
* feat(cluster): add cluster agent list command
|
||||||
|
* feat: Add note about homebrew zsh for completions
|
||||||
|
* fix: only show web login for GitLab SaaS
|
||||||
|
* test(repo clone): seperate integration tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 21 04:41:05 UTC 2023 - kastl@b1-systems.de
|
Thu Sep 21 04:41:05 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: glab
|
name: glab
|
||||||
version: 1.33.0
|
version: 1.34.0
|
||||||
mtime: 1695227413
|
mtime: 1697862902
|
||||||
commit: f0916553df8488b72c8dfae2fb76ad16a5bd9650
|
commit: 6a34614218d9e27f3a2942c3729a1520c03ac1c9
|
||||||
|
@ -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.33.0
|
Version: 1.34.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A GitLab command line tool
|
Summary: A GitLab command line tool
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -74,8 +74,7 @@ BuildArch: noarch
|
|||||||
Zsh command line completion support for %{name}.
|
Zsh command line completion support for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%autosetup -p 1 -a 1 -n %{name}-%{version}
|
||||||
%setup -a1 %{SOURCE1}
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
DATE_FMT="+%%Y-%%m-%%dT%%H:%%M:%%SZ"
|
DATE_FMT="+%%Y-%%m-%%dT%%H:%%M:%%SZ"
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:0f3e5bb018adb0ae355ffa3f9ab9bd0438bd8850abc8ec1c3b163a7eed050c6d
|
oid sha256:266b707bd586542f135da63941c405e0a133fa92b958d86554cc7cb6935bf211
|
||||||
size 6149657
|
size 7429946
|
||||||
|
Loading…
Reference in New Issue
Block a user