From 5430b75da8cb92778dec9f4fa9e108ec642b2cad Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 18 Sep 2013 15:36:55 +0100 Subject: [PATCH] New upstream version --- .gitignore | 1 + appdata-tools.spec | 12 +++++++++++- sources | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a732a35..1db12e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /appdata-tools-0.1.0.tar.xz +/appdata-tools-0.1.1.tar.xz diff --git a/appdata-tools.spec b/appdata-tools.spec index 89f92c5..dfbe168 100644 --- a/appdata-tools.spec +++ b/appdata-tools.spec @@ -1,6 +1,6 @@ Summary: Tools for AppData files Name: appdata-tools -Version: 0.1.0 +Version: 0.1.1 Release: 1%{?alphatag}%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/appdata/ @@ -32,7 +32,17 @@ make %{?_smp_mflags} %doc AUTHORS COPYING NEWS README %{_bindir}/appdata-validate %{_mandir}/man1/appdata-validate.1.gz +%dir %{_datadir}/appdata/schema +%{_datadir}/appdata/schema/appdata.xsd %changelog +* Wed Sep 18 2013 Richard Hughes 0.1.1-1 +- New upstream version +- Add an xsd file to validate the AppStream XML +- Allow and data in appdata files +- Assign each problem a kind +- Detect starting a description with 'This application' +- Fail validation if tags are duplicated + * Tue Sep 17 2013 Richard Hughes 0.1.0-1 - First version for Fedora package review diff --git a/sources b/sources index e11ad44..c2767d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1328f199b5856938df2681c8d9d2ab5b appdata-tools-0.1.0.tar.xz +b490072cc338e0cf9c613d252acec86f appdata-tools-0.1.1.tar.xz