Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package golang-stable-image for
openSUSE:Factory checked in at 2025-12-17 17:35:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-stable-image (Old)
and /work/SRC/openSUSE:Factory/.golang-stable-image.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-stable-image"
Wed Dec 17 17:35:46 2025 rev:53 rq:1323201 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/golang-stable-image/golang-stable-image.changes
2025-11-06 18:18:22.852573141 +0100
+++
/work/SRC/openSUSE:Factory/.golang-stable-image.new.1939/golang-stable-image.changes
2025-12-17 17:40:19.249616409 +0100
@@ -1,0 +2,5 @@
+Tue Dec 16 15:28:01 UTC 2025 - SUSE Update Bot <[email protected]>
+
+- README.md language cleanups
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ README.md ++++++
--- /var/tmp/diff_new_pack.GvYzWG/_old 2025-12-17 17:40:19.749637434 +0100
+++ /var/tmp/diff_new_pack.GvYzWG/_new 2025-12-17 17:40:19.753637602 +0100
@@ -8,17 +8,17 @@
language, with syntax loosely derived from C. Go offers additional features
such as garbage collection, type safety, certain dynamic-typing capabilities,
additional built-in types (for example, variable-length arrays and key-value
-maps) as well as a large standard library.
+maps) and a large standard library.
## Usage
We recommend using the Go image as a build environment. Thus,
the compiler does not need to be shipped as part of the images that are
-deployed. Instead, we recommend to use the Go image as the
+deployed. Instead, we recommend using the Go image as the
builder image only.
There are two options to work with Go images. First, you can encapsulate your
-application in a `scratch` container image, essentially an empty filesystem
+application in a `scratch` container image, essentially an empty file system
image. This approach only works if your Go application does not depend on libc
or any other library or files, as they will not be available.