New upstream version

This commit is contained in:
Richard Hughes 2013-09-24 10:36:42 +01:00
commit afee9ce256
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/appdata-tools-0.1.0.tar.xz
/appdata-tools-0.1.1.tar.xz
/appdata-tools-0.1.2.tar.xz
/appdata-tools-0.1.3.tar.xz

View file

@ -1,6 +1,6 @@
Summary: Tools for AppData files
Name: appdata-tools
Version: 0.1.2
Version: 0.1.3
Release: 1%{?alphatag}%{?dist}
License: GPLv2+
URL: http://people.freedesktop.org/~hughsient/appdata/
@ -36,7 +36,14 @@ make %{?_smp_mflags}
%{_datadir}/appdata/schema/appdata.xsd
%changelog
* Wed Sep 20 2013 Richard Hughes <richard@hughsie.com> 0.1.2-1
* Tue Sep 24 2013 Richard Hughes <richard@hughsie.com> 0.1.3-1
- New upstream version
- Add a rule that <li> tags should not end with a full stop
- Allow names and sumaries to end with '.' if there are multiple dots
- Detect if <application> is used more that once
- Support AppData files of other kinds
* Fri Sep 20 2013 Richard Hughes <richard@hughsie.com> 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

View file

@ -1 +1 @@
74e11c7140964f7686ee8815240980f4 appdata-tools-0.1.2.tar.xz
908ff43556a4d51d5f76a3b5252cc98f appdata-tools-0.1.3.tar.xz