commit k9s for openSUSE:Factory

2020-08-20 Thread root
Hello community,

here is the log from the commit of package k9s for openSUSE:Factory checked in 
at 2020-08-20 22:27:21

Comparing /work/SRC/openSUSE:Factory/k9s (Old)
 and  /work/SRC/openSUSE:Factory/.k9s.new.3399 (New)


Package is "k9s"

Thu Aug 20 22:27:21 2020 rev:6 rq:827439 version:0.21.7

Changes:

--- /work/SRC/openSUSE:Factory/k9s/k9s.changes  2020-04-04 12:18:49.307593049 
+0200
+++ /work/SRC/openSUSE:Factory/.k9s.new.3399/k9s.changes2020-08-20 
22:27:37.411947499 +0200
@@ -1,0 +2,6 @@
+Mon Aug 17 21:09:17 UTC 2020 - Dirk Mueller 
+
+- update to 0.21.7:
+  - see https://github.com/derailed/k9s/releases
+
+---

Old:

  k9s-0.18.1.tar.gz

New:

  _service
  k9s-0.21.7.tar.gz



Other differences:
--
++ k9s.spec ++
--- /var/tmp/diff_new_pack.HqBjvn/_old  2020-08-20 22:27:38.639948073 +0200
+++ /var/tmp/diff_new_pack.HqBjvn/_new  2020-08-20 22:27:38.643948075 +0200
@@ -17,12 +17,12 @@
 
 
 Name:   k9s
-Version:0.18.1
+Version:0.21.7
 Release:0
 Summary:Curses based terminal UI for Kubernetes clusters
 License:Apache-2.0
 URL:https://github.com/derailed/k9s
-Source: %{name}-%{version}.tar.gz
+Source: 
https://github.com/derailed/k9s/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:vendor.tar.gz
 Patch:  Makefile.diff
 BuildRequires:  golang(API) >= 1.13

++ Makefile.diff ++
--- /var/tmp/diff_new_pack.HqBjvn/_old  2020-08-20 22:27:38.667948086 +0200
+++ /var/tmp/diff_new_pack.HqBjvn/_new  2020-08-20 22:27:38.667948086 +0200
@@ -1,5 +1,7 @@
 Makefile.old   2020-03-30 15:08:59.872948876 +0200
-+++ Makefile   2020-03-30 15:10:08.284903853 +0200
+Index: Makefile
+===
+--- Makefile.orig
 Makefile
 @@ -1,6 +1,6 @@
  NAME:= k9s
  PACKAGE := github.com/derailed/$(NAME)
@@ -7,15 +9,13 @@
 +#GIT := $(shell git rev-parse --short HEAD)
  SOURCE_DATE_EPOCH ?= $(shell date +%s)
  DATE:= $(shell date -u -d @${SOURCE_DATE_EPOCH} +%FT%T%Z)
- VERSION  ?= v0.17.6
-@@ -18,8 +18,8 @@
+ VERSION  ?= v0.21.7
+@@ -18,7 +18,7 @@ cover:  ## Run test coverage suite
@go tool cover --html=cov.out
  
- build: ## Builds the CLI
+ build:  ## Builds the CLI
 -  @go build \
--  -ldflags "-w -s -X ${PACKAGE}/cmd.version=${VERSION} -X 
${PACKAGE}/cmd.commit=${GIT} -X ${PACKAGE}/cmd.date=${DATE}" \
 +  @go build  -mod vendor -buildmode=pie \
-+  -ldflags "-X ${PACKAGE}/cmd.version=${VERSION} -X 
${PACKAGE}/cmd.commit=${GIT} -X ${PACKAGE}/cmd.date=${DATE}" \
+   -ldflags "-w -s -X ${PACKAGE}/cmd.version=${VERSION} -X 
${PACKAGE}/cmd.commit=${GIT} -X ${PACKAGE}/cmd.date=${DATE}" \
-a -tags netgo -o execs/${NAME} main.go
  
- img:  ## Build Docker Image

++ _service ++

  

++ k9s-0.18.1.tar.gz -> k9s-0.21.7.tar.gz ++
/work/SRC/openSUSE:Factory/k9s/k9s-0.18.1.tar.gz 
/work/SRC/openSUSE:Factory/.k9s.new.3399/k9s-0.21.7.tar.gz differ: char 13, 
line 1

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/k9s/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.k9s.new.3399/vendor.tar.gz differ: char 1, line 1




commit k9s for openSUSE:Factory

2020-04-04 Thread root
Hello community,

here is the log from the commit of package k9s for openSUSE:Factory checked in 
at 2020-04-04 12:18:41

