Hello community,

here is the log from the commit of package fwupd for openSUSE:Factory checked 
in at 2020-08-12 10:56:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fwupd (Old)
 and      /work/SRC/openSUSE:Factory/.fwupd.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fwupd"

Wed Aug 12 10:56:28 2020 rev:28 rq:825269 version:1.4.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/fwupd/fwupd.changes      2020-06-08 
23:46:39.133849427 +0200
+++ /work/SRC/openSUSE:Factory/.fwupd.new.3399/fwupd.changes    2020-08-12 
10:56:34.376745614 +0200
@@ -1,0 +2,64 @@
+Thu Jul 30 14:52:34 UTC 2020 - [email protected]
+
+- Update to version 1.4.5:
+  * Add XB_QUERY_FLAG_FORCE_NODE_CACHE
+  * Add support for a delayed activation flow for Thunderbolt
+  * Allow firmware to require specific features from front-end clients
+  * Allow multi-byte FuUdevDevice preads and writes
+  * Be more defensive when remotes are missing required keys
+  * Disable the SQLite lookaside cache
+  * ccgx: Add more hybrid dock support
+  * ccgx: Modify readme to remove customer info
+  * ccgx: add new protocol for dmc dock
+  * ccgx: remove verify flag in plugin
+  * modem-manager: read the vendor ID directly from sysfs attribute Fixes: 
#2209
+  * thelio-io: Add the DFU instance ID as a counterpart only
+  * thunderbolt: Add a new subclassed thunderbolt firmware update type
+  * thunderbolt: Allow quirks to skip the authentication step
+  * thunderbolt: drop support for force power
+  * tpm-eventlog: fix PCR0 calculation
+  * uefi: check for free space after cleaning up ESP
+  * vli: Add dual-image feature for VL103 backup firmware
+  * vli: Add the project ID shared SPI PD controllers
+  * vli: Allow chained usb hub devices where the parent needs GPIOB reset
+  * vli: Do not modify the class vfuncs depending on device type
+  * vli: Do not use GUID matching for the MSP device
+  * vli: Rename FuVliUsbhubI2cDevice to FuVliUsbhubMsp430Device
+  * vli: Set FuQuirks on the shared SPI object
+  * vli: Set the i2c instance IDs in probe()
+  * vli: Use the GPIOB reset for the MiniDock VL103
+  * vli: Wait for the root device to be replugged when updating the MSP430
+
+-------------------------------------------------------------------
+Thu Jul 30 14:52:20 UTC 2020 - [email protected]
+
+- Update to version 1.4.4:
+  * Release fwupd 1.4.4
+  * Fix regression when checking for downgraded metadata
+
+-------------------------------------------------------------------
+Thu Jul 30 14:52:05 UTC 2020 - [email protected]
+
+- Update to version 1.4.3:
+  * Release fwupd 1.4.3
+  * ata: A OUI quirk for Kingston
+  * ccgx: Fix a potential division by zero
+  * Check the device requirements when returning from GetDetails
+  * fu-engine: Allow --plugin-whitelist to use dashes instead of
+    underscores
+  * Always enforce the metadata signature has a valid timestamp
+  * ccgx: modify install duration for dmc device
+  * ccgx: Add support for HP DMC dock devices
+  * dell-dock: prevent updates to occur via synaptics-mst plugin
+  * dell-dock: Capture the dock SKU in metadata
+  * synaptics-prometheus: Force the minor version from 0x02 to 0x01
+    to make sure the devices can be updated back to 0x01.
+  * Generate a body for github releases (Fixes: #2034)
+
+-------------------------------------------------------------------
+Fri Jul 24 06:52:18 UTC 2020 - Yifan Jiang <[email protected]>
+
+- Build the package separately for openSUSE and SLE using
+  _multibuild (jsc#SLE-11744).
+
+-------------------------------------------------------------------

Old:
----
  fwupd-1.4.2.tar.xz

New:
----
  _multibuild
  fwupd-1.4.5.tar.xz

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

Other differences:
------------------
++++++ fwupd.spec ++++++
--- /var/tmp/diff_new_pack.cJyipp/_old  2020-08-12 10:56:35.328746087 +0200
+++ /var/tmp/diff_new_pack.cJyipp/_new  2020-08-12 10:56:35.332746089 +0200
@@ -17,18 +17,37 @@
 # needssslcertforbuild
 
 
+%define flavor @BUILD_FLAVOR@%{nil}
+
+%if "%{flavor}" == ""
+ExclusiveArch:  %{nil}
+%else
+%define branding_name %{flavor}
+%if "%{flavor}" == "SLE"
+%define build_SLE 1
+%else
+%define build_openSUSE 1
+%endif
+%endif
+
+%if (0%{?build_SLE} && 0%{?is_opensuse}) || (0%{?build_openSUSE} && ! 
0%{?is_opensuse})
+# Don't build SLE branding on openSUSE and vice-versa
+ExclusiveArch:  %{nil}
+%endif
+
 %ifarch %{ix86} x86_64 aarch64
 %bcond_without efi_fw_update
 %else
 %bcond_with efi_fw_update
 %endif
-%if 0%{?is_opensuse}
+%if 0%{?build_openSUSE}
 %global efidir opensuse
 %else
 %global efidir sles
 %endif
+
 Name:           fwupd
-Version:        1.4.2
+Version:        1.4.5
 Release:        0
 Summary:        Device firmware updater daemon
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -76,7 +95,7 @@
 BuildRequires:  pkgconfig(gtk-doc) >= 1.14
 BuildRequires:  pkgconfig(gudev-1.0) >= 232
 BuildRequires:  pkgconfig(gusb) >= 0.2.9
-BuildRequires:  pkgconfig(jcat) >= 0.1.0
+BuildRequires:  pkgconfig(jcat) >= 0.1.3
 BuildRequires:  pkgconfig(json-glib-1.0) >= 1.1.1
 BuildRequires:  pkgconfig(libarchive)
 BuildRequires:  pkgconfig(libelf)

++++++ _multibuild ++++++
<multibuild>
  <package>openSUSE</package>
  <package>SLE</package>
</multibuild>
++++++ _service ++++++
--- /var/tmp/diff_new_pack.cJyipp/_old  2020-08-12 10:56:35.384746115 +0200
+++ /var/tmp/diff_new_pack.cJyipp/_new  2020-08-12 10:56:35.384746115 +0200
@@ -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.2</param>
+    <param name="revision">1.4.5</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.cJyipp/_old  2020-08-12 10:56:35.408746127 +0200
+++ /var/tmp/diff_new_pack.cJyipp/_new  2020-08-12 10:56:35.408746127 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/hughsie/fwupd.git</param>
-              <param 
name="changesrevision">e43f42b7df4875355c4e99c4492743f469e47614</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">37d3879e55ef3b63e98aa30d09392e3918b76d02</param></service></servicedata>
\ No newline at end of file

++++++ fwupd-1.4.2.tar.xz -> fwupd-1.4.5.tar.xz ++++++
++++ 13952 lines of diff (skipped)


Reply via email to