diff --git a/libappstream-glib.spec b/libappstream-glib.spec index c93055c..147a3a6 100644 --- a/libappstream-glib.spec +++ b/libappstream-glib.spec @@ -5,7 +5,7 @@ Summary: Library for AppStream metadata Name: libappstream-glib -Version: 0.7.4 +Version: 0.7.5 Release: 1%{?dist} License: LGPLv2+ URL: http://people.freedesktop.org/~hughsient/appstream-glib/ @@ -68,6 +68,7 @@ GLib headers and libraries for appstream-glib. %package builder Summary: Library and command line tools for building AppStream metadata Requires: %{name}%{?_isa} = %{version}-%{release} +Recommends: pngquant %description builder This library and command line tool is used for building AppStream metadata @@ -85,9 +86,9 @@ GLib headers and libraries for appstream-builder. %build %meson \ - -Denable-gtk-doc=true \ - -Denable-stemmer=true \ - -Denable-dep11=false + -Dgtk-doc=true \ + -Dstemmer=true \ + -Ddep11=false %meson_build %install @@ -147,6 +148,20 @@ GLib headers and libraries for appstream-builder. %{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir %changelog +* Mon Jan 22 2018 Richard Hughes 0.7.5-1 +- New upstream release +- Add more GObject Introspection annotations for Python +- Do not try to extract duplicate files in the icon theme packages +- Don't expect an enum when really passing a bitfield +- Fix a crash when calling as_release_add_location() directly +- Fix appstream-compose when using new-style desktop IDs +- Fix compile with GCab v1.0 +- Fix the arithmetic when fitting an image in 16:9 +- Generate icons and samples for emoji fonts +- Never change the default screenshot when processing AppData +- Support OARS v1.1 additions +- Use pngquant to make the application icons take up less space + * Thu Nov 09 2017 Kalev Lember 0.7.4-1 - Update to 0.7.4