From 8fbc3036dd35f07a4304b244a2d523b92f24930f Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 5 Aug 2014 23:37:39 +0200 Subject: [PATCH] New upstream release --- .gitignore | 1 + libappstream-glib.spec | 15 +++++++++++++-- sources | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 83860b5..ab0b4b7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /appstream-glib-0.2.1.tar.xz /appstream-glib-0.2.2.tar.xz /appstream-glib-0.2.3.tar.xz +/appstream-glib-0.2.4.tar.xz diff --git a/libappstream-glib.spec b/libappstream-glib.spec index 48fb86a..498772e 100644 --- a/libappstream-glib.spec +++ b/libappstream-glib.spec @@ -1,7 +1,7 @@ Summary: Library for AppStream metadata Name: libappstream-glib -Version: 0.2.3 -Release: 2%{?dist} +Version: 0.2.4 +Release: 1%{?dist} License: LGPLv2+ URL: http://people.freedesktop.org/~hughsient/appstream-glib/ Source0: http://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-%{version}.tar.xz @@ -102,6 +102,7 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/appstream-glib %{_datadir}/gir-1.0/AppStreamGlib-1.0.gir %{_datadir}/aclocal/appstream-xml.m4 +%{_datadir}/installed-tests/appstream-glib/*.test %files builder %doc COPYING @@ -120,6 +121,16 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir %changelog +* Tue Aug 05 2014 Richard Hughes 0.2.4-1 +- New upstream release +- Add an installed tests to validate appdata +- Add support for which will be in AppStream 0.8 +- Add the provide for applications automatically +- Do not load applications with NoDisplay=true when loading local +- Do not pad the compressed AppStream metadata with NUL bytes +- Do not treat app-install metadata as installed +- Markup errors should not be fatal when assembling a store + * Tue Jul 22 2014 Kalev Lember - 0.2.3-2 - Rebuilt for gobject-introspection 1.41.4 diff --git a/sources b/sources index 2baaac2..f87f8c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b2121d03fd2e04f39cf999b4eee2643e appstream-glib-0.2.3.tar.xz +e9120b49513b522738f1388dab3bf7f1 appstream-glib-0.2.4.tar.xz