Comparing /work/SRC/openSUSE:Factory/k9s (Old)
 and  /work/SRC/openSUSE:Factory/.k9s.new.3248 (New)


Package is "k9s"

Sat Apr  4 12:18:41 2020 rev:5 rq:789869 version:0.18.1

Changes:

--- /work/SRC/openSUSE:Factory/k9s/k9s.changes  2020-02-21 16:39:28.809688038 
+0100
+++ /work/SRC/openSUSE:Factory/.k9s.new.3248/k9s.changes2020-04-04 
12:18:49.307593049 +0200
@@ -1,0 +2,8 @@
+Mon Mar 30 17:39:03 UTC 2020 - Michal Vyskocil 
+
+- Update to version 0.18.1
+  - Many bug fixes
+  - Many new features (auto suggestions, revisited logs, k9 plugins)
+  - see https://github.com/derailed/k9s/releases/
+
+---

Old:

  k9s-0.15.2.tar.gz

New:

  k9s-0.18.1.tar.gz



Other differences:
--
++ k9s.spec ++
--- /var/tmp/diff_new_pack.71Ugzj/_old  2020-04-04 12:18:52.667595936 +0200
+++ /var/tmp/diff_new_pack.71Ugzj/_new  2020-04-04 12:18:52.671595940 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   k9s
-Version:0.15.2
+Version:0.18.1
 Release:0
 Summary:Curses based terminal UI for Kubernetes clusters
 License:Apache-2.0
@@ -41,7 +41,7 @@
 %patch -p0
 
 %build
-make build
+make VERSION="%{version}" build
 
 %install
 # Install the binary.

++ Makefile.diff ++
--- /var/tmp/diff_new_pack.71Ugzj/_old  2020-04-04 12:18:52.695595960 +0200
+++ /var/tmp/diff_new_pack.71Ugzj/_new  2020-04-04 12:18:52.695595960 +0200
@@ -1,22 +1,19 @@
 Makefile
-+++ Makefile   2020/02/18 10:58:49
-@@ -1,8 +1,8 @@
+--- Makefile.old   2020-03-30 15:08:59.872948876 +0200
 Makefile   2020-03-30 15:10:08.284903853 +0200
+@@ -1,6 +1,6 @@
  NAME:= k9s
  PACKAGE := github.com/derailed/$(NAME)
 -GIT := $(shell git rev-parse --short HEAD)
 +#GIT := $(shell git rev-parse --short HEAD)
- DATE:= $(shell date +%FT%T%Z)
--VERSION  ?= v0.14.0
-+VERSION  ?= v0.15.2
- IMG_NAME := derailed/k9s
- IMAGE:= ${IMG_NAME}:${VERSION}
- 
-@@ -17,8 +17,8 @@
+ SOURCE_DATE_EPOCH ?= $(shell date +%s)
+ DATE:= $(shell date -u -d @${SOURCE_DATE_EPOCH} +%FT%T%Z)
+ VERSION  ?= v0.17.6
+@@ -18,8 +18,8 @@
@go tool cover --html=cov.out
  
  build: ## Builds the CLI
 -  @go build \
--  -ldflags "-w -X ${PACKAGE}/cmd.version=${VERSION} -X 
${PACKAGE}/cmd.commit=${GIT} -X ${PACKAGE}/cmd.date=${DATE}" \
+-  -ldflags "-w -s -X ${PACKAGE}/cmd.version=${VERSION} -X 
${PACKAGE}/cmd.commit=${GIT} -X ${PACKAGE}/cmd.date=${DATE}" \
 +  @go build  -mod vendor -buildmode=pie \
 +  -ldflags "-X ${PACKAGE}/cmd.version=${VERSION} -X 
${PACKAGE}/cmd.commit=${GIT} -X ${PACKAGE}/cmd.date=${DATE}" \
-a -tags netgo -o execs/${NAME} main.go

++ k9s-0.15.2.tar.gz -> k9s-0.18.1.tar.gz ++
/work/SRC/openSUSE:Factory/k9s/k9s-0.15.2.tar.gz 
/work/SRC/openSUSE:Factory/.k9s.new.3248/k9s-0.18.1.tar.gz differ: char 13, 
line 1

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/k9s/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.k9s.new.3248/vendor.tar.gz differ: char 1, line 1




commit k9s for openSUSE:Factory

2020-02-21 Thread root
Hello community,

here is the log from the commit of package k9s for openSUSE:Factory checked in 
at 2020-02-21 16:39:27

