diff --git a/_service b/_service index 131c5ee..3137bf1 100644 --- a/_service +++ b/_service @@ -4,11 +4,11 @@ git @PARENT_TAG@ enable - refs/tags/1.2.8 + refs/tags/1.2.9 *.tar xz - \ No newline at end of file + diff --git a/_servicedata b/_servicedata index 310d4c5..b042517 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hughsie/fwupd.git - 828c913e37ef9af283afb7f13b04459cd199c887 \ No newline at end of file + 4808c0ebad49041b0ba65dcb937bcaa188bc6365 \ No newline at end of file diff --git a/fwupd-1.2.8.tar.xz b/fwupd-1.2.8.tar.xz deleted file mode 100644 index f7c00b5..0000000 --- a/fwupd-1.2.8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c93a666c170c04334d54b61ed021b95bef7bd27b67c0b07af9fb80ab07cbf37 -size 1427668 diff --git a/fwupd-1.2.9.tar.xz b/fwupd-1.2.9.tar.xz new file mode 100644 index 0000000..89d32b2 --- /dev/null +++ b/fwupd-1.2.9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c92a891fc278ca124f4d4cf7c7dbc7f00c4dfb279277748df35bd52557fbe27 +size 1441184 diff --git a/fwupd-bsc1130056-change-shim-path.patch b/fwupd-bsc1130056-change-shim-path.patch index 51f4875..63d8ecc 100644 --- a/fwupd-bsc1130056-change-shim-path.patch +++ b/fwupd-bsc1130056-change-shim-path.patch @@ -10,11 +10,11 @@ Signed-off-by: Gary Lin plugins/uefi/fu-uefi-bootmgr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -diff --git a/plugins/uefi/fu-uefi-bootmgr.c b/plugins/uefi/fu-uefi-bootmgr.c -index 7bec311..22357d4 100644 ---- a/plugins/uefi/fu-uefi-bootmgr.c -+++ b/plugins/uefi/fu-uefi-bootmgr.c -@@ -322,7 +322,8 @@ +Index: fwupd-1.2.9/plugins/uefi/fu-uefi-bootmgr.c +=================================================================== +--- fwupd-1.2.9.orig/plugins/uefi/fu-uefi-bootmgr.c ++++ fwupd-1.2.9/plugins/uefi/fu-uefi-bootmgr.c +@@ -324,7 +324,8 @@ fu_uefi_bootmgr_bootnext (const gchar *e return FALSE; /* test to make sure shim is there if we need it */ @@ -24,5 +24,3 @@ index 7bec311..22357d4 100644 if (shim_app == NULL) return FALSE; if (g_file_test (shim_app, G_FILE_TEST_EXISTS)) { -2.21.0 - diff --git a/fwupd.changes b/fwupd.changes index 95f6b08..dc74fa9 100644 --- a/fwupd.changes +++ b/fwupd.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Tue Jun 25 14:59:34 UTC 2019 - Martin Pluskal + +- Update to version 1.2.9: + * Release fwupd 1.2.9 + * trivial: Add two new translatable strings for new category types + * Check if the system is offline during install, rather than at startup + * Prompt the user to shutdown if requried when installing by ID + * Use the correct file extension for the offline updates cache + * trivial: Allow using --force to use the wrong daemon version + * trivial: Display the correct expected command + * standalone-installer: Be smarter about existing installed fwupd + * Add a plugin to update Synaptics Prometheus fingerprint readers + * trivial: standalone-installer: rename uninstall argument to cleanup + * fu-util: Check the daemon version is at least the client version + * fu-util: Check that daemon is started by expected unit + * fu-util-common: when stopping a daemon, check for snap too + * Allow using --force to trigger a duplicate offline update + * trivial: Allow using FuUsbDevice without a GUsbDevice + * trivial: Copy the icons if unset for the device child + * trivial: Copy the physical ID if unset for the device child + * trivial: Ensure the parent ID is up to date if the device ID changes + * trivial: Fix typo when setting the parent ID + * trivial: Disable the flatpak CI build + * Allow handling FORCE for devices that subclass FuDevice + * uefi: Fix a libasan failure when reading a UEFI variable + * trivial: Fix a memory leak found using libasan + * trivial: Fix an libasan failure in the dell plugin + * trivial: Fix some dead code spotted by coverity + * trivial: Fix a typo spotted by coverity + * trivial: Fix a missing config.h include in a new source file + * Dynamically read path to use for /system-update + * Display the remote warning on the console in an easy-to-read way + * ata: Set version format to plain for devices obtained from udev + * trivial: Only apply SmbiosManufacturer to release version for internal + * trivial: Fix two bugs in the hardware self tests script + * Never guess the version format from the version string + * Only force a semver when the device opts-in + * Export the version-format to clients + * Add missing gtk-doc documentation + * dfu: Add some trivial, but useful, debugging for AVR DFU devices + * dfu: Correctly identify DFU firmware that starts at offset zero + * dfu: Don't keep showing trivial debug output + * dfu: Reset the forced version during attach and detach + * ata/nvme: For devices running Dell firmware, set `VersionFormat` (Fixes: #1169) + * fu-engine: Check if VersionFormat is ambiguous when adding devices + * trivial: Fix fwupdate --apply + * Only use class-based instance IDs for quirk matching + * trivial: dell-dock: set minimum board to 6 + * trivial: post release version bump + ------------------------------------------------------------------- Wed May 8 10:39:24 UTC 2019 - Maurizio Galli diff --git a/fwupd.spec b/fwupd.spec index d9e7be5..af95400 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -28,7 +28,7 @@ %global efidir sles %endif Name: fwupd -Version: 1.2.8 +Version: 1.2.9 Release: 0 Summary: Device firmware updater daemon License: GPL-2.0-or-later AND LGPL-2.1-or-later