Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fwupd for openSUSE:Factory checked 
in at 2025-04-02 17:07:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fwupd (Old)
 and      /work/SRC/openSUSE:Factory/.fwupd.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fwupd"

Wed Apr  2 17:07:34 2025 rev:93 rq:1265890 version:2.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/fwupd/fwupd.changes      2025-03-18 
17:40:47.584265093 +0100
+++ /work/SRC/openSUSE:Factory/.fwupd.new.1907/fwupd.changes    2025-04-02 
17:08:28.665059609 +0200
@@ -1,0 +2,41 @@
+Tue Mar 25 16:35:12 UTC 2025 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 2.0.7:
+  + This release adds the following features:
+    - Allow calling 'fwupdtool security' with a fwupd version parameter
+    - A new plugin to update B&R DisplayPort receivers
+    - A new plugin to update Intel CVS cameras
+    - A new plugin to verify UEFI memory protection attributes
+    - A new quirk to signify that no additional ESP space is required
+    - Build additional Redfish instance IDs for Dell server hardware
+    - Implement the HPE proprietary Redfish firmware push method
+    - Support cabinet archives greater in size than 2GB
+    - Support for showing the SBOM release URL
+    - Support for UEFI capsule installation in the bootloader
+  + This release fixes the following bugs:
+    - Always close USB file descriptors after starting the daemon
+    - Do not add a Redfish release date if set to 00:00:00Z
+    - Fix a critical warning when rescanning a device with no GUIDs
+    - Fix a small memory leak when emumerating Logitech Rallysystem devices
+    - Fix a tiny Redfish memory leak when writing firmware
+    - Fix building against pygobject 3.52
+    - Fix Logitech BulkController setup for new device firmware versions
+    - Fix scaler-only Wacom USB update deployment
+    - Fix updating the RMM component in the dell-kestrel dock
+    - Fix writing new EFI variables to workaround a kernel regression
+    - Make PCI NAME and SSVID_SSPID based modem-manager IDs visible
+    - Parse firmware before putting the device into bootloader mode
+    - Prepend the capsule header when using Capsule-on-Disk
+    - Put a memory limit on decoding LZMA streams when parsing firmware
+    - Retry claiming the fastboot interface for up to 2500ms
+    - Trigger dpaux rescan on drm changes correctly
+    - Use the metadata version format to set the version_lowest when required
+  + This release adds support for the following hardware:
+    - Another HP wireless dongle
+    - Lenovo ThinkPad Thunderbolt 4 Smart Dock Gen2
+    - Lenovo USB-C Dual Display Travel Dock
+    - More EDL 5G modem devices
+- Drop 8583.patch and 8588.patch: fixed upsrtream.
+- Align meson call with current upstream supported parameters. 
+
+-------------------------------------------------------------------

Old:
----
  8583.patch
  8588.patch
  fwupd-2.0.6.obscpio

New:
----
  fwupd-2.0.7.obscpio

BETA DEBUG BEGIN:
  Old:    - More EDL 5G modem devices
- Drop 8583.patch and 8588.patch: fixed upsrtream.
- Align meson call with current upstream supported parameters. 
  Old:    - More EDL 5G modem devices
- Drop 8583.patch and 8588.patch: fixed upsrtream.
- Align meson call with current upstream supported parameters. 
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fwupd.spec ++++++
--- /var/tmp/diff_new_pack.MxTJEO/_old  2025-04-02 17:08:30.625141725 +0200
+++ /var/tmp/diff_new_pack.MxTJEO/_new  2025-04-02 17:08:30.625141725 +0200
@@ -40,7 +40,7 @@
 %define docs 0
 
 Name:           fwupd
-Version:        2.0.6
+Version:        2.0.7
 Release:        0
 Summary:        Device firmware updater daemon
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -48,10 +48,6 @@
 URL:            https://fwupd.org/
 Source:         %{name}-%{version}.tar.xz
 
-# PATCH-FIX-UPSTREAM
-Patch0:         
https://patch-diff.githubusercontent.com/raw/fwupd/fwupd/pull/8583.patch
-# PATCH-FIx-UPSTREAM
-Patch1:         
https://patch-diff.githubusercontent.com/raw/fwupd/fwupd/pull/8588.patch
 # PATCH-FIX-OPENSUSE fwupd-bsc1130056-shim-path.patch bsc#1130056
 Patch99:        fwupd-bsc1130056-change-shim-path.patch
 
@@ -229,32 +225,10 @@
 # Dell support requires direct SMBIOS access,
 # Synaptics requires Dell support, i.e. x86 only
 %meson \
-  -Dlaunchd=disabled \
-  -Dplugin_amdgpu=enabled \
   -Dpassim=disabled \
 %if %{with efi_fw_update}
-  -Dplugin_uefi_capsule=enabled \
-  -Dplugin_uefi_pk=enabled \
   -Defi_binary=false \
-%else
-  -Dplugin_uefi_capsule=disabled \
-  -Dplugin_uefi_pk=disabled \
-%endif
-%if %{with msr_support}
-  -Dplugin_msr=enabled \
-%else
-  -Dplugin_msr=disabled \
-%endif
-%if %{with dell_support}
-  -Dplugin_synaptics_mst=enabled \
-%else
-  -Dplugin_synaptics_mst=disabled \
 %endif
-%ifnarch %{ix86} x86_64
-  -Dplugin_synaptics_rmi=disabled \
-%endif
-  -Dplugin_nvme=enabled \
-  -Dplugin_redfish=enabled \
   -Ddocs=enabled \
   -Dsupported_build=enabled \
   -Dtests=false \

++++++ _service ++++++
--- /var/tmp/diff_new_pack.MxTJEO/_old  2025-04-02 17:08:30.653142898 +0200
+++ /var/tmp/diff_new_pack.MxTJEO/_new  2025-04-02 17:08:30.657143065 +0200
@@ -4,7 +4,7 @@
     <param name="url">https://github.com/fwupd/fwupd.git</param>
     <param name="scm">git</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
-    <param name="revision">2.0.6</param>
+    <param name="revision">2.0.7</param>
     <param name="versionrewrite-pattern">(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>
   </service>

++++++ fwupd-2.0.6.obscpio -> fwupd-2.0.7.obscpio ++++++
++++ 24121 lines of diff (skipped)

++++++ fwupd.obsinfo ++++++
--- /var/tmp/diff_new_pack.MxTJEO/_old  2025-04-02 17:08:51.878032085 +0200
+++ /var/tmp/diff_new_pack.MxTJEO/_new  2025-04-02 17:08:51.882032252 +0200
@@ -1,5 +1,5 @@
 name: fwupd
-version: 2.0.6
-mtime: 1739538606
-commit: 476e1bf881daa548ad6bba60d713fe5666a9d53e
+version: 2.0.7
+mtime: 1742919338
+commit: 3259059db765f6dedb51021eba08e9ce813d5ae9
 

Reply via email to