Hello community,

here is the log from the commit of package fwupd for openSUSE:Factory checked 
in at 2020-12-05 20:35:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fwupd (Old)
 and      /work/SRC/openSUSE:Factory/.fwupd.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fwupd"

Sat Dec  5 20:35:25 2020 rev:36 rq:853065 version:1.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/fwupd/fwupd.changes      2020-12-01 
14:22:22.969567108 +0100
+++ /work/SRC/openSUSE:Factory/.fwupd.new.5913/fwupd.changes    2020-12-05 
20:35:33.306609676 +0100
@@ -1,0 +2,45 @@
+Fri Dec  4 06:14:47 UTC 2020 - Gary Ching-Pang Lin <g...@suse.com>
+
+- Update to version 1.5.2:
+  + ata: Add OUI quirk for Toshiba
+  + libfwupd: Restore recognizing gpg and pkcs7 types still
+  + Register the SoupSession gtype when required
+  + Switch from libsoup to libcurl
+  + Fix sync method when called from threads without a context
+  + Move ABI check to Github actions
+  + Enable github workflows
+  + libfwupd: Add fwupd_client_download_file()
+  + libfwupd: Add fwupd_client_get_user_agent()
+  + Only download the remote metadata as required
+  + Add breaks for fwupdate 12-7 (Closes: #960688)
+  + Install modules-load configs in the correct directory
+  + vli: Do not be clever replugging the MSP430 device
+  + vli: Make some trivial debugging more specific to help debug
+    an issue
+  + make gcab optional
+  + Fall back to FAT32 internal partitions for detecting ESP
+  + Add a flag to indicate if packages are supported
+  + uefi: a new option for uefi configuration to use UEFI removable
+    path
+  + Add a section to man page on scripting
+  + synaptics-mst: Improve reliability by waiting 2 seconds after
+    writing data
+  + hailuck: Add an plugin for the Pinebook Pro laptop
+  + Allow setting global flags for FuHidDevice
+  + Set the SMBIOS chassis type to portable if a DT battery exists
+  + colorhug: Don't set the version format to triplet at startup
+  + Allow components to set the icon from the metadata
+  + colorhug: Fix detection of version on older firmware versions
+  + bcm57xx: Fix reading vendor/device ids from firmware.
+  + Remove HSI update and attestation suffixes
+  + trivial: make dbxtool executable to fix snap build
+  + Ignore an invalid vendor-id when adding releases for display
+  + Notify the service manager when idle-quitting
+- Refresh fwupd-bsc1130056-change-shim-path.patch
+- Changes in BuildRequires:
+  + Replace pkgconfig(libsoup-2.4) with pkgconfig(libcurl)
+  + Replace pkgconfig(systemd) with pkgconfig(libsystemd)
+- fwupd-msr.conf and fwupd-platform-integrity.conf are moved to
+  %{_modulesloaddir}.
+
+-------------------------------------------------------------------

Old:
----
  fwupd-1.5.1.tar.xz

New:
----
  fwupd-1.5.2.tar.xz

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

Other differences:
------------------
++++++ fwupd.spec ++++++
--- /var/tmp/diff_new_pack.bIkdOi/_old  2020-12-05 20:35:33.726610102 +0100
+++ /var/tmp/diff_new_pack.bIkdOi/_new  2020-12-05 20:35:33.726610102 +0100
@@ -30,7 +30,7 @@
 %endif
 
 Name:           fwupd
-Version:        1.5.1
+Version:        1.5.2
 Release:        0
 Summary:        Device firmware updater daemon
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -85,12 +85,12 @@
 BuildRequires:  pkgconfig(jcat) >= 0.1.3
 BuildRequires:  pkgconfig(json-glib-1.0) >= 1.1.1
 BuildRequires:  pkgconfig(libarchive)
+BuildRequires:  pkgconfig(libcurl) >= 7.62.0
 BuildRequires:  pkgconfig(libelf)
 BuildRequires:  pkgconfig(libgcab-1.0) >= 1.0
-BuildRequires:  pkgconfig(libsoup-2.4) >= 2.51.92
+BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(polkit-gobject-1) >= 0.103
 BuildRequires:  pkgconfig(sqlite3)
-BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(tss2-esys) >= 2.0
 BuildRequires:  pkgconfig(udev)
 BuildRequires:  pkgconfig(valgrind)
@@ -316,9 +316,9 @@
 %{_mandir}/man1/fwupdtool.1%{?ext_man}
 %{_datadir}/polkit-1/actions/org.freedesktop.fwupd.policy
 %ifarch %{ix86} x86_64
-%{_sysconfdir}/modules-load.d/fwupd-msr.conf
+%{_modulesloaddir}/fwupd-msr.conf
 %endif
-%{_sysconfdir}/modules-load.d/fwupd-platform-integrity.conf
+%{_modulesloaddir}/fwupd-platform-integrity.conf
 %config %{_sysconfdir}/%{name}/
 %dir %{_sysconfdir}/pki
 %dir %{_sysconfdir}/pki/fwupd

++++++ _service ++++++
--- /var/tmp/diff_new_pack.bIkdOi/_old  2020-12-05 20:35:33.758610134 +0100
+++ /var/tmp/diff_new_pack.bIkdOi/_new  2020-12-05 20:35:33.758610134 +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.1</param>
+    <param name="revision">1.5.2</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.bIkdOi/_old  2020-12-05 20:35:33.782610159 +0100
+++ /var/tmp/diff_new_pack.bIkdOi/_new  2020-12-05 20:35:33.786610163 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/hughsie/fwupd.git</param>
-              <param 
name="changesrevision">bbb1a8136ec3fb88a659cb2ac632128f516d13ad</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">c21cff1c04140c5f208db6e118155c61e6085873</param></service></servicedata>
\ No newline at end of file

++++++ fwupd-1.5.1.tar.xz -> fwupd-1.5.2.tar.xz ++++++
++++ 8256 lines of diff (skipped)

++++++ fwupd-bsc1130056-change-shim-path.patch ++++++
--- /var/tmp/diff_new_pack.bIkdOi/_old  2020-12-05 20:35:34.406610792 +0100
+++ /var/tmp/diff_new_pack.bIkdOi/_new  2020-12-05 20:35:34.406610792 +0100
@@ -10,17 +10,17 @@
  plugins/uefi/fu-uefi-bootmgr.c | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
-Index: fwupd-1.4.0/plugins/uefi/fu-uefi-bootmgr.c
+Index: fwupd-1.5.2/plugins/uefi/fu-uefi-bootmgr.c
 ===================================================================
---- fwupd-1.4.0.orig/plugins/uefi/fu-uefi-bootmgr.c
-+++ fwupd-1.4.0/plugins/uefi/fu-uefi-bootmgr.c
-@@ -309,7 +309,8 @@ fu_uefi_bootmgr_bootnext (const gchar *e
+--- fwupd-1.5.2.orig/plugins/uefi/fu-uefi-bootmgr.c
++++ fwupd-1.5.2/plugins/uefi/fu-uefi-bootmgr.c
+@@ -274,7 +274,8 @@ fu_uefi_bootmgr_bootnext (FuDevice *devi
        secure_boot = fu_efivar_secure_boot_enabled ();
        if (secure_boot) {
                /* test to make sure shim is there if we need it */
--              shim_app = fu_uefi_get_esp_app_path (esp_path, "shim", error);
+-              shim_app = fu_uefi_get_esp_app_path (device, esp_path, "shim", 
error);
 +              shim_app = g_strdup_printf ("%s/shim.efi",
-+                                          fu_uefi_get_esp_path_for_os 
(esp_path));
++                                          fu_uefi_get_esp_path_for_os 
(device, esp_path));
                if (shim_app == NULL)
                        return FALSE;
  
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to