New upstream release
This commit is contained in:
parent
ae0d0ec050
commit
7f683eb1be
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/appstream-glib-0.3.2.tar.xz
|
||||
/appstream-glib-0.3.3.tar.xz
|
||||
/appstream-glib-0.3.4.tar.xz
|
||||
/appstream-glib-0.3.5.tar.xz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: Library for AppStream metadata
|
||||
Name: libappstream-glib
|
||||
Version: 0.3.4
|
||||
Version: 0.3.5
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: http://people.freedesktop.org/~hughsient/appstream-glib/
|
||||
@ -25,6 +25,7 @@ BuildRequires: freetype-devel
|
||||
BuildRequires: pango-devel
|
||||
BuildRequires: rpm-devel
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: gcab
|
||||
|
||||
# for the manpages
|
||||
BuildRequires: libxslt
|
||||
@ -127,6 +128,11 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir
|
||||
|
||||
%changelog
|
||||
* Wed Mar 11 2015 Richard Hughes <richard@hughsie.com> 0.3.5-1
|
||||
- New upstream release
|
||||
- Add new API required for firmware support
|
||||
- Add new API required for OSTree and xdg-app support
|
||||
|
||||
* Sat Jan 17 2015 Richard Hughes <richard@hughsie.com> 0.3.4-1
|
||||
- New upstream release
|
||||
- Add more applications to the blacklist
|
||||
|
||||
Loading…
Reference in New Issue
Block a user