Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
656b0da22c | ||
|
|
d766d5acb5 | ||
|
|
df8a2a68f5 |
3 changed files with 22 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -5,3 +5,5 @@
|
|||
/appdata-tools-0.1.4.tar.xz
|
||||
/appdata-tools-0.1.5.tar.xz
|
||||
/appdata-tools-0.1.6.tar.xz
|
||||
/appdata-tools-0.1.7.tar.xz
|
||||
/appdata-tools-0.1.8.tar.xz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Summary: Tools for AppData files
|
||||
Name: appdata-tools
|
||||
Version: 0.1.6
|
||||
Version: 0.1.8
|
||||
Release: 1%{?alphatag}%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://people.freedesktop.org/~hughsient/appdata/
|
||||
|
|
@ -13,8 +13,7 @@ BuildRequires: intltool
|
|||
BuildRequires: libxslt
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: glib2-devel >= 2.25.9-2
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: gdk-pixbuf2-devel
|
||||
BuildRequires: libappstream-glib-devel
|
||||
BuildRequires: trang
|
||||
BuildRequires: python-lxml > 2.3
|
||||
BuildRequires: emacs
|
||||
|
|
@ -49,6 +48,23 @@ make %{?_smp_mflags}
|
|||
%{_emacs_sitestartdir}/appdata-rng-init.el
|
||||
|
||||
%changelog
|
||||
* Wed May 28 2014 Richard Hughes <richard@hughsie.com> 0.1.8-1
|
||||
- New upstream release
|
||||
- Rename <licence> to <metadata_license>
|
||||
- Use as_app_validate() from libappstream-glib
|
||||
- Allow processing files with the wrong filename
|
||||
|
||||
* Fri Jan 24 2014 Richard Hughes <rhughes@redhat.com> - 0.1.7-2
|
||||
- Bump as koji went crazy
|
||||
|
||||
* Fri Jan 24 2014 Richard Hughes <richard@hughsie.com> 0.1.7-1
|
||||
- New upstream release
|
||||
- Add configure conditional to control validation
|
||||
- Correct a validation warning when using a translated list
|
||||
- Output the line and char number when printing problems
|
||||
- Pass --nonet to appdata-validate in appdata-xml.m4
|
||||
- Validate APPDATA_XML files during check phase
|
||||
|
||||
* Fri Nov 08 2013 Richard Hughes <richard@hughsie.com> 0.1.6-1
|
||||
- New upstream release
|
||||
- Fix up several warnings spotted when building with -Wformat
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
5654ff5b2e7a63ed9a6bdfa565952119 appdata-tools-0.1.6.tar.xz
|
||||
47d8500b7b96fac6667c3173c77c1e66 appdata-tools-0.1.8.tar.xz
|
||||
|
|
|
|||
Reference in a new issue