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