Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jp for openSUSE:Factory checked in at 2025-09-01 17:18:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jp (Old) and /work/SRC/openSUSE:Factory/.jp.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jp" Mon Sep 1 17:18:53 2025 rev:3 rq:1302212 version:1.1.12 Changes: -------- --- /work/SRC/openSUSE:Factory/jp/jp.changes 2021-07-12 01:25:17.333114925 +0200 +++ /work/SRC/openSUSE:Factory/.jp.new.1977/jp.changes 2025-09-01 17:19:39.946688999 +0200 @@ -1,0 +2,6 @@ +Wed Aug 20 12:30:09 UTC 2025 - Michael Matz <[email protected]> + +- Use current distro go default version. As these are oldish + sources, also use GO111MODULE=off. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jp.spec ++++++ --- /var/tmp/diff_new_pack.0mxZQR/_old 2025-09-01 17:19:40.470711186 +0200 +++ /var/tmp/diff_new_pack.0mxZQR/_new 2025-09-01 17:19:40.474711356 +0200 @@ -1,7 +1,7 @@ # # spec file for package jp # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2018-2021, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -27,7 +27,7 @@ #Git-Clone: https://github.com/sgreben/jp.git Source: https://github.com/sgreben/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz %if 0%{?suse_version} >= 1550 -BuildRequires: golang(API) = 1.13 +BuildRequires: golang(API) >= 1.13 %else BuildRequires: golang(API) >= 1.9 %endif @@ -46,10 +46,14 @@ %setup -q %build +GO111MODULE=off +export GO111MODULE %{goprep} github.com/sgreben/jp %{gobuild} ... %install +GO111MODULE=off +export GO111MODULE %{goinstall} %{gosrc} %{gofilelist}
