New upstream release
This commit is contained in:
parent
f0897bebce
commit
5a19352835
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,3 +44,4 @@
|
||||
/appstream-glib-0.6.3.tar.xz
|
||||
/appstream-glib-0.6.4.tar.xz
|
||||
/appstream-glib-0.6.5.tar.xz
|
||||
/appstream-glib-0.6.6.tar.xz
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
|
||||
Summary: Library for AppStream metadata
|
||||
Name: libappstream-glib
|
||||
Version: 0.6.5
|
||||
Version: 0.6.6
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: http://people.freedesktop.org/~hughsient/appstream-glib/
|
||||
@ -150,6 +150,16 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir
|
||||
|
||||
%changelog
|
||||
* Thu Dec 15 2016 Richard Hughes <richard@hughsie.com> 0.6.6-1
|
||||
- New upstream release
|
||||
- Add Geary to the app id fallbacks
|
||||
- Deduplicate the AsNode attribute key and value using a hash table
|
||||
- Detect invalid files in the libyaml read handler
|
||||
- Do not absorb core addons into the main application
|
||||
- Do not add <kudos>, <languages>, <provides> or <releases> for addons
|
||||
- Do not save the attributes if the node or parent node is ignored
|
||||
- Set a better icon for codecs
|
||||
|
||||
* 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user