diff --git a/_service b/_service
index 134bd05..4449700 100644
--- a/_service
+++ b/_service
@@ -2,9 +2,9 @@
https://github.com/hughsie/appstream-glib.git
git
- 0.5.13
+ 0.5.14
enable
- refs/tags/appstream_glib_0_5_13
+ refs/tags/appstream_glib_0_5_14
*.tar
diff --git a/_servicedata b/_servicedata
index 3adc548..8990db5 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/hughsie/appstream-glib.git
- e6ee905cd28dcd421c52e2902410023fd08c139d
\ No newline at end of file
+ 469bd3d1a1109df0569b6d6aac3fb79bf7a5cbd6
\ No newline at end of file
diff --git a/appstream-glib-0.5.13.tar.xz b/appstream-glib-0.5.13.tar.xz
deleted file mode 100644
index 6ff6e88..0000000
--- a/appstream-glib-0.5.13.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:03c6f878fd2fc100332643664975c57c72ba010fb7927fd29fcda329b8dd22ab
-size 2196060
diff --git a/appstream-glib-0.5.14.tar.xz b/appstream-glib-0.5.14.tar.xz
new file mode 100644
index 0000000..3058b52
--- /dev/null
+++ b/appstream-glib-0.5.14.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f3e75cf075be92ce7bf6ad2d012ab268f8f7873e1f41f711d6ca6fed7bab7e60
+size 2196340
diff --git a/appstream-glib.changes b/appstream-glib.changes
index d19a75f..377221e 100644
--- a/appstream-glib.changes
+++ b/appstream-glib.changes
@@ -1,3 +1,24 @@
+-------------------------------------------------------------------
+Tue Apr 26 09:05:41 UTC 2016 - zaitor@opensuse.org
+
+- Update to version 0.5.14:
+ + Ignore desktop files with X-AppStream-Ignore.
+ + Add search-pkgname to appstream-glib.
+ + Add AS_APP_QUIRK_NEEDS_REBOOT.
+ + Fall back to searching in as_store_get_app_by_pkgname().
+ + Add AS_APP_QUIRK_NOT_REVIEWABLE.
+ + Search /usr/share/metainfo for local files.
+ + trivial: Fix critical warning when validing broken AppStream
+ files.
+ + Add the Audio+Video categories from AppStream XML too.
+ + Add as_screenshot_get_image_for_locale().
+
+-------------------------------------------------------------------
+Thu Apr 14 16:17:34 UTC 2016 - dimstar@opensuse.org
+
+- Require the main-package by the -devel package: the AS-utils are
+ expected to be available to a developer.
+
-------------------------------------------------------------------
Mon Apr 4 09:38:19 UTC 2016 - dleuenberger@suse.com
diff --git a/appstream-glib.spec b/appstream-glib.spec
index c8a89d4..e3eacb6 100644
--- a/appstream-glib.spec
+++ b/appstream-glib.spec
@@ -20,7 +20,7 @@
%define _build_from_vcs 1
Name: appstream-glib
-Version: 0.5.13
+Version: 0.5.14
Release: 0
Summary: AppStream Abstraction Library
License: LGPL-2.1+
@@ -128,6 +128,7 @@ convert to and from the standardized XML representation.
%package devel
Summary: AppStream Abstraction Library -- Development files
Group: Development/Languages/C and C++
+Requires: %{name} = %{version}
Requires: libappstream-builder8 = %{version}
Requires: libappstream-glib8 = %{version}
Requires: typelib-1_0-AppStreamBuilder-1_0 = %{version}