Accepting request 1079820 from home:ojkastl_buildservice:Branch_devel_kubic
update to 0.3.5 (skipping non-existent release 0.3.1 to 0.3.4) OBS-URL: https://build.opensuse.org/request/show/1079820 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/ktop?expand=0&rev=5
This commit is contained in:
parent
f7016b7242
commit
6924492e08
9
_service
9
_service
@ -1,21 +1,20 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="obs_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/vladimirvivien/ktop</param>
|
<param name="url">https://github.com/vladimirvivien/ktop</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="revision">v0.3.0</param>
|
<param name="revision">v0.3.5</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="disabled">
|
<service name="set_version" mode="disabled">
|
||||||
<param name="basename">ktop</param>
|
|
||||||
</service>
|
</service>
|
||||||
<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="disabled">
|
||||||
<param name="archive">ktop-0.3.0.tar.gz</param>
|
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/vladimirvivien/ktop</param>
|
<param name="url">https://github.com/vladimirvivien/ktop</param>
|
||||||
<param name="changesrevision">80d510bf0a2a41bf2008655d7617117eca421097</param></service></servicedata>
|
<param name="changesrevision">cb3a80f1ea70c6fbc1207c2b2340314aa19962b8</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:611a5d6106f4015a991151f28460f637e8d8c9e59c27a5f18ef27bbec8a39bd8
|
|
||||||
size 1225876
|
|
3
ktop-0.3.5.obscpio
Normal file
3
ktop-0.3.5.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bd64ed72aecaf840192be088ee6d6e1e179c02024c9c93aaa6ccf2fbe297bcaa
|
||||||
|
size 1529868
|
19
ktop.changes
19
ktop.changes
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 17 05:03:17 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
- Update to version 0.3.5:
|
||||||
|
* Implements an informer for metrics-api types
|
||||||
|
* Support for OCI image release
|
||||||
|
* Bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292
|
||||||
|
to 0.1.0
|
||||||
|
* Bump golang.org/x/net from 0.0.0-20220127200216-cd36cc0744dd to
|
||||||
|
0.7.0
|
||||||
|
* Bump golang.org/x/text from 0.3.7 to 0.3.8
|
||||||
|
* Bump github.com/emicklei/go-restful
|
||||||
|
* Homebrew documentation update
|
||||||
|
- skip non-existent releases
|
||||||
|
* 0.3.1
|
||||||
|
* 0.3.2
|
||||||
|
* 0.3.3
|
||||||
|
* 0.3.4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 22 07:58:04 UTC 2022 - kastl@b1-systems.de
|
Wed Jun 22 07:58:04 UTC 2022 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
4
ktop.obsinfo
Normal file
4
ktop.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name: ktop
|
||||||
|
version: 0.3.5
|
||||||
|
mtime: 1681091605
|
||||||
|
commit: cb3a80f1ea70c6fbc1207c2b2340314aa19962b8
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ktop
|
# spec file for package ktop
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 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 __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||||
|
|
||||||
Name: ktop
|
Name: ktop
|
||||||
Version: 0.3.0
|
Version: 0.3.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A top-like tool for your Kubernetes clusters
|
Summary: A top-like tool for your Kubernetes clusters
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:ec77a887436b5c4876ac900c2da554c8fd33cebdd761b8492c6bda51a9394287
|
oid sha256:6f2876be1df0ae038e18b0a07c50b3d7c01f38295a5da6c9b00b65e8ca0cd7ff
|
||||||
size 10000587
|
size 9767967
|
||||||
|
Loading…
Reference in New Issue
Block a user