Comparing /work/SRC/openSUSE:Factory/k9s (Old)
 and  /work/SRC/openSUSE:Factory/.k9s.new.26092 (New)


Package is "k9s"

Fri Feb 21 16:39:27 2020 rev:4 rq:775135 version:0.15.2

Changes:

--- /work/SRC/openSUSE:Factory/k9s/k9s.changes  2020-01-22 22:42:06.552450065 
+0100
+++ /work/SRC/openSUSE:Factory/.k9s.new.26092/k9s.changes   2020-02-21 
16:39:28.809688038 +0100
@@ -1,0 +2,7 @@
+Tue Feb 18 10:53:52 UTC 2020 - Thorsten Kukuk 
+
+- Update to version 0.15.2
+  - Many bug fixes
+  - Many new features
+
+---

Old:

  k9s-0.13.0.tar.gz

New:

  k9s-0.15.2.tar.gz



Other differences:
--
++ k9s.spec ++
--- /var/tmp/diff_new_pack.VWrxuF/_old  2020-02-21 16:39:29.713689844 +0100
+++ /var/tmp/diff_new_pack.VWrxuF/_new  2020-02-21 16:39:29.717689851 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   k9s
-Version:0.13.0
+Version:0.15.2
 Release:0
 Summary:Curses based terminal UI for Kubernetes clusters
 License:Apache-2.0

++ Makefile.diff ++
--- /var/tmp/diff_new_pack.VWrxuF/_old  2020-02-21 16:39:29.729689876 +0100
+++ /var/tmp/diff_new_pack.VWrxuF/_new  2020-02-21 16:39:29.729689876 +0100
@@ -1,14 +1,13 @@
 --- Makefile
-+++ Makefile   2020/01/20 09:36:49
 Makefile   2020/02/18 10:58:49
 @@ -1,8 +1,8 @@
  NAME:= k9s
  PACKAGE := github.com/derailed/$(NAME)
 -GIT := $(shell git rev-parse --short HEAD)
--DATE:= $(shell date +%FT%T%Z)
--VERSION  := v0.12.0
 +#GIT := $(shell git rev-parse --short HEAD)
-+#DATE:= $(shell date +%FT%T%Z)
-+VERSION  := v0.13.0
+ DATE:= $(shell date +%FT%T%Z)
+-VERSION  ?= v0.14.0
++VERSION  ?= v0.15.2
  IMG_NAME := derailed/k9s
  IMAGE:= ${IMG_NAME}:${VERSION}
  

++ k9s-0.13.0.tar.gz -> k9s-0.15.2.tar.gz ++
 24212 lines of diff (skipped)

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/k9s/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.k9s.new.26092/vendor.tar.gz differ: char 5, line 1




commit k9s for openSUSE:Factory

2020-01-22 Thread root
Hello community,

here is the log from the commit of package k9s for openSUSE:Factory checked in 
at 2020-01-22 22:42:04

Comparing /work/SRC/openSUSE:Factory/k9s (Old)
 and  /work/SRC/openSUSE:Factory/.k9s.new.26092 (New)


Package is "k9s"

Wed Jan 22 22:42:04 2020 rev:3 rq:765735 version:0.13.0

Changes:

--- /work/SRC/openSUSE:Factory/k9s/k9s.changes  2020-01-13 22:16:59.890392264 
+0100
+++ /work/SRC/openSUSE:Factory/.k9s.new.26092/k9s.changes   2020-01-22 
22:42:06.552450065 +0100
@@ -1,0 +2,9 @@
+Mon Jan 20 09:17:41 UTC 2020 - Thorsten Kukuk 
+
+- Update to version 0.13.0
+  - Add Dracula Skin
+  - Add XRay Vision
+  - Bug fixes
+- Update vendor.tar.gz
+
+---

Old:

  k9s-0.12.0.tar.gz

New:

  k9s-0.13.0.tar.gz



Other differences:
--
++ k9s.spec ++
--- /var/tmp/diff_new_pack.0sFj2z/_old  2020-01-22 22:42:08.228450893 +0100
+++ /var/tmp/diff_new_pack.0sFj2z/_new  2020-01-22 22:42:08.232450894 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   k9s
-Version:0.12.0
+Version:0.13.0
 Release:0
 Summary:Curses based terminal UI for Kubernetes clusters
 License:Apache-2.0
@@ -38,7 +38,7 @@
 
 %prep
 %setup -qa1
-%patch -p1
+%patch -p0
 
 %build
 make build

