diff --git a/.gitignore b/.gitignore index ab0b4b7..4f5e3bd 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /appstream-glib-0.2.2.tar.xz /appstream-glib-0.2.3.tar.xz /appstream-glib-0.2.4.tar.xz +/appstream-glib-0.2.5.tar.xz diff --git a/libappstream-glib.spec b/libappstream-glib.spec index 343f7d6..6f9263c 100644 --- a/libappstream-glib.spec +++ b/libappstream-glib.spec @@ -1,7 +1,7 @@ Summary: Library for AppStream metadata Name: libappstream-glib -Version: 0.2.4 -Release: 2%{?dist} +Version: 0.2.5 +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 @@ -121,6 +121,17 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir %changelog +* Mon Aug 18 2014 Richard Hughes 0.2.5-1 +- New upstream release +- Add check-root to appstream-util +- Add some validation rules for metainfo files +- Allow desktop->addon demotion with an AppData file +- Allow different source roots to define addons +- Do not require sentence case when validating with relaxed settings +- Fix up legacy license IDs when tokenizing +- Metadata licenses like 'CC0 and CC-BY-3.0' are valid content licenses +- Never add duplicate tags + * Sun Aug 17 2014 Fedora Release Engineering - 0.2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index f87f8c5..655d0f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e9120b49513b522738f1388dab3bf7f1 appstream-glib-0.2.4.tar.xz +925a056455b4eef441e692423ac0c5c5 appstream-glib-0.2.5.tar.xz