forked from pool/fwupd
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
This commit is contained in:
parent
698c967f72
commit
0fd40a0aec
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="url">https://github.com/fwupd/fwupd.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="revision">1.9.7</param>
|
||||
<param name="revision">1.9.8</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7040d928a8cbd0eb00aaaf1cdc815ae2a5970d8ce6cd18b1ec4e6ed9ed475d8a
|
||||
size 18189837
|
3
fwupd-1.9.8.obscpio
Normal file
3
fwupd-1.9.8.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1333f43153591ab31be8b56c15c3645be74183c185a74b77c6f4a84e657fe05
|
||||
size 18332173
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 15 08:06:09 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- 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 <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: fwupd
|
||||
version: 1.9.7
|
||||
mtime: 1698836291
|
||||
commit: 24396f802d954eddbd37395adf8c561381e7c59a
|
||||
version: 1.9.8
|
||||
mtime: 1699980898
|
||||
commit: f1579ab4e5996c59687a1c4d7ac1f6d48f0cb8f9
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user