New upstream version
This commit is contained in:
parent
5430b75da8
commit
e73888b736
3 changed files with 12 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 <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
|
||||
- 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 <richard@hughsie.com> 0.1.1-1
|
||||
- New upstream version
|
||||
- Add an xsd file to validate the AppStream XML
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
b490072cc338e0cf9c613d252acec86f appdata-tools-0.1.1.tar.xz
|
||||
74e11c7140964f7686ee8815240980f4 appdata-tools-0.1.2.tar.xz
|
||||
|
|
|
|||
Reference in a new issue