forked from pool/fwupd
Accepting request 811185 from home:dimstar:Factory
Update to 1.4.2 OBS-URL: https://build.opensuse.org/request/show/811185 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=71
This commit is contained in:
parent
dbcd1b88cc
commit
2e5f94c3c6
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">refs/tags/1.4.0</param>
|
||||
<param name="revision">1.4.2</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hughsie/fwupd.git</param>
|
||||
<param name="changesrevision">a3d6ee0e29f333587dce1c68e153130a7d4b637f</param></service></servicedata>
|
||||
<param name="changesrevision">e43f42b7df4875355c4e99c4492743f469e47614</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eff4ea13edf50fb1690fc369bf33cb8684ca36097bb1de2b493506548db30c50
|
||||
size 1691680
|
3
fwupd-1.4.2.tar.xz
Normal file
3
fwupd-1.4.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7fd991c4058e6784eb78da665a20896fbdb9f068ad2f91daca9bfc8ec3553a8
|
||||
size 1696536
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 03 15:32:46 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.4.2:
|
||||
* vli: Add no-guid-matching for all VLI devices
|
||||
* vli: Remove a copy-and-paste mistake
|
||||
* Add two OUI quirks
|
||||
* ata: Add WD OUI quirk 000cca
|
||||
* synaptics-rmi: Essentially blacklist Dell K12A
|
||||
* dfu: Avoid communicating when bitManifestationTolerant is off
|
||||
* ata: Add OUI quirk for Western Digital
|
||||
* dfu: Support MATEKF722SE quirk
|
||||
* Fix various build issues with -Wdiscarded-qualifiers
|
||||
* thunderbolt/dell-dock: Delay activation for Thunderbolt updates
|
||||
* Switch the default of EnumerateAllDevices to false
|
||||
* Add OUI quirk for SanDisk
|
||||
* vli: Add two standard USB instance IDs for shared-PD devices
|
||||
* vli: Use GPIOB to reset the VL817 found in two Lenovo products
|
||||
* tpm-eventlog: Correct the display of final calculated PCRs
|
||||
* wacom-raw: fixup switching to bootloader mode
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 03 15:30:48 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.4.1:
|
||||
* thunderbolt: Don't show safe mode errors for USB4 host controllers
|
||||
* ep963x: Various changes to make the plugin actually work on real hardware
|
||||
* Make tss2-esys conditional
|
||||
* ep963x: Remove some dead code spotted by Coverity
|
||||
* ccgx: Only update the FW2 partition of the ThinkPad USB-C Dock Gen2
|
||||
* ccgx: Expand the FWImageType for future hardware
|
||||
* Allow specifying the device on the command line by GUID
|
||||
* Fix the DeviceID set by GetDetails
|
||||
* wacom-usb: Fix a theoretical buffer over-read to make GCC happy
|
||||
* vli: Only show the i2c devices on the USB3 hub
|
||||
* Allow devices to be updatable, but only when upgrading a proxy device
|
||||
* Reset the progressbar time estimate if the percentage is invalid
|
||||
* ccgx: Always report 100% when finished writing
|
||||
* Add a device quirk that forces an explicit device-id match
|
||||
* ccgx: Set the device name and summary from quirk files
|
||||
* vli: Only do the APP5 FW bug fix on affected hardware
|
||||
* vli: Show all the buffer when debugging with FWUPD_VLI_USBHUB_VERBOSE
|
||||
* fu-engine: Refresh device name and format before setting supported flag
|
||||
* Allow a device to set the logical or physical ID during ->setup()
|
||||
* ccgx: Split out a trivial helper to set the instance IDs
|
||||
* ccgx: Set the device name to be more useful
|
||||
* ccgx: Set the logical ID as the FwMode
|
||||
* ccgx: Split out a trivial function to set the version
|
||||
* ccgx: Do not reboot the device write after installing
|
||||
* ccgx: Do no show the flash parameters when unknown
|
||||
* Allow devices to match the proxy device by GUID
|
||||
* Do not skip attach() if the device is marked _WILL_DISAPPEAR
|
||||
* dell-dock: Port to using fu_device_get_proxy()
|
||||
* Allow adding a device 'proxy' device that can do actions on it
|
||||
* vli: Do not show the USB 2 recovery devices for USB 3 hubs
|
||||
* vli: Add metadata to identify which is the same physical device
|
||||
* uefi: correctly format firmware version of Dynabook (né Toshiba) X30, X40 and probably others
|
||||
* synaptics-cxaudio: Use the ->attach() device vfunc
|
||||
* synaptics-cxaudio: Wait for the device to reboot after writing firmware
|
||||
* logitech_hidpp: decrease verbosity of messages that hid++ ID is missing
|
||||
* Prefer to update the child first if the order is unspecified
|
||||
* Do not modify the device priority for child devices
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 22 08:48:51 UTC 2020 - Gary Ching-Pang Lin <glin@suse.com>
|
||||
|
||||
|
16
fwupd.spec
16
fwupd.spec
@ -28,7 +28,7 @@
|
||||
%global efidir sles
|
||||
%endif
|
||||
Name: fwupd
|
||||
Version: 1.4.0
|
||||
Version: 1.4.2
|
||||
Release: 0
|
||||
Summary: Device firmware updater daemon
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@ -66,29 +66,29 @@ BuildRequires: pkgconfig(appstream-glib) >= 0.5.10
|
||||
BuildRequires: pkgconfig(bash-completion)
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(colorhug) >= 1.2.12
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.25.9
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.45.8
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.48.8
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.45.8
|
||||
BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(gnutls)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gthread-2.0)
|
||||
BuildRequires: pkgconfig(gtk-doc) >= 1.14
|
||||
BuildRequires: pkgconfig(gudev-1.0)
|
||||
BuildRequires: pkgconfig(gudev-1.0) >= 232
|
||||
BuildRequires: pkgconfig(gusb) >= 0.2.9
|
||||
BuildRequires: pkgconfig(jcat)
|
||||
BuildRequires: pkgconfig(jcat) >= 0.1.0
|
||||
BuildRequires: pkgconfig(json-glib-1.0) >= 1.1.1
|
||||
BuildRequires: pkgconfig(libarchive)
|
||||
BuildRequires: pkgconfig(libelf)
|
||||
BuildRequires: pkgconfig(libgcab-1.0)
|
||||
BuildRequires: pkgconfig(libgcab-1.0) >= 1.0
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.51.92
|
||||
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: pkgconfig(tss2-esys)
|
||||
BuildRequires: pkgconfig(tss2-esys) >= 2.0
|
||||
BuildRequires: pkgconfig(udev)
|
||||
BuildRequires: pkgconfig(valgrind)
|
||||
BuildRequires: pkgconfig(xmlb)
|
||||
BuildRequires: pkgconfig(xmlb) >= 0.1.13
|
||||
%if %{with efi_fw_update}
|
||||
BuildRequires: gnu-efi
|
||||
BuildRequires: pesign-obs-integration
|
||||
|
Loading…
Reference in New Issue
Block a user