Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package libcontainers-common for
openSUSE:Factory checked in at 2023-12-05 17:00:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
and /work/SRC/openSUSE:Factory/.libcontainers-common.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcontainers-common"
Tue Dec 5 17:00:53 2023 rev:67 rq:1130686 version:20231204
Changes:
--------
---
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2023-09-22 21:47:11.112361747 +0200
+++
/work/SRC/openSUSE:Factory/.libcontainers-common.new.25432/libcontainers-common.changes
2023-12-05 17:00:56.888131441 +0100
@@ -1,0 +2,40 @@
+Mon Dec 4 07:12:17 UTC 2023 - Danish Prakash <[email protected]>
+
+- New release 20231204
+- bump c/common to 0.57.0
+ * Bump to v0.56.0 by
+ * Fix typo in comment
+ * fix(deps): update module github.com/opencontainers/image-spec to
v1.1.0-rc5
+ * Fix specification of unix:///run
+ * libimage/layer_tree: if parent is empty and a manifest list then ignore
check.
+ * fix(deps): update module github.com/onsi/ginkgo/v2 to v2.12.1
+ * Split up util package into pkg/password, pkg/copy, pkg/version
+ * Remove ActiveDestination method to move into podman
+ * Default machine CPUs to Cores/2
+ * pkg/config: do NOT set StaticDir and VolumeDir
+ * Implement negated label match function
+ * chore: import packages only once
+ * CoC: fix email link
+- bump c/storage to 1.51.0
+ * Bump to v1.50.2
+ * overlay, composefs: mount loop device RO
+ * Run codespell on code
+ * fix(deps): update module github.com/klauspost/compress to v1.17.0
+ * store: serialize container deletion
+ * pkg/system: reduce retry timeout for EnsureRemoveAll
+ * overlay, composefs: use data-only lower layers
+ * store: call RecordWrite() before graphDriver Cleanup()
+ * fix(deps): update module golang.org/x/sys to v0.13.0
+- bump c/image to 5.29.0
+ * Bump to v5.28.0
+ * fix(deps): update module github.com/containers/storage to v1.50.2
+ * Run codespell on code
+ * fix(deps): update module github.com/opencontainers/image-spec to
v1.1.0-rc5
+ * Use constants and types from opencontainers/image-spec/specs-go/v1
+ * progress: set Current before Refill
+ * copy: fix nil pointer dereference when checking compression algorithm
+ * fix(deps): update module github.com/klauspost/compress to v1.17.0
+ * fix(deps): update module github.com/sylabs/sif/v2 to v2.14.0
+ * ociarchive: Add new ArchiveFileNotFoundError
+
+-------------------------------------------------------------------
Old:
----
common-0.55.4.tar.xz
image-5.28.0.tar.xz
storage-1.50.2.tar.xz
New:
----
common-0.57.0.tar.xz
image-5.29.0.tar.xz
storage-1.51.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libcontainers-common.spec ++++++
--- /var/tmp/diff_new_pack.u7qfDX/_old 2023-12-05 17:00:58.012172873 +0100
+++ /var/tmp/diff_new_pack.u7qfDX/_new 2023-12-05 17:00:58.012172873 +0100
@@ -17,17 +17,17 @@
# commonver - version from containers/common
-%define commonver 0.55.4
+%define commonver 0.57.0
# storagever - version from containers/storage
-%define storagever 1.50.2
+%define storagever 1.51.0
# imagever - version from containers/image
-%define imagever 5.28.0
+%define imagever 5.29.0
# skopeover - version from containers/skopeo
-%define skopeover 1.13.3
+%define skopeover 1.14.0
# https://github.com/containers/shortnames
%define shortnamesver 2023.02.20
Name: libcontainers-common
-Version: 20230913
+Version: 20231204
Release: 0
Summary: Configuration files common to github.com/containers
License: Apache-2.0
++++++ _service ++++++
--- /var/tmp/diff_new_pack.u7qfDX/_old 2023-12-05 17:00:58.068174938 +0100
+++ /var/tmp/diff_new_pack.u7qfDX/_new 2023-12-05 17:00:58.068174938 +0100
@@ -3,7 +3,7 @@
<param name="url">https://github.com/containers/storage.git</param>
<param name="scm">git</param>
<param name="filename">storage</param>
- <param name="revision">v1.50.2</param>
+ <param name="revision">v1.51.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
@@ -11,7 +11,7 @@
<param name="url">https://github.com/containers/image.git</param>
<param name="scm">git</param>
<param name="filename">image</param>
- <param name="revision">v5.28.0</param>
+ <param name="revision">v5.29.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
@@ -19,7 +19,7 @@
<param name="url">https://github.com/containers/common.git</param>
<param name="scm">git</param>
<param name="filename">common</param>
- <param name="revision">v0.55.4</param>
+ <param name="revision">v0.57.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
++++++ common-0.55.4.tar.xz -> common-0.57.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/libcontainers-common/common-0.55.4.tar.xz
/work/SRC/openSUSE:Factory/.libcontainers-common.new.25432/common-0.57.0.tar.xz
differ: char 15, line 1
++++++ image-5.28.0.tar.xz -> image-5.29.0.tar.xz ++++++
++++ 6365 lines of diff (skipped)
++++++ storage-1.50.2.tar.xz -> storage-1.51.0.tar.xz ++++++
++++ 14515 lines of diff (skipped)