New upstream release

This commit is contained in:
Richard Hughes 2014-04-25 10:19:18 +01:00
parent 4afac467ee
commit c903a8def8
3 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/appstream-glib-0.1.1.tar.xz
/appstream-glib-0.1.2.tar.xz
/appstream-glib-0.1.3.tar.xz
/appstream-glib-0.1.4.tar.xz

View File

@ -1,6 +1,6 @@
Summary: Library for AppStream metadata
Name: libappstream-glib
Version: 0.1.3
Version: 0.1.4
Release: 1%{?dist}
License: LGPLv2+
URL: http://people.freedesktop.org/~hughsient/appstream-glib/
@ -12,6 +12,9 @@ BuildRequires: docbook-utils
BuildRequires: gtk-doc
BuildRequires: gobject-introspection-devel
BuildRequires: gperf
BuildRequires: libarchive-devel
BuildRequires: libsoup-devel
BuildRequires: gdk-pixbuf2-devel
%description
This library provides GObjects and helper methods to make it easy to read and
@ -51,6 +54,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libappstream-glib*.la
%doc README.md AUTHORS NEWS COPYING
%{_libdir}/libappstream-glib.so.1*
%{_libdir}/girepository-1.0/*.typelib
%{_bindir}/appstream-util
%files devel
%{_libdir}/libappstream-glib.so
@ -61,6 +65,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libappstream-glib*.la
%{_datadir}/gir-1.0/*.gir
%changelog
* Fri Apr 25 2014 Richard Hughes <richard@hughsie.com> 0.1.4-1
- New upstream release
- Add some more API for createrepo_as and gnome-software
- Add tool appstream-util
* Thu Apr 10 2014 Richard Hughes <richard@hughsie.com> 0.1.3-1
- New upstream release
- Add new API required by gnome-software

View File

@ -1 +1 @@
e4c5eeb89699ba8122f701382871c09e appstream-glib-0.1.3.tar.xz
4efd559070520988a7511f12edc42141 appstream-glib-0.1.4.tar.xz