New upstream version
This commit is contained in:
parent
afee9ce256
commit
ea869caaea
3 changed files with 12 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
|||
/appdata-tools-0.1.1.tar.xz
|
||||
/appdata-tools-0.1.2.tar.xz
|
||||
/appdata-tools-0.1.3.tar.xz
|
||||
/appdata-tools-0.1.4.tar.xz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Summary: Tools for AppData files
|
||||
Name: appdata-tools
|
||||
Version: 0.1.3
|
||||
Version: 0.1.4
|
||||
Release: 1%{?alphatag}%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://people.freedesktop.org/~hughsient/appdata/
|
||||
|
|
@ -11,6 +11,8 @@ BuildRequires: intltool
|
|||
BuildRequires: libxslt
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: glib2-devel >= 2.25.9-2
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: gdk-pixbuf2-devel
|
||||
|
||||
%description
|
||||
appdata-tools contains a command line program designed to validate AppData
|
||||
|
|
@ -36,6 +38,13 @@ make %{?_smp_mflags}
|
|||
%{_datadir}/appdata/schema/appdata.xsd
|
||||
|
||||
%changelog
|
||||
* Mon Oct 07 2013 Richard Hughes <richard@hughsie.com> 0.1.4-1
|
||||
- New upstream version
|
||||
- Add some tests to validate <screenshots>
|
||||
- Check the screenshots conform to the new size requirements
|
||||
- Detect AppData files with missing copyright comments
|
||||
- Detect files with missing XML headers
|
||||
|
||||
* 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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
908ff43556a4d51d5f76a3b5252cc98f appdata-tools-0.1.3.tar.xz
|
||||
d86791ea7d26d6e265393b1959aa22d9 appdata-tools-0.1.4.tar.xz
|
||||
|
|
|
|||
Reference in a new issue