++ Makefile.diff ++
--- /var/tmp/diff_new_pack.0sFj2z/_old  2020-01-22 22:42:08.248450903 +0100
+++ /var/tmp/diff_new_pack.0sFj2z/_new  2020-01-22 22:42:08.248450903 +0100
@@ -1,24 +1,25 @@
 k9s-0.9.3/Makefile.orig2019-10-30 00:03:44.0 +
-+++ k9s-0.9.3/Makefile 2019-11-07 13:11:51.587983262 +
+--- Makefile
 Makefile   2020/01/20 09:36:49
 @@ -1,8 +1,8 @@
  NAME:= k9s
- PACKAGE := github.com/derailed/$(NAME)/internal
- VERSION := dev
+ PACKAGE := github.com/derailed/$(NAME)
 -GIT := $(shell git rev-parse --short HEAD)
 -DATE:= $(shell date +%FT%T%Z)
+-VERSION  := v0.12.0
 +#GIT := $(shell git rev-parse --short HEAD)
 +#DATE:= $(shell date +%FT%T%Z)
- VERSION  := v0.9.3
++VERSION  := v0.13.0
  IMG_NAME := derailed/k9s
  IMAGE:= ${IMG_NAME}:${VERSION}
+ 
 @@ -17,8 +17,8 @@
@go tool cover --html=cov.out
  
  build: ## Builds the CLI
 -  @go build \
 -  -ldflags "-w -X ${PACKAGE}/cmd.version=${VERSION} -X 
${PACKAGE}/cmd.commit=${GIT} -X ${PACKAGE}/cmd.date=${DATE}" \
-+  @go build -mod vendor -buildmode=pie \
++  @go build  -mod vendor -buildmode=pie \
 +  -ldflags "-X ${PACKAGE}/cmd.version=${VERSION} -X 
${PACKAGE}/cmd.commit=${GIT} -X ${PACKAGE}/cmd.date=${DATE}" \
-   -a -tags netgo -o execs/${NAME} *.go
+   -a -tags netgo -o execs/${NAME} main.go
  
  img:  ## Build Docker Image

++ k9s-0.12.0.tar.gz -> k9s-0.13.0.tar.gz ++
 7518 lines of diff (skipped)

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/k9s/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.k9s.new.26092/vendor.tar.gz differ: char 5, line 1




commit k9s for openSUSE:Factory

2020-01-13 Thread root
Hello community,

here is the log from the commit of package k9s for openSUSE:Factory checked in 
at 2020-01-13 22:16:11

Comparing /work/SRC/openSUSE:Factory/k9s (Old)
 and  /work/SRC/openSUSE:Factory/.k9s.new.6675 (New)


Package is "k9s"

Mon Jan 13 22:16:11 2020 rev:2 rq:763924 version:0.12.0

Changes:

--- /work/SRC/openSUSE:Factory/k9s/k9s.changes  2019-11-26 16:52:24.340248410 
+0100
+++ /work/SRC/openSUSE:Factory/.k9s.new.6675/k9s.changes2020-01-13 
22:16:59.890392264 +0100
@@ -1,0 +2,18 @@
+Mon Jan 13 11:59:07 UTC 2020 - Thorsten Kukuk 
+
+- Update to version 0.12.0
+  - Performance fixes
+  - Searchable Logs
+  - APIServer Dud
+  - FullScreen Logs
+
+---
+Tue Jan  7 14:39:16 UTC 2020 - Thorsten Kukuk 
+
+- Update to version 0.11.2
+  - Many bug fixes
+  - Prelimary support for Helm 3 charts
+  - Major rework of the core
+  - Custom skins per cluster
+
+---

Old:

  k9s-0.9.3.tar.gz

New:

  k9s-0.12.0.tar.gz



Other differences:
--
++ k9s.spec ++
--- /var/tmp/diff_new_pack.xKezMC/_old  2020-01-13 22:17:06.98639 +0100
+++ /var/tmp/diff_new_pack.xKezMC/_new  2020-01-13 22:17:07.002395563 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package k9s
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   k9s
-Version:0.9.3
+Version:0.12.0
 Release:0
 Summary:Curses based terminal UI for Kubernetes clusters
 License:Apache-2.0
@@ -25,7 +25,7 @@
 Source: %{name}-%{version}.tar.gz
 Source1:vendor.tar.gz
 Patch:  Makefile.diff
-BuildRequires:  golang(API) >= 1.12
+BuildRequires:  golang(API) >= 1.13
 ExcludeArch:s390
 ExcludeArch:%{ix86}
 

++ k9s-0.9.3.tar.gz -> k9s-0.12.0.tar.gz ++
 66098 lines of diff (skipped)

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/k9s/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.k9s.new.6675/vendor.tar.gz differ: char 5, line 1