Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fwupd for openSUSE:Factory checked 
in at 2023-11-05 12:18:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fwupd (Old)
 and      /work/SRC/openSUSE:Factory/.fwupd.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fwupd"

Sun Nov  5 12:18:53 2023 rev:64 rq:1122194 version:1.9.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/fwupd/fwupd.changes      2023-09-22 
21:47:45.801621065 +0200
+++ /work/SRC/openSUSE:Factory/.fwupd.new.17445/fwupd.changes   2023-11-05 
12:19:09.885953338 +0100
@@ -1,0 +2,49 @@
+Thu Nov  2 08:15:52 UTC 2023 - Dominique Leuenberger <[email protected]>
+
+- Disable passim support for now. For openSUSE users this is likely
+  less intereting that it would be for enterprise customers.
+
+-------------------------------------------------------------------
+Wed Nov  1 13:06:35 UTC 2023 - Dominique Leuenberger <[email protected]>
+
+- Update to versrion 1.9.7:
+  + This release adds the following features:
+    - Add support for child device requirements in metadata.
+    - Allow to have more than one host BKC.
+    - Delete BootNext as a post-reboot action to work around broken
+      firmware.
+    - Parse cabinet archives internally without libgcab.
+    - Use close-ended mode for eMMC FFU to speed up firmware
+      updates.
+  + This release adds support for the following hardware:
+    - Logitech Rally System devices.
+    - More PixartRF HPAC devices.
+    - More Synaptics Prometheus fingerprint readers.
+    - Some Western Digital eMMC devices.
+    - VIA VL830 and VL832.
+
+-------------------------------------------------------------------
+Fri Oct 20 07:49:15 UTC 2023 - Dominique Leuenberger <[email protected]>
+
+- Update to version 1.9.6:
+  + This release adds the following features:
+    - Add a launchd agent for macOS.
+    - Add a new security attribute for BIOS capsule updates to be
+      enabled.
+    - Add functionality to fix specific host security attributes.
+    - Add global information from the context into the report data.
+    - Add support for coSWID payload sections.
+    - Add support for parsing the EDID.
+    - Allow adding only-quirk instance IDs from quirk files.
+    - Install a sysusers.d systemd file when using
+      -Dsystemd_unit_user.
+  + For The changes of 1.9.0…1.9.5, please consult
+    https://github.com/fwupd/fwupd/releases
+- Add pkgconfig(passim) BuildRequires: new dependency.
+- Pass -Dplugin_amdgpu=disabled to meson: not buildable just yet.
+- Pass -Dlaunchd=disabled to meson: launched is MacOS only.
+- Drop -Dplugin_dell=enabled meson parameter: no longer supported.
+- Drop fwupd-bsc1130056-change-shim-path.patch: no longer
+  applicable.
+
+-------------------------------------------------------------------

Old:
----
  fwupd-1.8.17.obscpio
  fwupd-bsc1130056-change-shim-path.patch

New:
----
  fwupd-1.9.7.obscpio

BETA DEBUG BEGIN:
  Old:- Drop -Dplugin_dell=enabled meson parameter: no longer supported.
- Drop fwupd-bsc1130056-change-shim-path.patch: no longer
  applicable.
BETA DEBUG END:

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

Other differences:
------------------
++++++ fwupd.spec ++++++
--- /var/tmp/diff_new_pack.HjZijL/_old  2023-11-05 12:19:10.865989290 +0100
+++ /var/tmp/diff_new_pack.HjZijL/_new  2023-11-05 12:19:10.865989290 +0100
@@ -40,7 +40,7 @@
 %define docs 0
 
 Name:           fwupd
-Version:        1.8.17
+Version:        1.9.7
 Release:        0
 Summary:        Device firmware updater daemon
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -48,8 +48,6 @@
 URL:            https://fwupd.org/
 Source:         %{name}-%{version}.tar.xz
 
-# PATCH-FIX-OPENSUSE fwupd-bsc1130056-shim-path.patch bsc#1130056
-Patch1:         fwupd-bsc1130056-change-shim-path.patch
 # PATCH-FIX-OPENSUSE fwupd-jscSLE-11766-close-efidir-leap-gap.patch 
jsc#SLE-11766 [email protected] -- Set SLE and openSUSE esp os dir at runtime
 Patch2:         fwupd-jscSLE-11766-close-efidir-leap-gap.patch
 # PATCH-FEATURE-OPENSUSE harden_fwupd-offline-update.service.patch -- Harden 
services
@@ -226,6 +224,9 @@
 # Dell support requires direct SMBIOS access,
 # Synaptics requires Dell support, i.e. x86 only
 %meson \
