New Arm Tumbleweed snapshot 20231015 released!
Please note that this mail was generated by a script. The described changes are computed based on the aarch64 DVD. The full online repo contains too many changes to be listed here. Please check the known defects of this snapshot before upgrading: https://openqa.opensuse.org/tests/overview?distri=opensuse&groupid=3&version=Tumbleweed&build=20231015 Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org. For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports Packages changed: ImageMagick ark libblockdev (3.0.3 -> 3.0.4) patterns-gnome python-cffi (1.15.1 -> 1.16.0) u-boot-rpiarm64 yelp === Details === ==== ImageMagick ==== Subpackages: ImageMagick-config-7-SUSE ImageMagick-extra libMagickCore-7_Q16HDRI10 libMagickWand-7_Q16HDRI10 - added patches fix https://github.com/ImageMagick/ImageMagick/commit/3c727503c6ae449160dc92cf62... + ImageMagick-correct-time-to-live.patch ==== ark ==== Subpackages: libkerfuffle23 - Add patch to fix bzip2 support with shared-mime-info >= 2.3: * 0001-Fix-support-for-bzip2-format-with-shared-mime-info-2.patch - Drop patch, not necessary since Leap 15.2: * 0001-Support-building-against-libarchive-3.3.2-again.patch ==== libblockdev ==== Version update (3.0.3 -> 3.0.4) Subpackages: libbd_btrfs3 libbd_crypto3 libbd_fs3 libbd_loop3 libbd_lvm3 libbd_mdraid3 libbd_nvme3 libbd_part3 libbd_swap3 libbd_utils3 libblockdev3 - Update to 3.0.4: * plugins: use g_autofree for free'ing g_char's * plugins: btrfs: use g_autofree where possible for g_free * fs: correct btrfs set label description * nvme: Rework memory allocation for device ioctls * spec: Obsolete vdo plugin packages * spec: Move obsoleted devel subpackages to libblockdev-devel * ci: Bump actions/checkout from v3 to v4 * part: Do not open disk read-write for read only operations * fs: Disable progress for ntfsresize * packit: Add configuration for downstream builds * logging: Default to DEBUG log level if compiled with --enable-debug * Use log function when calling a plugin function that is not loaded * lvm-dbus: Replace g_critical calls with bd_utils_log_format * tests: Fail early when recompilation fails in library_test ==== patterns-gnome ==== Subpackages: patterns-gnome-gnome patterns-gnome-gnome_basic patterns-gnome-gnome_basis patterns-gnome-gnome_basis_opt patterns-gnome-gnome_games patterns-gnome-gnome_imaging patterns-gnome-gnome_internet patterns-gnome-gnome_multimedia patterns-gnome-gnome_office patterns-gnome-gnome_utilities patterns-gnome-gnome_x11 patterns-gnome-gnome_yast patterns-gnome-sw_management_gnome - Drop mousetweaks as a recommended package, it has not been needed for assistive technologies in a long time. ==== python-cffi ==== Version update (1.15.1 -> 1.16.0) - Upgrade to 1.16.0: - Add support for Python 3.12. With the removal of distutils from Python 3.12, projects using CFFI features that depend on distutils at runtime must add a dependency on setuptools to function under Python 3.12+. CFFI does not declare a runtime setuptools requirement to avoid an unnecessary dependency for projects that do not require it. - Drop support for end-of-life Python versions (2.7, 3.6, 3.7). - Move project source under src/; a more standard layout that also enables CI to more easily catch packaging errors. - Move project home to python-cffi/cffi on GitHub. - Add support for PEP517 builds; setuptools is now a required build dependency. - Declare python_requires metadata for Python 3.8+. This allows unsupported Pythons to continue using previously released sdists and wheels. - Add missing calls to PyObject_GC_UnTrack to avoid ResourceWarning 15c4b71 - Remove upstreamed patch 8a3c2c816d789639b49d3ae867213393ed7abdff.patch - Clean up the SPEC file ==== u-boot-rpiarm64 ==== Subpackages: u-boot-rpiarm64-doc Use upstream patch instead downstream workaround to fix boo#1216036 * Patches dropped: 0017-rpi-fix-boot-on-RPi4-after-commit-c.patch * Patches added: 0017-bootstd-Scan-all-bootdevs-in-a-boot.patch ==== yelp ==== Subpackages: libyelp0 - Add upstream bug fixes: + dd69a1df8e660cf6cf27e44a6bba02934fc00b48.patch: Fix compile error with ./autogen.sh --enable-debug=yes + 855cae4a336f7676f093579c9a6b2d9fae7a1f80.patch: Support search box for man pages - Add gtk-doc, libtool and pkgconfig(appstream-glib) BuildRequires and call NOCONFIGURE=1 ./autogen.sh, bootstrap the build, as the above patches touches the buildsystem.
On 17.10.23 09:06, Guillaume Gardet wrote:
==== u-boot-rpiarm64 ==== Subpackages: u-boot-rpiarm64-doc
Use upstream patch instead downstream workaround to fix boo#1216036 * Patches dropped: 0017-rpi-fix-boot-on-RPi4-after-commit-c.patch * Patches added: 0017-bootstd-Scan-all-bootdevs-in-a-boot.patch
This u-boot no longer boots my RPI4 from USB, instead it goes into trying to boot from tftp or something like that. I had to replace the u-boot.bin with the one from 20231011 to get it booting again. Fortunately I usually update only one of the machines immediately, so I could salvage a working u-boot.bin from the other one. raspi4a:~ # md5sum /boot/efi/u-boot.bin /boot/efi/u-boot.bad.20231017 6b1fddf32bb834c88b285a4abbea2bca /boot/efi/u-boot.bin a14b7d94f8c996b036d5039336c2fd2f /boot/efi/u-boot.bad.20231017 raspi4a:~ # ls -l /boot/efi/u-boot.bin /boot/efi/u-boot.bad.20231017 -rwxr-xr-x 1 root root 621136 Oct 17 10:04 /boot/efi/u-boot.bad.20231017 -rwxr-xr-x 1 root root 621104 Oct 17 16:58 /boot/efi/u-boot.bin This was keeping ~25% of the PMBS ARM build power out of service ;-) Best regards, -- Stefan Seyfried "For a successful technology, reality must take precedence over public relations, for nature cannot be fooled." -- Richard Feynman
Hi Stefan,
-----Original Message----- From: Stefan Seyfried <stefan.seyfried@googlemail.com> Sent: Tuesday, October 17, 2023 7:11 PM To: arm@lists.opensuse.org Subject: Re: New Arm Tumbleweed snapshot 20231015 released!
On 17.10.23 09:06, Guillaume Gardet wrote:
==== u-boot-rpiarm64 ==== Subpackages: u-boot-rpiarm64-doc
Use upstream patch instead downstream workaround to fix boo#1216036 * Patches dropped: 0017-rpi-fix-boot-on-RPi4-after-commit-c.patch * Patches added: 0017-bootstd-Scan-all-bootdevs-in-a-boot.patch
This u-boot no longer boots my RPI4 from USB, instead it goes into trying to boot from tftp or something like that. I had to replace the u-boot.bin with the one from 20231011 to get it booting again. Fortunately I usually update only one of the machines immediately, so I could salvage a working u-boot.bin from the other one.
raspi4a:~ # md5sum /boot/efi/u-boot.bin /boot/efi/u-boot.bad.20231017 6b1fddf32bb834c88b285a4abbea2bca /boot/efi/u-boot.bin a14b7d94f8c996b036d5039336c2fd2f /boot/efi/u-boot.bad.20231017 raspi4a:~ # ls -l /boot/efi/u-boot.bin /boot/efi/u-boot.bad.20231017 -rwxr-xr-x 1 root root 621136 Oct 17 10:04 /boot/efi/u-boot.bad.20231017 -rwxr-xr-x 1 root root 621104 Oct 17 16:58 /boot/efi/u-boot.bin
This was keeping ~25% of the PMBS ARM build power out of service ;-)
Thanks for the report. Could you report it on https://bugzilla.opensuse.org please? That way, we can track the problem properly. Thanks, Guillaume
Best regards, -- Stefan Seyfried
"For a successful technology, reality must take precedence over public relations, for nature cannot be fooled." -- Richard Feynman
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
participants (3)
-
Guillaume Gardet
-
Guillaume Gardet
-
Stefan Seyfried