diff --git a/.gitignore b/.gitignore index 75bc5e5..d917718 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /fwupd-0.1.5.tar.xz /fwupd-0.1.6.tar.xz /fwupd-0.5.0.tar.xz +/fwupd-0.5.1.tar.xz diff --git a/fwupd.spec b/fwupd.spec index fb768f5..1647564 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -1,6 +1,6 @@ Summary: Firmware update daemon Name: fwupd -Version: 0.5.0 +Version: 0.5.1 Release: 1%{?dist} License: GPLv2+ URL: https://github.com/hughsie/fwupd @@ -108,6 +108,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_datadir}/gir-1.0/*.gir %changelog +* Mon Sep 21 2015 Richard Hughes 0.5.1-1 +- Update to 0.5.1 to fix a bug in the offline updater + * Tue Sep 15 2015 Richard Hughes 0.5.0-1 - New upstream release - Do not reboot if racing with the PackageKit offline update mechanism diff --git a/sources b/sources index f806dfa..a1ce421 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8ff54e0856be142a6ba1c7ff7c5d42f5 fwupd-0.5.0.tar.xz +0ea513d26bb22f874535d051692b0808 fwupd-0.5.1.tar.xz