Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qemu for openSUSE:Factory checked in at 2024-10-30 17:30:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qemu (Old) and /work/SRC/openSUSE:Factory/.qemu.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "qemu" Wed Oct 30 17:30:01 2024 rev:279 rq:1219012 version:9.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qemu/qemu.changes 2024-10-18 15:51:15.948223965 +0200 +++ /work/SRC/openSUSE:Factory/.qemu.new.2020/qemu.changes 2024-10-30 17:31:14.024209540 +0100 @@ -1,0 +2,47 @@ +Tue Oct 29 11:03:28 UTC 2024 - Dario Faggioli <dfaggioli@suse.com> + +- Update to version 9.1.1: + Full changelog here: + https://lore.kernel.org/qemu-devel/7f0561ec-3564-4860-bacf-a98071a5ce52@tls.... + Some of the most notable features: + * ui/dbus: fix filtering all update messages + * ui/win32: fix potential use-after-free with dbus shared memory + * ui/dbus: fix leak on message filtering + * hw/audio/hda: fix memory leak on audio setup + * hw/audio/hda: free timer on exit + * hw/char/pl011: Use correct masks for IBRD and FBRD + * hw/intc/arm_gicv3_cpuif: Add cast to match the documentation + * hw/intc/arm_gicv3: Add cast to match the documentation + * hw/intc/arm_gicv3: Add cast to match the documentation + * meson: ensure -mcx16 is passed when detecting ATOMIC128 + * meson: define qemu_isa_flags + * meson: fix machine option for x86_version + * target/m68k: Always return a temporary from gen_lea_mode + * tcg/ppc: Use TCG_REG_TMP2 for scratch index in prepare_host_addr + * tcg/ppc: Use TCG_REG_TMP2 for scratch tcg_out_qemu_st + * linux-user: Fix parse_elf_properties GNU0_MAGIC check + * linux-user/flatload: Take mmap_lock in load_flt_binary() + * vnc: fix crash when no console attached + * testing: bump mips64el cross to bookworm and fix package list + * hw/sd/sdcard: Fix handling of disabled boot partitions + * target/arm: Avoid target_ulong for physical address lookups + * block/reqlist: allow adding overlapping requests + * util/timer: avoid deadlock when shutting down + * hw/mips/jazz: fix typo in in-built NIC alias + * tcg: Fix iteration step in 32-bit gvec operation + * hw/loongarch/virt: Add description for virt machine type + * migration/multifd: Fix p->iov leak in multifd-uadk.c + * target/ppc: Fix migration of CPUs with TLB_EMB TLB type + * target/hppa: Fix random 32-bit linux-user crashes + * target/arm: Correct ID_AA64ISAR1_EL1 value for neoverse-v1 + * hw/char/stm32l4x5_usart.c: Enable USART ACK bit response + * migration/multifd: Fix rb->receivedmap cleanup race + * mac_dbdma: Remove leftover `dma_memory_unmap` calls + +------------------------------------------------------------------- +Tue Oct 29 10:43:50 UTC 2024 - dfaggioli@suse.com + +- Fix boo#1231166: + * [openSUSE][RPM] The qemu translation is not being installed (boo#1231166) + +------------------------------------------------------------------- Old: ---- qemu-9.1.0.obscpio New: ---- qemu-9.1.1.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qemu-linux-user.spec ++++++ --- /var/tmp/diff_new_pack.y6xZGD/_old 2024-10-30 17:31:26.552733714 +0100 +++ /var/tmp/diff_new_pack.y6xZGD/_new 2024-10-30 17:31:26.556733881 +0100 @@ -27,7 +27,7 @@ Summary: CPU emulator for user space License: BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT Group: System/Emulators/PC -Version: 9.1.0 +Version: 9.1.1 Release: 0 Source0: qemu-%{version}.tar.xz Source1: common.inc ++++++ qemu.spec ++++++ --- /var/tmp/diff_new_pack.y6xZGD/_old 2024-10-30 17:31:26.588735220 +0100 +++ /var/tmp/diff_new_pack.y6xZGD/_new 2024-10-30 17:31:26.592735387 +0100 @@ -82,7 +82,7 @@ Summary: Machine emulator and virtualizer License: BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT Group: System/Emulators/PC -Version: 9.1.0 +Version: 9.1.1 Release: 0 Source0: qemu-%{version}.tar.xz Source1: common.inc @@ -262,7 +262,6 @@ Suggests: qemu-block-ssh Suggests: qemu-chardev-baum Suggests: qemu-extra -Suggests: qemu-lang Suggests: qemu-microvm Suggests: qemu-skiboot Suggests: qemu-vhost-user-gpu @@ -314,6 +313,8 @@ This package acts as an umbrella package to the other QEMU sub-packages. +%lang_package + %files %if %{kvm_available} %ifarch s390x @@ -888,17 +889,17 @@ # Upstream provides services for qemu-pr-helper. So far, we've not needed # them, so let's continue not to ship them for now. If that changes, just -# uncomment these lines (and the ones in the %file pr-helper section) -#install -m 0644 contrib/systemd/qemu-pr-helper.service %{buildroot}%{_unitdir} -#install -m 0644 contrib/systemd/qemu-pr-helper.socket %{buildroot}%{_unitdir} +# uncomment these lines (and the ones in the %%file pr-helper section) +#install -m 0644 contrib/systemd/qemu-pr-helper.service %%{buildroot}%%{_unitdir} +#install -m 0644 contrib/systemd/qemu-pr-helper.socket %%{buildroot}%%{_unitdir} %if 0%{with vmsr_helper} echo "" # Upstream provides services for qemu-vmsr-helper. So far, we've not needed # them, so let's continue not to ship them for now. If that changes, just -# uncomment these lines (and the ones in the %file vmsr-helper section) -#install -m 0644 contrib/systemd/qemu-vmsr-helper.service %{buildroot}%{_unitdir} -#install -m 0644 contrib/systemd/qemu-vmsr-helper.socket %{buildroot}%{_unitdir} +# uncomment these lines (and the ones in the %%file vmsr-helper section) +#install -m 0644 contrib/systemd/qemu-vmsr-helper.service %%{buildroot}%%{_unitdir} +#install -m 0644 contrib/systemd/qemu-vmsr-helper.socket %%{buildroot}%%{_unitdir} %endif %suse_update_desktop_file qemu @@ -1210,15 +1211,6 @@ %_datadir/%name/QEMU,cgthree.bin %_datadir/%name/QEMU,tcx.bin -%package lang -Summary: Translations for QEMU -Group: System/Emulators/PC - -%description lang -This package contains a few language translations, particularly for the -graphical user interface components that come with QEMU. The bulk of strings -in QEMU are not localized. - %files lang -f %blddir/%name.lang %package audio-alsa @@ -1579,8 +1571,8 @@ %files pr-helper %_bindir/qemu-pr-helper -#%{_unitdir}/qemu-pr-helper.service -#%{_unitdir}/qemu-pr-helper.socket +#%%{_unitdir}/qemu-pr-helper.service +#%%{_unitdir}/qemu-pr-helper.socket %_mandir/man8/qemu-pr-helper.8.gz %if 0%{with vmsr_helper} @@ -1593,8 +1585,8 @@ %files vmsr-helper %_bindir/qemu-vmsr-helper -#%{_unitdir}/qemu-vmsr-helper.service -#%{_unitdir}/qemu-vmsr-helper.socket +#%%{_unitdir}/qemu-vmsr-helper.service +#%%{_unitdir}/qemu-vmsr-helper.socket %endif %package tools @@ -1862,7 +1854,7 @@ %package seabios Summary: x86 Legacy BIOS for QEMU Group: System/Emulators/PC -Version: 9.1.0%{sbver} +Version: 9.1.1%{sbver} Release: 0 BuildArch: noarch Conflicts: %name < 1.6.0 @@ -1883,7 +1875,7 @@ %package vgabios Summary: VGA BIOSes for QEMU Group: System/Emulators/PC -Version: 9.1.0%{sbver} +Version: 9.1.1%{sbver} Release: 0 BuildArch: noarch Conflicts: %name < 1.6.0 @@ -1909,7 +1901,7 @@ %package ipxe Summary: PXE ROMs for QEMU NICs Group: System/Emulators/PC -Version: 9.1.0 +Version: 9.1.1 Release: 0 BuildArch: noarch Conflicts: %name < 1.6.0 ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.y6xZGD/_old 2024-10-30 17:31:26.668738567 +0100 +++ /var/tmp/diff_new_pack.y6xZGD/_new 2024-10-30 17:31:26.676738902 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/opensuse/qemu.git</param> - <param name="changesrevision">0dbd22c0dd1c7781582a94bc4d4f55daaab27158</param></service></servicedata> + <param name="changesrevision">b0b6a79d592ce8d759bf3e2a5915cf84e51f0cc6</param></service></servicedata> (No newline at EOF) ++++++ qemu-9.1.0.obscpio -> qemu-9.1.1.obscpio ++++++ /work/SRC/openSUSE:Factory/qemu/qemu-9.1.0.obscpio /work/SRC/openSUSE:Factory/.qemu.new.2020/qemu-9.1.1.obscpio differ: char 49, line 1 ++++++ qemu.obsinfo ++++++ --- /var/tmp/diff_new_pack.y6xZGD/_old 2024-10-30 17:31:26.744741747 +0100 +++ /var/tmp/diff_new_pack.y6xZGD/_new 2024-10-30 17:31:26.744741747 +0100 @@ -1,5 +1,5 @@ name: qemu -version: 9.1.0 -mtime: 1729087038 -commit: 0dbd22c0dd1c7781582a94bc4d4f55daaab27158 +version: 9.1.1 +mtime: 1730196107 +commit: b0b6a79d592ce8d759bf3e2a5915cf84e51f0cc6
participants (1)
-
Source-Sync