New upstream release

This commit is contained in:
Richard Hughes 2015-10-28 10:03:10 +00:00
parent 611e79e2e9
commit 0585bf2621
3 changed files with 13 additions and 3 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/fwupd-0.1.6.tar.xz /fwupd-0.1.6.tar.xz
/fwupd-0.5.0.tar.xz /fwupd-0.5.0.tar.xz
/fwupd-0.5.1.tar.xz /fwupd-0.5.1.tar.xz
/fwupd-0.5.2.tar.xz

View File

@ -1,6 +1,6 @@
Summary: Firmware update daemon Summary: Firmware update daemon
Name: fwupd Name: fwupd
Version: 0.5.1 Version: 0.5.2
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
URL: https://github.com/hughsie/fwupd URL: https://github.com/hughsie/fwupd
@ -20,7 +20,7 @@ BuildRequires: systemd
BuildRequires: libsoup-devel >= 2.51.92 BuildRequires: libsoup-devel >= 2.51.92
BuildRequires: libarchive-devel BuildRequires: libarchive-devel
BuildRequires: gobject-introspection-devel BuildRequires: gobject-introspection-devel
BuildRequires: libappstream-glib-devel >= 0.5.0 BuildRequires: libappstream-glib-devel >= 0.5.2
BuildRequires: gcab BuildRequires: gcab
%ifarch x86_64 %{ix86} aarch64 %ifarch x86_64 %{ix86} aarch64
@ -108,6 +108,15 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%{_datadir}/gir-1.0/*.gir %{_datadir}/gir-1.0/*.gir
%changelog %changelog
* Wed Oct 28 2015 Richard Hughes <richard@hughsie.com> 0.5.2-1
- New upstream release
- Add the update description to the GetDetails results
- Clear the in-memory firmware store only after parsing a valid XML file
- Ensure D-Bus remote errors are registered at fwupdmgr startup
- Fix verify-update to produce components with the correct provide values
- Show the dotted-decimal representation of the UEFI version number
- Support cabinet archives files with more than one firmware
* Mon Sep 21 2015 Richard Hughes <richard@hughsie.com> 0.5.1-1 * Mon Sep 21 2015 Richard Hughes <richard@hughsie.com> 0.5.1-1
- Update to 0.5.1 to fix a bug in the offline updater - Update to 0.5.1 to fix a bug in the offline updater

View File

@ -1 +1 @@
0ea513d26bb22f874535d051692b0808 fwupd-0.5.1.tar.xz da99ef2e0e43c2efe5a8f865916b6ddd fwupd-0.5.2.tar.xz