New upstream release
This commit is contained in:
parent
e533730621
commit
8fbc3036dd
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user