New upstream release

This commit is contained in:
Richard Hughes 2014-10-21 14:39:23 +01:00
parent 525eb51f83
commit 496af9daa0
3 changed files with 14 additions and 3 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@
/appstream-glib-0.2.4.tar.xz
/appstream-glib-0.2.5.tar.xz
/appstream-glib-0.3.0.tar.xz
/appstream-glib-0.3.1.tar.xz

View File

@ -1,6 +1,6 @@
Summary: Library for AppStream metadata
Name: libappstream-glib
Version: 0.3.0
Version: 0.3.1
Release: 1%{?dist}
License: LGPLv2+
URL: http://people.freedesktop.org/~hughsient/appstream-glib/
@ -21,7 +21,6 @@ BuildRequires: intltool
# for the builder component
BuildRequires: fontconfig-devel
BuildRequires: freetype-devel
BuildRequires: gtk3-devel
BuildRequires: pango-devel
BuildRequires: rpm-devel
BuildRequires: sqlite-devel
@ -122,6 +121,17 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir
%changelog
* Tue Oct 21 2014 Richard Hughes <richard@hughsie.com> 0.3.1-1
- New upstream release
- Add an --enable-hidpi argument to appstream-builder
- Add AS_ICON_KIND_EMBEDDED and AS_ICON_KIND_LOCAL
- Add more applications to the blacklist
- Allow application with NoDisplay=true and an AppData file
- Allow AppStream files to be upgraded using appstream-util
- Install AppStream files with correct permissions
- Monitor the XML and icons path for changes
- Relax validation requirements for font metainfo files
* Mon Sep 01 2014 Richard Hughes <richard@hughsie.com> 0.3.0-1
- New upstream release
- Add a new kudo for high contrast icons

View File

@ -1 +1 @@
f4be91093be4d43856258766684e7744 appstream-glib-0.3.0.tar.xz
c8aaa5536e4f8bb90a0a1a23c2b1b254 appstream-glib-0.3.1.tar.xz