New upstream release

This commit is contained in:
Richard Hughes 2016-02-02 13:57:29 +00:00
parent 01a0bdbce1
commit 765fa6cece
3 changed files with 15 additions and 3 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@
/appstream-glib-0.5.4.tar.xz
/appstream-glib-0.5.5.tar.xz
/appstream-glib-0.5.6.tar.xz
/appstream-glib-0.5.8.tar.xz

View File

@ -1,6 +1,6 @@
Summary: Library for AppStream metadata
Name: libappstream-glib
Version: 0.5.6
Version: 0.5.8
Release: 1%{?dist}
License: LGPLv2+
URL: http://people.freedesktop.org/~hughsient/appstream-glib/
@ -38,7 +38,7 @@ Obsoletes: appdata-tools < 0.1.9
Provides: appdata-tools
# this is not a library version
%define as_plugin_version 4
%define as_plugin_version 5
%description
This library provides GObjects and helper methods to make it easy to read and
@ -102,9 +102,11 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{_libdir}/libappstream-glib.so.8*
%{_libdir}/girepository-1.0/*.typelib
%{_bindir}/appstream-util
%{_bindir}/appstream-compose
%dir %{_datadir}/bash-completion/completions/
%{_datadir}/bash-completion/completions/appstream-util
%{_mandir}/man1/appstream-util.1.gz
%{_mandir}/man1/appstream-compose.1.gz
%files devel
%{_libdir}/libappstream-glib.so
@ -135,6 +137,15 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir
%changelog
* Tue Feb 02 2016 Richard Hughes <richard@hughsie.com> 0.5.8-1
- New upstream release
- Add a modify command to appstream-util
- Add support for per-user and system-wide xdg-app installed stores
- Reject an invalid project group when parsing
- Support multi-line copyright statements
- Support the QT translation system
- Support <translation> tags in AppData files
* Fri Jan 15 2016 Richard Hughes <richard@hughsie.com> 0.5.6-1
- New upstream release
- Accept various 'or later' metadata content licenses

View File

@ -1 +1 @@
b3f6250a6c13b37c1452eac7c65205d7 appstream-glib-0.5.6.tar.xz
99c975c830d289d09c71f7fb522a83e3 appstream-glib-0.5.8.tar.xz