Hello community, here is the log from the commit of package fwupd for openSUSE:Factory checked in at 2018-09-20 11:40:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fwupd (Old) and /work/SRC/openSUSE:Factory/.fwupd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fwupd" Thu Sep 20 11:40:29 2018 rev:10 rq:635653 version:1.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/fwupd/fwupd.changes 2018-07-27 10:53:23.541319256 +0200 +++ /work/SRC/openSUSE:Factory/.fwupd.new/fwupd.changes 2018-09-20 11:40:29.828890403 +0200 @@ -1,0 +2,65 @@ +Thu Sep 13 09:23:44 UTC 2018 - Nico Kruber <[email protected]> + +- Update to version 1.1.2: + + New Features: + - Add a new device flag "ignore-validation" that will override checks + - Add a new plugin to enumerate EC firmware + - Add a new plugin to update NVMe hardware + - Add a plugin for updating using the flashrom command line tool + - Allow the device list to take care of waiting for the device replug + - Allow updating just one specific device from the command line + - Allow upgrades using a self-signed fwupd.efi binary + - Download firmware if the user specifies a URI + - Include serial number in daemon device output when trusted + - Notify all plugins of device removals through a new vfunc + - Use boltd force power API if available + + Bugfixes: + - Add an install hook for classic snap + - Allow forcing installation even if no AC power is applied + - Allow using --force to ignore version_lowest + - Always use the same HardwareIDs as Windows + - Check the device state before assuming a fake DFU runtime + - Copy over parent GUIDs from other plugin donors + - Detect location of python3 interpreter + - Do not add udev devices after a small delay + - Don't fail to run if compiled without GPG/PKCS7 + - Fix a segfault in fwupdtool caused by cleanup of USB plugins + - Implement the systemd recommendations for offline updates + - Improve performance when reading keys from the quirk database + - Remove children of devices when the parent is removed + - Rewrite synapticsmst to use modern error handling + - Rewrite the unifying plugin to use the new daemon-provided functionality + - Show a time estimate on the progressbar after an update has started + +------------------------------------------------------------------- +Mon Sep 10 11:45:07 UTC 2018 - Jan Engelhardt <[email protected]> + +- Use noun phrase for summary. Trim request for comments from + description. + +------------------------------------------------------------------- +Fri Sep 7 21:35:47 UTC 2018 - Nico Kruber <[email protected]> + +- Update to version 1.1.1: + + New Features: + - Add support for the Synaptics Panamera hardware + - Add validation for Alpine and Titan Ridge + - Improve the Redfish plugin to actually work with real hardware + + Bugfixes: + - Allow different plugins to add the same device + - Allow flashing unifying devices in recovery mode + - Allow running synapticsmst on non-Dell hardware + - Check the ESP for sanity at at startup + - Do not hold hidraw devices open forever + - Don't override _FORTIFY_SOURCE when building the EFI binary + - Don't show passwords in fwupdmgr + - Fix a potential segfault in smbios data parsing + - Fix encoding the GUID into the capsule EFI variable + - Fix various bugs when reading the thunderbolt version number + - Reboot synapticsmst devices at the end of flash cycle + - Show status messages when the daemon is initializing + - Show the correct title when updating devices + - Show the reasons that plugins are not run on the CLI + - Use localedir in po/make-images + +------------------------------------------------------------------- Old: ---- fwupd-1.1.0.tar.xz New: ---- fwupd-1.1.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fwupd.spec ++++++ --- /var/tmp/diff_new_pack.Dc6pry/_old 2018-09-20 11:40:30.540889985 +0200 +++ /var/tmp/diff_new_pack.Dc6pry/_new 2018-09-20 11:40:30.540889985 +0200 @@ -22,9 +22,9 @@ %bcond_with efi_fw_update %endif Name: fwupd -Version: 1.1.0 +Version: 1.1.2 Release: 0 -Summary: Allow session software to update device firmware +Summary: Device firmware updater daemon License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/Management URL: https://fwupd.org/ @@ -83,10 +83,8 @@ %endif %description -fwupd is a simple daemon to allow session software to update device firmware on -your local machine. It's designed for desktops, but this project is probably -quite interesting for phones, tablets and server farms, so I'd be really happy -if this gets used on other non-desktop hardware. +fwupd is a daemon to allows session software to update device firmware on +the local machine. You can either use a GUI software manager like GNOME Software to view and apply updates, the command line tool or the system D-Bus interface directly. @@ -97,20 +95,16 @@ Requires: %{name} >= %{version} %description -n libfwupd2 -fwupd is a simple daemon to allow session software to update device firmware on -your local machine. It's designed for desktops, but this project is probably -quite interesting for phones, tablets and server farms, so I'd be really happy -if this gets used on other non-desktop hardware. +fwupd is a daemon to allows session software to update device firmware on +the local machine. %package -n typelib-1_0-Fwupd-2_0 Summary: GObject-introspection bindings for libfwupd Group: System/Libraries %description -n typelib-1_0-Fwupd-2_0 -fwupd is a simple daemon to allow session software to update device firmware on -your local machine. It's designed for desktops, but this project is probably -quite interesting for phones, tablets and server farms, so I'd be really happy -if this gets used on other non-desktop hardware. +fwupd is a daemon to allows session software to update device firmware on +the local machine. %package -n dfu-tool Summary: Generic tool Device Firmware Upgrade (DFU) tool @@ -125,10 +119,8 @@ Requires: libfwupd2 = %{version} %description devel -fwupd is a simple daemon to allow session software to update device firmware on -your local machine. It's designed for desktops, but this project is probably -quite interesting for phones, tablets and server farms, so I'd be really happy -if this gets used on other non-desktop hardware. +fwupd is a daemon to allows session software to update device firmware on +the local machine. %lang_package ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Dc6pry/_old 2018-09-20 11:40:30.568889968 +0200 +++ /var/tmp/diff_new_pack.Dc6pry/_new 2018-09-20 11:40:30.572889967 +0200 @@ -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.1.0</param> + <param name="revision">refs/tags/1.1.2</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.Dc6pry/_old 2018-09-20 11:40:30.596889952 +0200 +++ /var/tmp/diff_new_pack.Dc6pry/_new 2018-09-20 11:40:30.600889950 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/hughsie/fwupd.git</param> - <param name="changesrevision">9cc84a1b35839ceccaa41c0b5ef156d68bb55be4</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">a6edb98e44ff0dd69ea3b68a9a71efcd15dd4a4f</param></service></servicedata> ++++++ fwupd-1.1.0.tar.xz -> fwupd-1.1.2.tar.xz ++++++ ++++ 36636 lines of diff (skipped)
