New upstream release

This commit is contained in:
Richard Hughes 2015-08-12 09:15:44 +01:00
parent ff3f583bc4
commit 6bc0161e11
3 changed files with 12 additions and 5 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@
/appstream-glib-0.3.6.tar.xz
/appstream-glib-0.4.0.tar.xz
/appstream-glib-0.4.1.tar.xz
/appstream-glib-0.5.0.tar.xz

View File

@ -1,7 +1,7 @@
Summary: Library for AppStream metadata
Name: libappstream-glib
Version: 0.4.1
Release: 2%{?dist}
Version: 0.5.0
Release: 1%{?dist}
License: LGPLv2+
URL: http://people.freedesktop.org/~hughsient/appstream-glib/
Source0: http://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-%{version}.tar.xz
@ -96,7 +96,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
%files -f appstream-glib.lang
%doc README.md AUTHORS NEWS COPYING
%{_libdir}/libappstream-glib.so.7*
%{_libdir}/libappstream-glib.so.8*
%{_libdir}/girepository-1.0/*.typelib
%{_bindir}/appstream-util
%{_bindir}/appdata-validate
@ -119,7 +119,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{_bindir}/appstream-builder
%{_datadir}/bash-completion/completions/appstream-builder
%{_libdir}/asb-plugins-%{as_plugin_version}/*.so
%{_libdir}/libappstream-builder.so.7*
%{_libdir}/libappstream-builder.so.8*
%{_mandir}/man1/appstream-builder.1.gz
%files builder-devel
@ -131,6 +131,12 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir
%changelog
* Wed Aug 12 2015 Richard Hughes <richard@hughsie.com> 0.5.0-1
- New upstream release
- Add support for the flashed firmware provide kind
- Make the DriverVer in the .inf file optional
- Show a better error message when there's not enough text
* Wed Jul 29 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.4.1-2
- Rebuilt for rpm 4.12.90

View File

@ -1 +1 @@
25f261265b71a4a9944028d4304ebc0d appstream-glib-0.4.1.tar.xz
fe6ed74576bfff0d4071b97c104b9649 appstream-glib-0.5.0.tar.xz