Accepting request 1063636 from home:pdostal:branches:devel:tools:scm
- Update to version 1.25.3: * Update .gitlab-ci.yml file * Update .gitlab-ci.yml file * chore: better omit test and chores from changelog * fix: Adding git name/email for homebrew * docs: update installation instructions for windows * test(project): add missing project tests * fix(project): fixes issue with filtering with starred and membership * fix(mr): Fixed EOF error when todo is called multiple times OBS-URL: https://build.opensuse.org/request/show/1063636 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/glab?expand=0&rev=7
This commit is contained in:
parent
6e9fefef04
commit
7bee2c2f42
9
_service
9
_service
@ -1,8 +1,8 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://github.com/profclems/glab.git</param>
|
||||
<param name="url">https://gitlab.com/gitlab-org/cli.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.22.0</param>
|
||||
<param name="revision">v1.25.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="filename">glab</param>
|
||||
@ -11,7 +11,10 @@
|
||||
<service name="tar" mode="disabled" />
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled" />
|
||||
<service name="go_modules" mode="disabled">
|
||||
<param name="archive">glab-1.25.3.tar.gz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/profclems/glab.git</param>
|
||||
<param name="changesrevision">612ff864276e848c4cfdef187b5f16f5c52f3c25</param></service></servicedata>
|
||||
<param name="changesrevision">612ff864276e848c4cfdef187b5f16f5c52f3c25</param></service><service name="tar_scm">
|
||||
<param name="url">https://gitlab.com/gitlab-org/cli.git</param>
|
||||
<param name="changesrevision">7ab3ef14820c565a9430fa0da58a491048699638</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6f830b4ea0ce638d86c9a888e2faee85ebd4ac09b13f480f03f2c0adb67cffa
|
||||
size 16350944
|
3
glab-1.25.3.tar.gz
Normal file
3
glab-1.25.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0dd3e301869d39513929a4130252a5c72847faf741058647ec60cad3597c064b
|
||||
size 16513663
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41591fa7094a905359bc8b6814c87ec591773c53f1eeead0e5b3fe590f366507
|
||||
size 4673044
|
13
glab.changes
13
glab.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 07 14:07:31 UTC 2023 - pdostal@suse.com
|
||||
|
||||
- Update to version 1.25.3:
|
||||
* Update .gitlab-ci.yml file
|
||||
* Update .gitlab-ci.yml file
|
||||
* chore: better omit test and chores from changelog
|
||||
* fix: Adding git name/email for homebrew
|
||||
* docs: update installation instructions for windows
|
||||
* test(project): add missing project tests
|
||||
* fix(project): fixes issue with filtering with starred and membership
|
||||
* fix(mr): Fixed EOF error when todo is called multiple times
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 02:28:38 UTC 2022 - Orville Q. Song <orville@anislet.dev>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package glab
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2021-2022 Orville Q. Song <orville@anislet.dev>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -27,14 +27,14 @@
|
||||
%global import_path %{provider_prefix}/%{repo}
|
||||
|
||||
Name: glab
|
||||
Version: 1.22.0
|
||||
Version: 1.25.3
|
||||
Release: 0
|
||||
Summary: An open-source GitLab command line tool
|
||||
License: MIT
|
||||
Group: Development/Tools/Other
|
||||
URL: https://github.com/profclems/glab
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Source1: %{name}-vendor.tar.xz
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: %{python_module Sphinx}
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: golang(API) >= 1.16
|
||||
|
3
vendor.tar.gz
Normal file
3
vendor.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4bebfa334590cb74ef17982dfc90dd48592a519b98d90dddf3bb20d1e0e5ebc
|
||||
size 6007158
|
Loading…
Reference in New Issue
Block a user