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 2021-03-17 20:14:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hello-kubic (Old) and /work/SRC/openSUSE:Factory/.hello-kubic.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hello-kubic" Wed Mar 17 20:14:06 2021 rev:5 rq:879432 version:1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/hello-kubic/hello-kubic.changes 2020-01-13 22:15:33.150352031 +0100 +++ /work/SRC/openSUSE:Factory/.hello-kubic.new.2401/hello-kubic.changes 2021-03-17 20:15:40.826966961 +0100 @@ -1,0 +2,13 @@ +Tue Mar 16 14:54:54 UTC 2021 - Thorsten Kukuk <[email protected]> + +- Change to go.mod + +------------------------------------------------------------------- +Mon Mar 15 22:37:26 UTC 2021 - Jeff Kowalczyk <[email protected]> + +- Set GO111MODULE=auto to build with go1.16+ + * Default changed to GO111MODULE=on in go1.16 + * Set temporarily until upstream has go.mod in top level directory + * Drop BuildRequires: golang-packaging not currently using macros + +------------------------------------------------------------------- Old: ---- hello-kubic-1.3.tar.xz New: ---- hello-kubic-1.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hello-kubic.spec ++++++ --- /var/tmp/diff_new_pack.hlPCTa/_old 2021-03-17 20:15:41.646968082 +0100 +++ /var/tmp/diff_new_pack.hlPCTa/_new 2021-03-17 20:15:41.646968082 +0100 @@ -1,7 +1,7 @@ # # spec file for package hello-kubic # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,13 @@ Name: hello-kubic -Version: 1.3 +Version: 1.4 Release: 0 Summary: A mini webserver showing a hello kubic page License: Apache-2.0 -Group: System/Management URL: https://github.com/thkukuk/hello-kubic Source: %{name}-%{version}.tar.xz -BuildRequires: golang-packaging -BuildRequires: golang(API) >= 1.12 +BuildRequires: golang(API) >= 1.16 BuildRoot: %{_tmppath}/%{name}-%{version}-build ExcludeArch: s390 %ix86 ++++++ hello-kubic-1.3.tar.xz -> hello-kubic-1.4.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hello-kubic-1.3/VERSION new/hello-kubic-1.4/VERSION --- old/hello-kubic-1.3/VERSION 2019-12-22 21:56:32.213657689 +0100 +++ new/hello-kubic-1.4/VERSION 2021-03-16 15:49:35.370755538 +0100 @@ -1 +1 @@ -1.3 +1.4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hello-kubic-1.3/go.mod new/hello-kubic-1.4/go.mod --- old/hello-kubic-1.3/go.mod 1970-01-01 01:00:00.000000000 +0100 +++ new/hello-kubic-1.4/go.mod 2021-03-16 15:49:35.370755538 +0100 @@ -0,0 +1,3 @@ +module github.com/thkukuk/hello-kubic + +go 1.12
