From e0913b3c27d328114254453fc369cee22c196782504963ecb6792664a7e822f0 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 4 Jan 2024 17:39:03 +0000 Subject: [PATCH] Accepting request 1136882 from home:dimstar:Factory - Update to version 1.9.11: + This release adds the following features: - Allow exporting 'offline' reports for manual upload + This release fixes the following bugs: - Add some recovery partition names to ignore for ESP selection - Check for CET and SMAP on non-Intel x86 processors too - Correctly mark the CPU as supported in the HSI tests - Do not fail on probing downstream Synaptics MST ports - Do not offer to change BIOS settings that are already set - Do not prefer msftdata when choosing the default ESP - Do not show spurious device request flags - Fix a missing build dependency to fwupdplugin-self-test - Fix a segfault when using zlib-ng instead of zlib - Fix updating Jabra 410, 510, 710 and 810 devices - Match more community-supported branches - Remove the Intel SPIBAR proxy support as the mtd module works - Show a better error when the ESP is missing - Show an error if the post-update version does not match exactly - Speed up Synaptics MST device enumeration + This release adds support for the following hardware: - Algoltek USB devices - Luxshare Quad USB4 Dock OBS-URL: https://build.opensuse.org/request/show/1136882 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=161 --- _service | 2 +- fwupd-1.9.10.obscpio | 3 --- fwupd-1.9.11.obscpio | 3 +++ fwupd.changes | 26 ++++++++++++++++++++++++++ fwupd.obsinfo | 6 +++--- fwupd.spec | 4 ++-- 6 files changed, 35 insertions(+), 9 deletions(-) delete mode 100644 fwupd-1.9.10.obscpio create mode 100644 fwupd-1.9.11.obscpio diff --git a/_service b/_service index 026ddde..05e5752 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ https://github.com/fwupd/fwupd.git git @PARENT_TAG@+@TAG_OFFSET@ - 1.9.10 + 1.9.11 (.*)\+0 \1 diff --git a/fwupd-1.9.10.obscpio b/fwupd-1.9.10.obscpio deleted file mode 100644 index 54d45e3..0000000 --- a/fwupd-1.9.10.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebd2d434fcce2ffe9b88c9190fb6bb3633824baf4a1faac4fc221cec7b733c67 -size 18411533 diff --git a/fwupd-1.9.11.obscpio b/fwupd-1.9.11.obscpio new file mode 100644 index 0000000..8db8894 --- /dev/null +++ b/fwupd-1.9.11.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f79297db8e6f15489460e7a6a14f869fd4d3723366824bb630842df0b275ad8 +size 18436109 diff --git a/fwupd.changes b/fwupd.changes index 2ce5aba..7ae60e0 100644 --- a/fwupd.changes +++ b/fwupd.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Thu Jan 4 16:14:04 UTC 2024 - Dominique Leuenberger + +- Update to version 1.9.11: + + This release adds the following features: + - Allow exporting 'offline' reports for manual upload + + This release fixes the following bugs: + - Add some recovery partition names to ignore for ESP selection + - Check for CET and SMAP on non-Intel x86 processors too + - Correctly mark the CPU as supported in the HSI tests + - Do not fail on probing downstream Synaptics MST ports + - Do not offer to change BIOS settings that are already set + - Do not prefer msftdata when choosing the default ESP + - Do not show spurious device request flags + - Fix a missing build dependency to fwupdplugin-self-test + - Fix a segfault when using zlib-ng instead of zlib + - Fix updating Jabra 410, 510, 710 and 810 devices + - Match more community-supported branches + - Remove the Intel SPIBAR proxy support as the mtd module works + - Show a better error when the ESP is missing + - Show an error if the post-update version does not match exactly + - Speed up Synaptics MST device enumeration + + This release adds support for the following hardware: + - Algoltek USB devices + - Luxshare Quad USB4 Dock + ------------------------------------------------------------------- Wed Dec 20 17:12:21 UTC 2023 - Dominique Leuenberger diff --git a/fwupd.obsinfo b/fwupd.obsinfo index 410ea29..7a703d2 100644 --- a/fwupd.obsinfo +++ b/fwupd.obsinfo @@ -1,4 +1,4 @@ name: fwupd -version: 1.9.10 -mtime: 1701683179 -commit: 8afede84fcfb789ee36c2292139ce042ed193140 +version: 1.9.11 +mtime: 1704279136 +commit: 0f19050ededc3eff9a21042e3568198784771f73 diff --git a/fwupd.spec b/fwupd.spec index 00cc2ee..2c5c9a6 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -1,7 +1,7 @@ # # spec file for package fwupd # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -40,7 +40,7 @@ %define docs 0 Name: fwupd -Version: 1.9.10 +Version: 1.9.11 Release: 0 Summary: Device firmware updater daemon License: GPL-2.0-or-later AND LGPL-2.1-or-later