Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package picotool for openSUSE:Factory checked in at 2025-03-11 20:45:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/picotool (Old) and /work/SRC/openSUSE:Factory/.picotool.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "picotool" Tue Mar 11 20:45:26 2025 rev:12 rq:1251986 version:2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/picotool/picotool.changes 2024-10-30 17:34:44.753035315 +0100 +++ /work/SRC/openSUSE:Factory/.picotool.new.19136/picotool.changes 2025-03-11 20:46:39.969572263 +0100 @@ -1,0 +2,17 @@ +Tue Mar 11 09:04:24 UTC 2025 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Fix cmake installation path on 64-bit architectures + +------------------------------------------------------------------- +Tue Mar 11 00:45:43 UTC 2025 - Dominik Heidler <dheid...@suse.de> + +- Update to 2.1.1 + * Sped up the coprodis command which was very slow for large files on some platforms + * Sped up the info command by caching data read from the device + +- Update to 2.1.0 + * Added partition table; and otp permissions, whitelabel, contents and settings JSON schemas + * Moved example json files into json folder, with schemas in json/schemas + * All commands now require 0x before hexadecimal family IDs + +------------------------------------------------------------------- Old: ---- pico-sdk-2.0.0.tar.gz picotool-2.0.0.tar.gz New: ---- pico-sdk-2.1.1.tar.gz picotool-2.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ picotool.spec ++++++ --- /var/tmp/diff_new_pack.Vh3FYt/_old 2025-03-11 20:46:40.481593644 +0100 +++ /var/tmp/diff_new_pack.Vh3FYt/_new 2025-03-11 20:46:40.485593810 +0100 @@ -1,7 +1,7 @@ # # spec file for package picotool # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%define sdk_version 2.0.0 +%define sdk_version 2.1.1 Name: picotool -Version: 2.0.0 +Version: 2.1.1 Release: 0 Summary: Tool to inspect RP2040 binaries License: BSD-3-Clause @@ -35,6 +35,8 @@ %prep %autosetup -a 1 +#Revert https://github.com/raspberrypi/picotool/commit/6ad9c23 +sed -i 's#set(INSTALL_CONFIGDIR lib/cmake/picotool)#set(INSTALL_CONFIGDIR ${CMAKE_INSTALL_LIBDIR}/cmake/picotool)#' CMakeLists.txt %build %cmake -DPICO_SDK_PATH="../pico-sdk-%{sdk_version}" ++++++ pico-sdk-2.0.0.tar.gz -> pico-sdk-2.1.1.tar.gz ++++++ ++++ 26161 lines of diff (skipped) ++++++ picotool-2.0.0.tar.gz -> picotool-2.1.1.tar.gz ++++++ ++++ 6592 lines of diff (skipped)