New upstream release

This commit is contained in:
Richard Hughes 2016-11-07 10:25:30 +00:00
parent dc7ae5e25a
commit f0897bebce
3 changed files with 18 additions and 2 deletions

1
.gitignore vendored
View File

@ -43,3 +43,4 @@
/appstream-glib-0.6.2.tar.xz
/appstream-glib-0.6.3.tar.xz
/appstream-glib-0.6.4.tar.xz
/appstream-glib-0.6.5.tar.xz

View File

@ -5,7 +5,7 @@
Summary: Library for AppStream metadata
Name: libappstream-glib
Version: 0.6.4
Version: 0.6.5
Release: 1%{?dist}
License: LGPLv2+
URL: http://people.freedesktop.org/~hughsient/appstream-glib/
@ -150,6 +150,21 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir
%changelog
* Mon Nov 07 2016 Richard Hughes <richard@hughsie.com> 0.6.5-1
- New upstream release
- Add app-removed, app-added and app-changed signals to AsStore
- Add a 'watch' command to appstream-util
- Allow only loading native languages when parsing AppStream
- Allow the client to control what search fields are indexed
- Always copy the state when replacing AppData with AppStream
- Do not sent a REMOVED signal when deleting a transient temp file
- Ensure the component scope is set when loading yaml files
- Handle files being moved into monitored AppStream directories
- Load the search token blacklist into a hash table
- Monitor missing AppStream directories
- Only transliterate when the locale requires it
- Process file changes when an attribute changes
* Wed Oct 12 2016 Richard Hughes <richard@hughsie.com> 0.6.4-1
- New upstream release
- Add more API used by gnome-software master branch

View File

@ -1 +1 @@
cebd99f53e289c51bc9f58709049c28e appstream-glib-0.6.4.tar.xz
cbd7671efffcdc8566161e8cd1852314 appstream-glib-0.6.5.tar.xz