diff --git a/.gitignore b/.gitignore index 5c9cafc..83860b5 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libappstream-glib.spec b/libappstream-glib.spec index 757a706..abd77a2 100644 --- a/libappstream-glib.spec +++ b/libappstream-glib.spec @@ -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 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 0.2.2-1 - New upstream release - Add two new builder plugins to add kudos on KDE applications diff --git a/sources b/sources index e2d5339..2baaac2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -74a14568adc94ae81f2da5ea8f6ca816 appstream-glib-0.2.2.tar.xz +b2121d03fd2e04f39cf999b4eee2643e appstream-glib-0.2.3.tar.xz