Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fwupd for openSUSE:Factory checked in at 2021-03-10 08:46:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fwupd (Old) and /work/SRC/openSUSE:Factory/.fwupd.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fwupd" Wed Mar 10 08:46:26 2021 rev:40 rq:876387 version:1.5.7 Changes: -------- --- /work/SRC/openSUSE:Factory/fwupd/fwupd.changes 2021-02-22 14:40:01.832595715 +0100 +++ /work/SRC/openSUSE:Factory/.fwupd.new.2378/fwupd.changes 2021-03-10 08:46:30.446223355 +0100 @@ -1,0 +2,21 @@ +Wed Feb 24 01:50:12 UTC 2021 - Gary Ching-Pang Lin <g...@suse.com> + +- Update to version 1.5.7: + New features: + * Add initial support for Bluez bluetooth devices + * Add more supported pixart devices + * Add support for the RTD21xx HDMI converter + Fixes + * Convert MBR types to GPT GUIDs to help find the ESP + * Do not allow updating a synaptics-mst device with no customer ID + * Drop unused heap pages after startup has completed + * Ensure SBAT metadata is added correctly + * Move the plugin build logic to the plugins themselves + * Only allow verify-update for plugins that support CAN_VERIFY +- Specify SBAT metadata for openSUSE/SLE (bsc#1182057) +- Adjust the meson options + + plugin_uefi => plugin_uefi_capsule and plugin_uefi_pk + + plugin_synaptics => plugin_synaptics_mst and plugin_synaptics_rmi + + Disable Intel AMT plugin in non-x86 systems + +------------------------------------------------------------------- Old: ---- fwupd-1.5.6.tar.xz New: ---- fwupd-1.5.7.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fwupd.spec ++++++ --- /var/tmp/diff_new_pack.kD0s3j/_old 2021-03-10 08:46:30.970223896 +0100 +++ /var/tmp/diff_new_pack.kD0s3j/_new 2021-03-10 08:46:30.974223901 +0100 @@ -30,7 +30,7 @@ %endif Name: fwupd -Version: 1.5.6 +Version: 1.5.7 Release: 0 Summary: Device firmware updater daemon License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -187,17 +187,36 @@ done %build +# Since Tumbleweed is still using openSUSE signkey, the SBAT distro id +# should be opensuse. +%if 0%{?sle_version} +distro_id="sle" +distro_name="SUSE Linux Enterprise" +%else +distro_id="opensuse" +distro_name="The openSUSE project" +%endif + # Dell support requires direct SMBIOS access, # Synaptics requires Dell support, i.e. x86 only %meson \ %if %{without efi_fw_update} -Dplugin_nvme=false \ -Dplugin_redfish=false \ - -Dplugin_uefi=false \ + -Dplugin_uefi_capsule=false \ + -Dplugin_uefi_pk=false \ +%else + -Defi_sbat_distro_id="${distro_id}" \ + -Defi_sbat_distro_summary="${distro_name}" \ + -Defi_sbat_distro_pkgname="%{name}" \ + -Defi_sbat_distro_version="%{version}" \ + -Defi_sbat_distro_url="https://build.opensuse.org" \ %endif %ifnarch %{ix86} x86_64 + -Dplugin_amt=false \ -Dplugin_dell=false \ - -Dplugin_synaptics=false \ + -Dplugin_synaptics_mst=false \ + -Dplugin_synaptics_rmi=false \ -Dplugin_msr=false \ %endif -Dgtkdoc=true \ ++++++ _service ++++++ --- /var/tmp/diff_new_pack.kD0s3j/_old 2021-03-10 08:46:31.002223929 +0100 +++ /var/tmp/diff_new_pack.kD0s3j/_new 2021-03-10 08:46:31.002223929 +0100 @@ -4,7 +4,7 @@ <param name="scm">git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> - <param name="revision">1.5.6</param> + <param name="revision">1.5.7</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.kD0s3j/_old 2021-03-10 08:46:31.018223946 +0100 +++ /var/tmp/diff_new_pack.kD0s3j/_new 2021-03-10 08:46:31.018223946 +0100 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/hughsie/fwupd.git</param> - <param name="changesrevision">260a24449d40c3a94891eac146c5b3ed54bb7345</param></service></servicedata> + <param name="changesrevision">674fccdd0d20f45632490df3075be884b94f8726</param></service></servicedata> \ No newline at end of file ++++++ fwupd-1.5.6.tar.xz -> fwupd-1.5.7.tar.xz ++++++ ++++ 9569 lines of diff (skipped)