Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hello-kubic for openSUSE:Factory 
checked in at 2022-08-10 17:14:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hello-kubic (Old)
 and      /work/SRC/openSUSE:Factory/.hello-kubic.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hello-kubic"

Wed Aug 10 17:14:58 2022 rev:6 rq:994328 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/hello-kubic/hello-kubic.changes  2021-03-17 
20:15:40.826966961 +0100
+++ /work/SRC/openSUSE:Factory/.hello-kubic.new.1521/hello-kubic.changes        
2022-08-10 17:16:04.578142783 +0200
@@ -1,0 +2,6 @@
+Wed Aug 10 12:42:58 UTC 2022 - Thorsten Kukuk <ku...@suse.com>
+
+- Update to version 1.4.1
+  - Print info messages on stdout,  not stderr
+
+-------------------------------------------------------------------
@@ -3,0 +10 @@
+- Update to version 1.4

Old:
----
  hello-kubic-1.4.tar.xz

New:
----
  hello-kubic-1.4.1.tar.xz

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

Other differences:
------------------
++++++ hello-kubic.spec ++++++
--- /var/tmp/diff_new_pack.YPIMfF/_old  2022-08-10 17:16:05.006143900 +0200
+++ /var/tmp/diff_new_pack.YPIMfF/_new  2022-08-10 17:16:05.010143910 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hello-kubic
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 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:           hello-kubic
-Version:        1.4
+Version:        1.4.1
 Release:        0
 Summary:        A mini webserver showing a hello kubic page
 License:        Apache-2.0

++++++ hello-kubic-1.4.tar.xz -> hello-kubic-1.4.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hello-kubic-1.4/VERSION new/hello-kubic-1.4.1/VERSION
--- old/hello-kubic-1.4/VERSION 2021-03-16 15:49:35.370755538 +0100
+++ new/hello-kubic-1.4.1/VERSION       2022-08-10 14:40:47.332752436 +0200
@@ -1 +1 @@
-1.4
+1.4.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hello-kubic-1.4/cmd/hello-kubic/main.go 
new/hello-kubic-1.4.1/cmd/hello-kubic/main.go
--- old/hello-kubic-1.4/cmd/hello-kubic/main.go 2021-03-16 15:49:35.370755538 
+0100
+++ new/hello-kubic-1.4.1/cmd/hello-kubic/main.go       2022-08-10 
14:40:47.332752436 +0200
@@ -46,6 +46,7 @@
        if len(os.Getenv("MESSAGE")) > 0 {
                message = os.Getenv("MESSAGE")
        }
+  log.SetOutput(os.Stdout)
        log.Printf("Hello-Kubic %s started\n", version)
        http.HandleFunc("/", indexHandler)
        http.HandleFunc("/openSUSE-Kubic-Logo.png",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hello-kubic-1.4/go.mod new/hello-kubic-1.4.1/go.mod
--- old/hello-kubic-1.4/go.mod  2021-03-16 15:49:35.370755538 +0100
+++ new/hello-kubic-1.4.1/go.mod        2022-08-10 14:40:47.332752436 +0200
@@ -1,3 +1,3 @@
 module github.com/thkukuk/hello-kubic
 
-go 1.12
+go 1.16

Reply via email to