From 043333dc9a0dc8be515fd850b643615c00f3e9ee Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 5 Nov 2015 10:59:51 +0000 Subject: [PATCH] New upstream release --- .gitignore | 1 + fwupd.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6a0084b..cc51454 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /fwupd-0.5.0.tar.xz /fwupd-0.5.1.tar.xz /fwupd-0.5.2.tar.xz +/fwupd-0.5.3.tar.xz diff --git a/fwupd.spec b/fwupd.spec index c178ecb..77aaa81 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -1,6 +1,6 @@ Summary: Firmware update daemon Name: fwupd -Version: 0.5.2 +Version: 0.5.3 Release: 1%{?dist} License: GPLv2+ URL: https://github.com/hughsie/fwupd @@ -108,6 +108,12 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_datadir}/gir-1.0/*.gir %changelog +* Thu Nov 05 2015 Richard Hughes 0.5.3-1 +- New upstream release +- Avoid seeking when reading the file magic during refresh +- Do not assume that the compressed XML data will be NUL terminated +- Use the correct user agent string for fwupdmgr + * Wed Oct 28 2015 Richard Hughes 0.5.2-1 - New upstream release - Add the update description to the GetDetails results diff --git a/sources b/sources index b61a1be..c28e696 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -da99ef2e0e43c2efe5a8f865916b6ddd fwupd-0.5.2.tar.xz +932dea4cdc5d8b5baeb11632f08f168d fwupd-0.5.3.tar.xz