New upstream version

This commit is contained in:
Richard Hughes 2013-09-18 15:36:55 +01:00
commit 5430b75da8
3 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/appdata-tools-0.1.0.tar.xz
/appdata-tools-0.1.1.tar.xz

View file

@ -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 <richard@hughsie.com> 0.1.1-1
- New upstream version
- Add an xsd file to validate the AppStream XML
- Allow <name> and <summary> 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 <richard@hughsie.com> 0.1.0-1
- First version for Fedora package review

View file

@ -1 +1 @@
1328f199b5856938df2681c8d9d2ab5b appdata-tools-0.1.0.tar.xz
b490072cc338e0cf9c613d252acec86f appdata-tools-0.1.1.tar.xz