+  -Dlaunchd=disabled \
+  -Dplugin_amdgpu=disabled \
+  -Dpassim=disabled \
 %if %{with efi_fw_update}
   -Dplugin_uefi_capsule=enabled \
   -Dplugin_uefi_pk=enabled \
@@ -242,10 +243,8 @@
   -Dplugin_msr=disabled \
 %endif
 %if %{with dell_support}
-  -Dplugin_dell=enabled \
   -Dplugin_synaptics_mst=enabled \
 %else
-  -Dplugin_dell=disabled \
   -Dplugin_synaptics_mst=disabled \
 %endif
 %ifnarch %{ix86} x86_64
@@ -331,10 +330,6 @@
 %dir %{_datadir}/%{name}/remotes.d
 %dir %{_datadir}/%{name}/remotes.d/vendor
 %dir %{_datadir}/%{name}/remotes.d/vendor/firmware
-%if %{with dell_support}
-%dir %{_datadir}/%{name}/remotes.d/dell-esrt
-%{_datadir}/%{name}/remotes.d/dell-esrt/metadata.xml
-%endif
 %{_datadir}/%{name}/add_capsule_header.py
 %{_datadir}/%{name}/firmware_packager.py
 %{_datadir}/%{name}/install_dell_bios_exe.py
@@ -377,16 +372,16 @@
 %{_datadir}/metainfo/org.freedesktop.fwupd.metainfo.xml
 %{_datadir}/icons/hicolor/*
 %{_prefix}/lib/systemd/system-shutdown/fwupd.shutdown
-%{_prefix}/lib/systemd/system-preset/fwupd-refresh.preset
-%dir %{_libdir}/fwupd-%{version}
+%dir %{_libdir}/fwupd-*
 %ifnarch s390x ppc64le
-%{_libdir}/fwupd-%{version}/libfu_plugin_flashrom.so
+%{_libdir}/fwupd-*/libfu_plugin_flashrom.so
 %endif
-%{_libdir}/fwupd-%{version}/libfu_plugin_modem_manager.so
-%{_libdir}/fwupd-%{version}/libfwupdengine.so
-%{_libdir}/fwupd-%{version}/libfwupdplugin.so
-%{_libdir}/fwupd-%{version}/libfwupdutil.so
+%{_libdir}/fwupd-*/libfu_plugin_modem_manager.so
+%{_libdir}/fwupd-*/libfwupdengine.so
+%{_libdir}/fwupd-*/libfwupdplugin.so
+%{_libdir}/fwupd-*/libfwupdutil.so
 %{_datadir}/%{name}/quirks.d/builtin.quirk.gz
+%_sysusersdir/fwupd.conf
 
 %if %{with efi_fw_update}
 %files -n dfu-tool

++++++ _service ++++++
--- /var/tmp/diff_new_pack.HjZijL/_old  2023-11-05 12:19:10.893990317 +0100
+++ /var/tmp/diff_new_pack.HjZijL/_new  2023-11-05 12:19:10.897990463 +0100
@@ -3,8 +3,10 @@
   <service name="obs_scm" mode="manual">
     <param name="url">https://github.com/fwupd/fwupd.git</param>
     <param name="scm">git</param>
-    <param name="versionformat">@PARENT_TAG@</param>
-    <param name="revision">1.8.17</param>
+    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
+    <param name="revision">1.9.7</param>
+    <param name="versionrewrite-pattern">(.*)\+0</param>
+    <param name="versionrewrite-replacement">\1</param>
   </service>
   <service name="tar" mode="buildtime"/>
   <service name="recompress" mode="buildtime">

++++++ fwupd-1.8.17.obscpio -> fwupd-1.9.7.obscpio ++++++
/work/SRC/openSUSE:Factory/fwupd/fwupd-1.8.17.obscpio 
/work/SRC/openSUSE:Factory/.fwupd.new.17445/fwupd-1.9.7.obscpio differ: char 
48, line 1

++++++ fwupd.obsinfo ++++++
--- /var/tmp/diff_new_pack.HjZijL/_old  2023-11-05 12:19:10.933991784 +0100
+++ /var/tmp/diff_new_pack.HjZijL/_new  2023-11-05 12:19:10.937991931 +0100
@@ -1,5 +1,5 @@
 name: fwupd
-version: 1.8.17
-mtime: 1688934627
-commit: b8ea71452192fe4d7b6a135cc692d54eebdb1df2
+version: 1.9.7
+mtime: 1698836291
+commit: 24396f802d954eddbd37395adf8c561381e7c59a
 

Reply via email to