mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 10:52:36 +00:00
Release fwupd 0.5.0
This commit is contained in:
parent
c2da4b2580
commit
b6f9fbf1fe
11
NEWS
11
NEWS
@ -1,3 +1,14 @@
|
||||
Version 0.5.0
|
||||
~~~~~~~~~~~~~
|
||||
Released: 2015-09-15
|
||||
|
||||
New Features:
|
||||
- Raise the dep on GLib to support and use g_autoptr() (Richard Hughes)
|
||||
|
||||
Bugfixes:
|
||||
- Do not merge existing firmware metadata (Richard Hughes)
|
||||
- Do not reboot if racing with the PackageKit offline update mechanism (Richard Hughes)
|
||||
|
||||
Version 0.1.6
|
||||
~~~~~~~~~~~~~
|
||||
Released: 2015-09-10
|
||||
|
@ -10,7 +10,7 @@ Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.
|
||||
|
||||
BuildRequires: docbook-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: glib2-devel >= 2.45.8
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libgudev1-devel
|
||||
BuildRequires: colord-devel >= 1.0.0
|
||||
@ -19,7 +19,7 @@ BuildRequires: libgcab1-devel
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: gpgme-devel
|
||||
BuildRequires: systemd
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: libsoup-devel >= 2.51.92
|
||||
BuildRequires: libarchive-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: libappstream-glib-devel >= 0.5.0
|
||||
|
Loading…
Reference in New Issue
Block a user