New upstream release
This commit is contained in:
parent
525eb51f83
commit
496af9daa0
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user