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.changes 2020-08-20 22:27:37.411947499 +0200 @@ -1,0 +2,6 @@ +Mon Aug 17 21:09:17 UTC 2020 - Dirk Mueller <[email protected]> + +- 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 ++++++ <services> <service name="go_modules" mode="disabled"/> </services> ++++++ 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
