Hello community,

here is the log from the commit of package fwupd for openSUSE:Factory checked 
in at 2020-10-30 11:45:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fwupd (Old)
 and      /work/SRC/openSUSE:Factory/.fwupd.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fwupd"

Fri Oct 30 11:45:44 2020 rev:30 rq:844166 version:1.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fwupd/fwupd.changes      2020-09-08 
22:43:23.799401515 +0200
+++ /work/SRC/openSUSE:Factory/.fwupd.new.3463/fwupd.changes    2020-10-30 
11:45:50.821610589 +0100
@@ -1,0 +2,29 @@
+Mon Oct 26 12:18:38 UTC 2020 - [email protected]
+
+- Update to version 1.5.0:
+  + Add a compatible re-implementation of the rhboot dbxtool.
+  + Add async versions of the library for GUI tools.
+  + Add commands for interacting with the ESP to fwupdtool.
+  + Add firmware-extract subcommand to fwupdtool.
+  + Add FwupdPlugin so we can convey enumerated system errors to
+    the end user.
+  + Add plugin for Goodix fingerprint sensors.
+  + Add plugin that can update the BCM5719 network adapter.
+  + Add plugin to update Elan Touchpads using HID.
+  + Add support for a delayed activation flow for Thunderbolt.
+  + Add support for ChromeOS Quiche and Gingerbread.
+  + Add support for Hyper hardware.
+  + Add support for the Host Security ID.
+  + Add support for ThunderBolt retimers.
+  + Add switch-branch command to fwupdtool and fwupdmgr.
+  + Allow blocking specific firmware releases by checksum.
+  + Allow contructing a firmware with multiple images.
+  + Allow firmware to require specific features from front-end
+    clients.
+  + Allow updating the dbx using the LVFS, validating it is safe to
+    apply.
+  + Include the HSI results and attributes in the uploaded report.
+  + Support loading DMI data from DT systems.
+  + Support LVFS::UpdateImage for GUI clients.
+
+-------------------------------------------------------------------

Old:
----
  fwupd-1.4.5.tar.xz

New:
----
  fwupd-1.5.0.tar.xz

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

Other differences:
------------------
++++++ fwupd.spec ++++++
--- /var/tmp/diff_new_pack.xWDv8L/_old  2020-10-30 11:45:51.869611517 +0100
+++ /var/tmp/diff_new_pack.xWDv8L/_new  2020-10-30 11:45:51.873611521 +0100
@@ -24,7 +24,7 @@
 %endif
 
 Name:           fwupd
-Version:        1.4.5
+Version:        1.5.0
 Release:        0
 Summary:        Device firmware updater daemon
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -248,6 +248,7 @@
 %endif
 
 %files
+
 %license COPYING
 %doc README.md
 %{_unitdir}/fwupd.service
@@ -257,6 +258,7 @@
 %{_unitdir}/fwupd-refresh.service
 %{_unitdir}/fwupd-refresh.timer
 %{_libexecdir}/fwupd
+%{_bindir}/dbxtool
 %{_bindir}/fwupdagent
 %if %{with efi_fw_update}
 %{_bindir}/fwupdate
@@ -286,6 +288,7 @@
 %{_datadir}/%{name}/metainfo/org.freedesktop.fwupd.remotes.lvfs.metainfo.xml
 %{_datadir}/%{name}/quirks.d/*.quirk
 %{_datadir}/%{name}/remotes.d/vendor/firmware/README.md
+%{_mandir}/man1/dbxtool.1%{?ext_man}
 %{_mandir}/man1/fwupdagent.1%{?ext_man}
 %if %{with efi_fw_update}
 %{_mandir}/man1/fwupdate.1%{?ext_man}
@@ -293,6 +296,8 @@
 %{_mandir}/man1/fwupdmgr.1%{?ext_man}
 %{_mandir}/man1/fwupdtool.1%{?ext_man}
 %{_datadir}/polkit-1/actions/org.freedesktop.fwupd.policy
+%{_sysconfdir}/modules-load.d/fwupd-msr.conf
+%{_sysconfdir}/modules-load.d/fwupd-platform-integrity.conf
 %config %{_sysconfdir}/%{name}/
 %dir %{_sysconfdir}/pki
 %dir %{_sysconfdir}/pki/fwupd

++++++ _service ++++++
--- /var/tmp/diff_new_pack.xWDv8L/_old  2020-10-30 11:45:51.905611549 +0100
+++ /var/tmp/diff_new_pack.xWDv8L/_new  2020-10-30 11:45:51.905611549 +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.4.5</param>
+    <param name="revision">1.5.0</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.xWDv8L/_old  2020-10-30 11:45:51.925611566 +0100
+++ /var/tmp/diff_new_pack.xWDv8L/_new  2020-10-30 11:45:51.925611566 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/hughsie/fwupd.git</param>
-              <param 
name="changesrevision">37d3879e55ef3b63e98aa30d09392e3918b76d02</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">f90cda6f0b0ff1ab0ebd31a6e5be1c4d2e3cc4e6</param></service></servicedata>
\ No newline at end of file

++++++ fwupd-1.4.5.tar.xz -> fwupd-1.5.0.tar.xz ++++++
++++ 65665 lines of diff (skipped)


Reply via email to