From 0fd40a0aecd2177771da9548624694f56a5b111df05dce1f01f83a65d25721e6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 15 Nov 2023 08:42:50 +0000 Subject: [PATCH] Accepting request 1126541 from home:dimstar:Factory - Update to version 1.9.8: + This release adds the following features: - Add a DP AUX device subclass and port the Synaptics MST plugin to it - Add a feature flag for non-generic requests where translations are required - Hide generic VID/PIDs to avoid accidental firmware matches - Optionally set the modem carrier configuration as the branch name - Rename 'fwupdmgr sync-bkc' to 'fwupdmgr sync' and also consider the branch - Require additional requirements for devices using non-OEM USB VIDs - Set the waiting-for-user status when sending a request - Support uSWID SBoM data with LZMA compressed payloads + This release adds support for the following hardware: - Kinetic SST/MST DisplayPort converters - Wacom Cintiq Pros (DTH172, DTH227) OBS-URL: https://build.opensuse.org/request/show/1126541 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=150 --- _service | 2 +- fwupd-1.9.7.obscpio | 3 --- fwupd-1.9.8.obscpio | 3 +++ fwupd.changes | 22 ++++++++++++++++++++++ fwupd.obsinfo | 6 +++--- fwupd.spec | 2 +- 6 files changed, 30 insertions(+), 8 deletions(-) delete mode 100644 fwupd-1.9.7.obscpio create mode 100644 fwupd-1.9.8.obscpio diff --git a/_service b/_service index d8d3c3d..9664828 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ https://github.com/fwupd/fwupd.git git @PARENT_TAG@+@TAG_OFFSET@ - 1.9.7 + 1.9.8 (.*)\+0 \1 diff --git a/fwupd-1.9.7.obscpio b/fwupd-1.9.7.obscpio deleted file mode 100644 index cd41189..0000000 --- a/fwupd-1.9.7.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7040d928a8cbd0eb00aaaf1cdc815ae2a5970d8ce6cd18b1ec4e6ed9ed475d8a -size 18189837 diff --git a/fwupd-1.9.8.obscpio b/fwupd-1.9.8.obscpio new file mode 100644 index 0000000..57305c2 --- /dev/null +++ b/fwupd-1.9.8.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1333f43153591ab31be8b56c15c3645be74183c185a74b77c6f4a84e657fe05 +size 18332173 diff --git a/fwupd.changes b/fwupd.changes index 78155f6..72485a6 100644 --- a/fwupd.changes +++ b/fwupd.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Nov 15 08:06:09 UTC 2023 - Dominique Leuenberger + +- Update to version 1.9.8: + + This release adds the following features: + - Add a DP AUX device subclass and port the Synaptics MST + plugin to it + - Add a feature flag for non-generic requests where + translations are required + - Hide generic VID/PIDs to avoid accidental firmware matches + - Optionally set the modem carrier configuration as the branch + name + - Rename 'fwupdmgr sync-bkc' to 'fwupdmgr sync' and also + consider the branch + - Require additional requirements for devices using non-OEM USB + VIDs + - Set the waiting-for-user status when sending a request + - Support uSWID SBoM data with LZMA compressed payloads + + This release adds support for the following hardware: + - Kinetic SST/MST DisplayPort converters + - Wacom Cintiq Pros (DTH172, DTH227) + ------------------------------------------------------------------- Thu Nov 9 09:56:41 UTC 2023 - Dominique Leuenberger diff --git a/fwupd.obsinfo b/fwupd.obsinfo index 1ae4e49..3017c72 100644 --- a/fwupd.obsinfo +++ b/fwupd.obsinfo @@ -1,4 +1,4 @@ name: fwupd -version: 1.9.7 -mtime: 1698836291 -commit: 24396f802d954eddbd37395adf8c561381e7c59a +version: 1.9.8 +mtime: 1699980898 +commit: f1579ab4e5996c59687a1c4d7ac1f6d48f0cb8f9 diff --git a/fwupd.spec b/fwupd.spec index fffd713..8f2967e 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -40,7 +40,7 @@ %define docs 0 Name: fwupd -Version: 1.9.7 +Version: 1.9.8 Release: 0 Summary: Device firmware updater daemon License: GPL-2.0-or-later AND LGPL-2.1-or-later