Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package obs-service-go_modules for
openSUSE:Factory checked in at 2023-10-10 20:59:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-go_modules (Old)
and /work/SRC/openSUSE:Factory/.obs-service-go_modules.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-service-go_modules"
Tue Oct 10 20:59:12 2023 rev:9 rq:1116359 version:0.6.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/obs-service-go_modules/obs-service-go_modules.changes
2023-04-03 17:47:32.978872261 +0200
+++
/work/SRC/openSUSE:Factory/.obs-service-go_modules.new.28202/obs-service-go_modules.changes
2023-10-10 20:59:32.700439152 +0200
@@ -1,0 +2,22 @@
+Mon Oct 9 04:19:30 UTC 2023 - Jeff Kowalczyk <[email protected]>
+
+- Use BuildRequires: golang(API) >= 1.21 instead of go >= 1.21
+ * The recommended Go toolchain dependency expression is
+ BuildRequires: golang(API) >= 1.x or optionally the metapackage
+ BuildRequires: go
+ * The go metapackage points to a single go version that
+ increments at a date TBD after each go1.x major release. The
+ expression golang(API) is available immediately upon each go1.x
+ major release and is stable for expressing the minimum version
+ or a temporarily pinned version.
+ * Refs boo#1214933
+ * Refs https://github.com/openSUSE/obs-service-go_modules/issues/33
+
+-------------------------------------------------------------------
+Sat Oct 7 05:19:34 UTC 2023 - Johannes Kastl <[email protected]>
+
+- Require go1.21 to make sure it works with go.mod files that
+ contain a three-digit-version (e.g. 1.21.1). Fixes boo#1214933
+ and https://github.com/openSUSE/obs-service-go_modules/issues/33
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ obs-service-go_modules.spec ++++++
--- /var/tmp/diff_new_pack.zGEbPI/_old 2023-10-10 20:59:33.988485860 +0200
+++ /var/tmp/diff_new_pack.zGEbPI/_new 2023-10-10 20:59:33.992486005 +0200
@@ -45,8 +45,8 @@
URL: https://github.com/openSUSE/obs-service-%{service}
Source: %{name}-%{version}.tar.gz
BuildRequires: go-md2man
-Requires: go >= 1.11
Requires: python3-libarchive-c
+Requires: golang(API) >= 1.21
BuildArch: noarch
%if %{with needs_external_argparse}
BuildRequires: %{use_python}-argparse