New upstream release
This commit is contained in:
parent
2aabe0d4b7
commit
20c10e421c
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/appstream-glib-0.2.0.tar.xz
|
||||
/appstream-glib-0.2.1.tar.xz
|
||||
/appstream-glib-0.2.2.tar.xz
|
||||
/appstream-glib-0.2.3.tar.xz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: Library for AppStream metadata
|
||||
Name: libappstream-glib
|
||||
Version: 0.2.2
|
||||
Version: 0.2.3
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: http://people.freedesktop.org/~hughsient/appstream-glib/
|
||||
@ -120,6 +120,17 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir
|
||||
|
||||
%changelog
|
||||
* Thu Jul 17 2014 Richard Hughes <richard@hughsie.com> 0.2.3-1
|
||||
- New upstream release
|
||||
- Add oxygen-icon-theme when an application depends on kde-runtime
|
||||
- Add some simple filtering in the status.html page
|
||||
- Be more careful with untrusted XML data
|
||||
- Do not allow duplicates to be added when using as_app_add_kudo_kind()
|
||||
- Do not fail to build packages with invalid KDE service files
|
||||
- Record if distro metadata and screenshots are being used
|
||||
- Show any package duplicates when generating metadata
|
||||
- Show the builder progress in a ncurses-style panel
|
||||
|
||||
* Fri Jul 11 2014 Richard Hughes <richard@hughsie.com> 0.2.2-1
|
||||
- New upstream release
|
||||
- Add two new builder plugins to add kudos on KDE applications
|
||||
|
||||
Loading…
Reference in New Issue
Block a user