New upstream release
This commit is contained in:
parent
d765ed67cf
commit
2de6387ec1
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/appstream-glib-0.1.4.tar.xz
|
||||
/appstream-glib-0.1.5.tar.xz
|
||||
/appstream-glib-0.1.6.tar.xz
|
||||
/appstream-glib-0.1.7.tar.xz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: Library for AppStream metadata
|
||||
Name: libappstream-glib
|
||||
Version: 0.1.6
|
||||
Release: 2%{?dist}
|
||||
Version: 0.1.7
|
||||
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
|
||||
@ -65,6 +65,16 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libappstream-glib*.la
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
|
||||
%changelog
|
||||
* Thu Jun 12 2014 Richard Hughes <richard@hughsie.com> 0.1.7-1
|
||||
- New upstream release
|
||||
- Add <extends> from the draft AppStream 0.7 specification
|
||||
- Add support for the 'dbus' AsProvideKind
|
||||
- Add support for validating metainfo.xml files
|
||||
- Allow 'appstream-util validate' to validate multiple files
|
||||
- Do not log a critical warning in as_store_to_xml()
|
||||
- Fix a crash when we try to validate <p></p>
|
||||
- Support the non-standard X-Ubuntu-Software-Center-Name
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user