diff --git a/1.2.10.tar.gz b/1.2.10.tar.gz new file mode 100644 index 0000000..bde4930 --- /dev/null +++ b/1.2.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9cd36f633e98a1b40f6020fd5e066ed05bfb445be69b8357806b0dd6ae189db +size 1943920 diff --git a/fwupd-1.2.9.tar.xz b/fwupd-1.2.9.tar.xz deleted file mode 100644 index 89d32b2..0000000 --- a/fwupd-1.2.9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c92a891fc278ca124f4d4cf7c7dbc7f00c4dfb279277748df35bd52557fbe27 -size 1441184 diff --git a/fwupd.changes b/fwupd.changes index dc74fa9..496e188 100644 --- a/fwupd.changes +++ b/fwupd.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Wed Jul 24 08:12:17 UTC 2019 - Gary Ching-Pang Lin + +- Update to version 1.2.10: + * Disable the flashrom plugin by default + * dell-esrt: Improve the experience for the plugin (Closes: #1245) + * fu-util: When unlocking prompt for reboot if applicable + * remove those PIDs with Bluetooth interface, Wacom updater + doesn't support updating from Bluetooth interface + * flashrom: Only show DEBUG and DEBUG2 output if using + --plugin-verbose=flashrom + * flashrom: Only call flashrom_programmer_init() on whitelisted + boards + * flashrom: Fix no version format set + * fu-util: Show devices with an UpdateError in get-devices + output + * Add a specific error code for the low battery case + * Fix Fedora docker build missing directory: dist + * uefi: Determine whether running in legacy mode or not + (Fixes: #1220) + * Allow client code to construct objects from GVariant blobs + * Export functionality to build an array of objects + * flashrom: Use libflashrom + * Add meson target to fix translations + * Add support for 8bitdo USB Retro Receiver + * Use the newer features of GRWLock rather than reinventing it + * uefi: Try to find a duplicate using the loadopt name + * uefi: Provide a quirk to disable the use of the UX capsule + * synaptics-prometheus: Fix installing CONFIG firmware updates + * synaptics-prometheus: Set the install duration from a quirk + * synaptics-prometheus: Don't emit critial warning when updating + config firmware + * synaptics-prometheus: Fix missing field in the IOTA reply struct + * Create SECURITY.md + * redfish: Never set NULL device name + * modem-manager: Never set NULL device name + * ata: Never set NULL device name + * synapticsmst: fix GUID generation (Closes: #1207) + * Lite Mk II flag for use-shim-unique + * fu-util-common: Support empty proxy strings (Fixes: #1199) +- Add python3-setuptools to BuildRequires for + generate-version-script.py + ------------------------------------------------------------------- Tue Jun 25 14:59:34 UTC 2019 - Martin Pluskal diff --git a/fwupd.spec b/fwupd.spec index af95400..52d9abd 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -28,13 +28,13 @@ %global efidir sles %endif Name: fwupd -Version: 1.2.9 +Version: 1.2.10 Release: 0 Summary: Device firmware updater daemon License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/Management URL: https://fwupd.org/ -Source: %{name}-%{version}.tar.xz +Source: https://github.com/hughsie/%{name}/archive/%{version}.tar.gz # PATCH-FIX-OPENSUSE fwupd-bsc1130056-shim-path.patch bsc#1130056 Patch1: fwupd-bsc1130056-change-shim-path.patch BuildRequires: dejavu-fonts @@ -54,6 +54,7 @@ BuildRequires: procps BuildRequires: python3-Pillow BuildRequires: python3-cairo BuildRequires: python3-gobject-Gdk +BuildRequires: python3-setuptools BuildRequires: python3-xml BuildRequires: vala BuildRequires: pkgconfig(appstream-glib) >= 0.5.10