From b50202c516e182d68f9aefb740f158e27048a5a368db303c47e65063283f6efd Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 24 Mar 2018 13:06:02 +0000 Subject: [PATCH] Accepting request 590770 from home:1Antoine1:branches:Base:System - Update to version 1.0.6: + New Features: - Add bash completion for fwupdmgr. - Add support for newest Thunderbolt chips. - Allow all functions that take device arguments to be prompted. - Allow devices to use the runtime version when in bootloader mode. - Allow overriding ESP mount point via conf file. - Delete any old fwupdate capsules and efivars when launching fwupd. - Generate Vala bindings. + Bugfixes: - Allow ctrl-d out of the prompt for devices. - Allow to create package out of provided binary. - Correct handling of unknown Thunderbolt devices. - Correctly detect new remotes that are manually copied. - Fix a crash related to when passing device to downgrade in CLI. - Fix running the self tests when no fwupd is installed. - Fix Unifying signature writing and parsing for Texas bootloader. - Only send success and failure reports to the server. - Use a CNAME to redirect to the correct CDN for metadata. - Use a longer timeout when powering back the Thunderbolt device. OBS-URL: https://build.opensuse.org/request/show/590770 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=24 --- _service | 2 +- _servicedata | 2 +- fwupd-1.0.5.tar.xz | 3 --- fwupd-1.0.6.tar.xz | 3 +++ fwupd.changes | 30 ++++++++++++++++++++++++++++++ fwupd.spec | 6 +++++- 6 files changed, 40 insertions(+), 6 deletions(-) delete mode 100644 fwupd-1.0.5.tar.xz create mode 100644 fwupd-1.0.6.tar.xz diff --git a/_service b/_service index e9c79f5..ecf76cb 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ git @PARENT_TAG@ enable - refs/tags/1.0.5 + refs/tags/1.0.6 *.tar diff --git a/_servicedata b/_servicedata index 731683e..07067ed 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hughsie/fwupd.git - 1ef028121e707068e7d3d1252ecf9d8ca580c956 \ No newline at end of file + d1b23e3c5a3582c9016dd5148438200219a05ad5 \ No newline at end of file diff --git a/fwupd-1.0.5.tar.xz b/fwupd-1.0.5.tar.xz deleted file mode 100644 index 198570d..0000000 --- a/fwupd-1.0.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd9a53fa43adc5fc2beaa41a607ba540c23faa98da2d1dd6aeabb50c8e7a9a29 -size 1176832 diff --git a/fwupd-1.0.6.tar.xz b/fwupd-1.0.6.tar.xz new file mode 100644 index 0000000..effbdf0 --- /dev/null +++ b/fwupd-1.0.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea5b9e76f19f72ff776daf67f68ec94df9e3bd22c363b5247532f9abd36314b +size 1180040 diff --git a/fwupd.changes b/fwupd.changes index 995f683..e833164 100644 --- a/fwupd.changes +++ b/fwupd.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Fri Mar 23 20:06:34 UTC 2018 - antoine.belvire@opensuse.org + +- Update to version 1.0.6: + + New Features: + - Add bash completion for fwupdmgr. + - Add support for newest Thunderbolt chips. + - Allow all functions that take device arguments to be + prompted. + - Allow devices to use the runtime version when in bootloader + mode. + - Allow overriding ESP mount point via conf file. + - Delete any old fwupdate capsules and efivars when launching + fwupd. + - Generate Vala bindings. + + Bugfixes: + - Allow ctrl-d out of the prompt for devices. + - Allow to create package out of provided binary. + - Correct handling of unknown Thunderbolt devices. + - Correctly detect new remotes that are manually copied. + - Fix a crash related to when passing device to downgrade in + CLI. + - Fix running the self tests when no fwupd is installed. + - Fix Unifying signature writing and parsing for Texas + bootloader. + - Only send success and failure reports to the server. + - Use a CNAME to redirect to the correct CDN for metadata. + - Use a longer timeout when powering back the Thunderbolt + device. + ------------------------------------------------------------------- Thu Mar 15 13:14:55 UTC 2018 - fcrozat@suse.com diff --git a/fwupd.spec b/fwupd.spec index e20f201..1f96de7 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -22,7 +22,7 @@ %bcond_with efi_fw_update %endif Name: fwupd -Version: 1.0.5 +Version: 1.0.6 Release: 0 Summary: Allow session software to update device firmware License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -64,6 +64,7 @@ BuildRequires: pkgconfig(json-glib-1.0) >= 1.1.1 BuildRequires: pkgconfig(libarchive) BuildRequires: pkgconfig(libelf) # BuildRequires: pkgconfig(libtbtfwu) >= 1 +BuildRequires: vala BuildRequires: pkgconfig(libgcab-1.0) BuildRequires: pkgconfig(libsoup-2.4) >= 2.51.92 BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103 @@ -207,6 +208,7 @@ rm -fr %{buildroot}%{_datadir}/installed-tests %dir %{_datadir}/metainfo %{_datadir}/metainfo/org.freedesktop.fwupd.metainfo.xml %dir %{_localstatedir}/lib/%{name}/ +%{_datadir}/bash-completion/completions/fwupdmgr %files -n dfu-tool %{_bindir}/dfu-tool @@ -224,6 +226,8 @@ rm -fr %{buildroot}%{_datadir}/installed-tests %files devel %doc %{_datadir}/gtk-doc/html/libfwupd/ %{_datadir}/gir-1.0/Fwupd-2.0.gir +%{_datadir}/vala/vapi/fwupd.deps +%{_datadir}/vala/vapi/fwupd.vapi %{_includedir}/fwupd-1/ %{_libdir}/pkgconfig/fwupd.pc %{_libdir}/libfwupd.so