diff --git a/.gitignore b/.gitignore index 1db12e0..22f85f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /appdata-tools-0.1.0.tar.xz /appdata-tools-0.1.1.tar.xz +/appdata-tools-0.1.2.tar.xz diff --git a/appdata-tools.spec b/appdata-tools.spec index dfbe168..2c4747e 100644 --- a/appdata-tools.spec +++ b/appdata-tools.spec @@ -1,6 +1,6 @@ Summary: Tools for AppData files Name: appdata-tools -Version: 0.1.1 +Version: 0.1.2 Release: 1%{?alphatag}%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/appdata/ @@ -36,6 +36,15 @@ make %{?_smp_mflags} %{_datadir}/appdata/schema/appdata.xsd %changelog +* Wed Sep 20 2013 Richard Hughes 0.1.2-1 +- New upstream version +- Add some more restrictions, and have different values for --relax +- Add --version, --verbose and --relax command line switches +- Allow short paragraphs when introducing a list +- Do not count translated paragraphs in the description check +- Do not fail to validate when the translatable tags are duplicated +- Require punctuation in the right places + * Wed Sep 18 2013 Richard Hughes 0.1.1-1 - New upstream version - Add an xsd file to validate the AppStream XML diff --git a/sources b/sources index c2767d1..446ae3d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b490072cc338e0cf9c613d252acec86f appdata-tools-0.1.1.tar.xz +74e11c7140964f7686ee8815240980f4 appdata-tools-0.1.2.tar.xz