Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kail for openSUSE:Factory checked in 
at 2023-11-01 22:10:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kail (Old)
 and      /work/SRC/openSUSE:Factory/.kail.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kail"

Wed Nov  1 22:10:25 2023 rev:8 rq:1121569 version:0.17.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kail/kail.changes        2023-01-09 
17:23:59.927225069 +0100
+++ /work/SRC/openSUSE:Factory/.kail.new.17445/kail.changes     2023-11-01 
22:11:08.570250965 +0100
@@ -1,0 +2,37 @@
+Wed Nov 01 08:06:56 UTC 2023 - ka...@b1-systems.de
+
+- Update to version 0.17.0:
+  * Update ci.yml
+  * Bump github.com/rs/zerolog from 1.30.0 to 1.31.0
+  * chore: use bytes.Equal(canaryLog, log) instead
+  * add windows support, compile successful, make test also passed,
+    replace travis-badge to GitHub actions badge
+  * Fix duration in README.md tabe
+  * Bump k8s.io/client-go from 0.28.1 to 0.28.3
+  * Bump k8s.io/client-go from 0.27.4 to 0.28.1
+  * Bump k8s.io/client-go from 0.27.3 to 0.27.4
+  * Bump github.com/rs/zerolog from 1.29.1 to 1.30.0
+  * Bump github.com/boz/go-lifecycle from 0.1.0 to 0.1.1
+  * Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3
+  * drop "with:" for removed instructions
+  * Bump k8s.io/client-go from 0.27.1 to 0.27.3
+  * Bump github.com/stretchr/testify from 1.8.2 to 1.8.4
+  * Fix for Dockerfile smell DL3007
+  * bump dependencies and golang version
+  * doc: fix minikube url
+  * Bump k8s.io/client-go from 0.26.2 to 0.26.3
+  * Bump github.com/fatih/color from 1.14.1 to 1.15.0
+  * Bump k8s.io/client-go from 0.26.1 to 0.26.2
+  * Bump k8s.io/api from 0.26.1 to 0.26.2
+  * Bump github.com/stretchr/testify from 1.8.1 to 1.8.2
+  * Bump github.com/fatih/color from 1.14.0 to 1.14.1
+  * Bump github.com/rs/zerolog from 1.28.0 to 1.29.0
+  * Bump k8s.io/client-go from 0.26.0 to 0.26.1
+  * Bump github.com/fatih/color from 1.13.0 to 1.14.0
+  * Bump k8s.io/apimachinery from 0.26.0 to 0.26.1
+  * docker build added to goreleaser
+  * Bump github.com/rs/zerolog from 1.15.0 to 1.28.0
+  * reverted gorelease snapshot build in test as build is taking
+    longer
+
+-------------------------------------------------------------------

Old:
----
  kail-0.16.1.tar.gz

New:
----
  kail-0.17.0.obscpio
  kail.obsinfo

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kail.spec ++++++
--- /var/tmp/diff_new_pack.keqs60/_old  2023-11-01 22:11:09.190273933 +0100
+++ /var/tmp/diff_new_pack.keqs60/_new  2023-11-01 22:11:09.190273933 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           kail
-Version:        0.16.1
+Version:        0.17.0
 Release:        0
 Summary:        Kubernetes log viewer
 License:        MIT
@@ -25,7 +25,7 @@
 URL:            https://github.com/boz/kail
 Source:         %{name}-%{version}.tar.gz
 Source1:        vendor.tar.gz
-BuildRequires:  golang(API) >= 1.18
+BuildRequires:  golang(API) >= 1.20
 ExcludeArch:    s390
 ExcludeArch:    %{ix86}
 
@@ -36,20 +36,21 @@
 in or out of the selection.
 
 %prep
-%setup -qa1
+%autosetup -p 1 -a 1
 
 %build
-# use vendor directory and build as position independent executeable
-sed -i -e 's|$(GO) build|go build -mod vendor -buildmode=pie|g' Makefile
-make build
+go build \
+   -mod=vendor \
+   -buildmode=pie \
+   -ldflags="-X main.version=%{version} -X main.commit=v%{version}" \
+   -o bin/%{name} ./cmd/%{name}
 
 %install
 # Install the binary.
-mkdir -p %{buildroot}%{_bindir}/
-install -m 0755 kail %{buildroot}%{_bindir}/kail
+install -D -m 0755 bin/%{name} %{buildroot}/%{_bindir}/%{name}
 
 %files
 %license LICENSE.txt
 %doc README.md
-%{_bindir}/kail
+%{_bindir}/%{name}
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.keqs60/_old  2023-11-01 22:11:09.218274971 +0100
+++ /var/tmp/diff_new_pack.keqs60/_new  2023-11-01 22:11:09.218274971 +0100
@@ -1,22 +1,21 @@
 <services>
-  <service name="tar_scm" mode="disabled">
+  <service name="obs_scm" mode="manual">
     <param name="url">https://github.com/boz/kail</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v0.16.1</param>
+    <param name="revision">v0.17.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>
   </service>
-  <service name="set_version" mode="disabled">
-    <param name="basename">kail</param>
+  <service name="set_version" mode="manual">
   </service>
-  <service name="recompress" mode="disabled">
+  <service name="tar" mode="buildtime"/>
+  <service name="recompress" mode="buildtime">
     <param name="file">*.tar</param>
     <param name="compression">gz</param>
   </service>
-  <service name="go_modules" mode="disabled">
-    <param name="archive">kail-0.16.1.tar.gz</param>
+  <service name="go_modules" mode="manual">
   </service>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.keqs60/_old  2023-11-01 22:11:09.238275712 +0100
+++ /var/tmp/diff_new_pack.keqs60/_new  2023-11-01 22:11:09.238275712 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/boz/kail</param>
-              <param 
name="changesrevision">625673f43fcfb4ff6f45f2044376d8bfca8cbd6a</param></service></servicedata>
+              <param 
name="changesrevision">db891f00cb45b19b2edaa8284664bb1ae878fcdc</param></service></servicedata>
 (No newline at EOF)
 

++++++ kail.obsinfo ++++++
name: kail
version: 0.17.0
mtime: 1698777249
commit: db891f00cb45b19b2edaa8284664bb1ae878fcdc

++++++ vendor.tar.gz ++++++
++++ 237146 lines of diff (skipped)

Reply via email to