Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package open-vmdk for openSUSE:Factory checked in at 2026-01-03 17:27:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/open-vmdk (Old) and /work/SRC/openSUSE:Factory/.open-vmdk.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "open-vmdk" Sat Jan 3 17:27:13 2026 rev:4 rq:1325127 version:0.3.12 Changes: -------- --- /work/SRC/openSUSE:Factory/open-vmdk/open-vmdk.changes 2025-02-14 19:23:06.484184183 +0100 +++ /work/SRC/openSUSE:Factory/.open-vmdk.new.1928/open-vmdk.changes 2026-01-03 17:27:28.583879378 +0100 @@ -1,0 +2,19 @@ +Fri Jan 2 14:06:09 UTC 2026 - Dirk Müller <[email protected]> + +- update to 0.3.12: + * fix SparsePread() reading chunks smaller than grain size + * make SparsePread() thread safe by using stack for buffers + * vmdk-convert: multithreaded compression + * add `--detailed-info` option for `vmdk-convert -i` + * add configurable compression levels +- update to 0.3.11: + * Fix `file_id` setting + * test_files: pass 'vmdk-convert' path to ova-compose.py + * add 'required' attribute to properties + * pytests: Add test_all_configs + * Fixed typo in README.md. + * pytests: Add conftest.py and other tests + * add support for optional ethernet mac address in hardware + config + +------------------------------------------------------------------- Old: ---- v0.3.10.tar.gz New: ---- v0.3.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ open-vmdk.spec ++++++ --- /var/tmp/diff_new_pack.VaObyU/_old 2026-01-03 17:27:29.679924322 +0100 +++ /var/tmp/diff_new_pack.VaObyU/_new 2026-01-03 17:27:29.679924322 +0100 @@ -1,7 +1,7 @@ # # spec file for package open-vmdk # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: open-vmdk -Version: 0.3.10 +Version: 0.3.12 Release: 0 Summary: Tools to create OVA files from raw disk images License: Apache-2.0 ++++++ shebang.patch ++++++ --- /var/tmp/diff_new_pack.VaObyU/_old 2026-01-03 17:27:29.719925962 +0100 +++ /var/tmp/diff_new_pack.VaObyU/_new 2026-01-03 17:27:29.723926126 +0100 @@ -1,10 +1,21 @@ -diff -up ./ova-compose/ova-compose.py.shebang ./ova-compose/ova-compose.py ---- ./ova-compose/ova-compose.py.shebang 2023-08-29 13:41:19.903384525 +0100 -+++ ./ova-compose/ova-compose.py 2023-08-29 13:42:30.414339330 +0100 +Index: open-vmdk-0.3.12/ova-compose/ova-compose.py +=================================================================== +--- open-vmdk-0.3.12.orig/ova-compose/ova-compose.py ++++ open-vmdk-0.3.12/ova-compose/ova-compose.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # Copyright (c) 2023 VMware, Inc. All Rights Reserved. # +Index: open-vmdk-0.3.12/ovfenv/ovfenv +=================================================================== +--- open-vmdk-0.3.12.orig/ovfenv/ovfenv ++++ open-vmdk-0.3.12/ovfenv/ovfenv +@@ -1,4 +1,4 @@ +-#!/usr/bin/python ++#!/usr/bin/python3 + # + # Copyright 2011 VMware, Inc. All rights reserved. + # Permission is hereby granted, free of charge, to any person obtaining a copy ++++++ v0.3.10.tar.gz -> v0.3.12.tar.gz ++++++ ++++ 5967 lines of diff (skipped)
