New upstream release

This commit is contained in:
Richard Hughes 2014-08-05 23:37:39 +02:00
parent e533730621
commit 8fbc3036dd
3 changed files with 15 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <richard@hughsie.com> 0.2.4-1
- New upstream release
- Add an installed tests to validate appdata
- Add support for <source_pkgname> which will be in AppStream 0.8
- Add the <dbus> 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 <kalevlember@gmail.com> - 0.2.3-2
- Rebuilt for gobject-introspection 1.41.4

View File

@ -1 +1 @@
b2121d03fd2e04f39cf999b4eee2643e appstream-glib-0.2.3.tar.xz
e9120b49513b522738f1388dab3bf7f1 appstream-glib-0.2.4.tar.xz