Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ubi_reader for openSUSE:Factory checked in at 2026-06-17 16:22:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ubi_reader (Old) and /work/SRC/openSUSE:Factory/.ubi_reader.new.1981 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ubi_reader" Wed Jun 17 16:22:59 2026 rev:8 rq:1359899 version:0.8.14 Changes: -------- --- /work/SRC/openSUSE:Factory/ubi_reader/ubi_reader.changes 2025-06-18 17:59:33.732587897 +0200 +++ /work/SRC/openSUSE:Factory/.ubi_reader.new.1981/ubi_reader.changes 2026-06-17 16:23:46.580759763 +0200 @@ -1,0 +2,20 @@ +Wed Jun 17 07:00:31 UTC 2026 - Martin Hauke <[email protected]> + +- Update to version 0.8.14 + * fix: handle negative node read size in ubifs walk. + * Fix master node error #126 + * feat: add support for zstd compressed inodes #131 + +------------------------------------------------------------------- +Fri Feb 20 14:17:47 UTC 2026 - Martin Hauke <[email protected]> + +- Update to version 0.8.13 + * Update output.py to support timestamp for symbolic link. + * refactor: moved duplicated function _process_reg_file to misc, + remove ... + * Add type hints to the codebase. + * drop support for python 3.9. + * Allow ubireader_list_files to recursively list files under + a path. + +------------------------------------------------------------------- Old: ---- ubi_reader-0.8.12.tar.gz New: ---- ubi_reader-0.8.14.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ubi_reader.spec ++++++ --- /var/tmp/diff_new_pack.rpDw4b/_old 2026-06-17 16:23:47.412794566 +0200 +++ /var/tmp/diff_new_pack.rpDw4b/_new 2026-06-17 16:23:47.412794566 +0200 @@ -1,8 +1,8 @@ # # spec file for package ubi_reader # -# Copyright (c) 2025 SUSE LLC -# Copyright (c) 2018-2025, Martin Hauke <[email protected]> +# Copyright (c) 2026 SUSE LLC and contributors +# Copyright (c) 2018-2026, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,19 +17,24 @@ # -%define pythons python3 +%define primary_python python313 +%define pythons %{primary_python} Name: ubi_reader -Version: 0.8.12 +Version: 0.8.14 Release: 0 Summary: Extract files from UBI and UBIFS images License: LGPL-3.0-or-later Group: Development/Tools/Other URL: https://github.com/onekey-sec/ubi_reader Source: https://github.com/onekey-sec/ubi_reader/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: %{python_module pip} -BuildRequires: %{python_module poetry} +BuildRequires: %{primary_python} +BuildRequires: %{primary_python}-pip +BuildRequires: %{primary_python}-poetry BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: %{primary_python}-cryptography +Requires: %{primary_python}-lzallright +Requires: %{primary_python}-zstandard BuildArch: noarch %description ++++++ ubi_reader-0.8.12.tar.gz -> ubi_reader-0.8.14.tar.gz ++++++ ++++ 2933 lines of diff (skipped)
