Blame SPECS/libappstream-glib.spec

d9b429
%global glib2_version 2.45.8
d9b429
%global libsoup_version 2.51.92
d9b429
%global json_glib_version 1.1.2
d9b429
%global gdk_pixbuf_version 2.31.5
d9b429
d9b429
Summary:   Library for AppStream metadata
d9b429
Name:      libappstream-glib
d9b429
Version:   0.7.18
d9b429
Release:   4%{?dist}
d9b429
License:   LGPLv2+
d9b429
URL:       http://people.freedesktop.org/~hughsient/appstream-glib/
d9b429
Source0:   http://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-%{version}.tar.xz
d9b429
d9b429
BuildRequires: glib2-devel >= %{glib2_version}
d9b429
BuildRequires: docbook-utils
d9b429
BuildRequires: gtk-doc
d9b429
BuildRequires: gobject-introspection-devel
d9b429
BuildRequires: gperf
d9b429
BuildRequires: libarchive-devel
d9b429
BuildRequires: libsoup-devel >= %{libsoup_version}
d9b429
BuildRequires: gdk-pixbuf2-devel >= %{gdk_pixbuf_version}
d9b429
BuildRequires: gtk3-devel
d9b429
BuildRequires: gettext
d9b429
BuildRequires: libuuid-devel
d9b429
BuildRequires: libstemmer-devel
d9b429
BuildRequires: json-glib-devel >= %{json_glib_version}
d9b429
BuildRequires: meson
d9b429
BuildRequires: rpm-devel
d9b429
BuildRequires: git-core
d9b429
d9b429
# for the builder component
d9b429
BuildRequires: fontconfig-devel
d9b429
BuildRequires: freetype-devel
d9b429
BuildRequires: pango-devel
d9b429
d9b429
# for the manpages
d9b429
BuildRequires: libxslt
d9b429
BuildRequires: docbook-style-xsl
d9b429
d9b429
# Make sure we pull in the minimum required versions
d9b429
Requires: gdk-pixbuf2%{?_isa} >= %{gdk_pixbuf_version}
d9b429
Requires: glib2%{?_isa} >= %{glib2_version}
d9b429
Requires: json-glib%{?_isa} >= %{json_glib_version}
d9b429
Requires: libsoup%{?_isa} >= %{libsoup_version}
d9b429
d9b429
# no longer required
d9b429
Obsoletes: appdata-tools < 0.1.9
d9b429
Provides: appdata-tools
d9b429
d9b429
# Removed in F30
d9b429
Obsoletes: libappstream-glib-builder-devel < 0.7.15
d9b429
d9b429
# this is not a library version
d9b429
%define as_plugin_version               5
d9b429
d9b429
%description
d9b429
This library provides GObjects and helper methods to make it easy to read and
d9b429
write AppStream metadata. It also provides a simple DOM implementation that
d9b429
makes it easy to edit nodes and convert to and from the standardized XML
d9b429
representation.
d9b429
d9b429
%package devel
d9b429
Summary: GLib Libraries and headers for appstream-glib
d9b429
Requires: %{name}%{?_isa} = %{version}-%{release}
d9b429
d9b429
%description devel
d9b429
GLib headers and libraries for appstream-glib.
d9b429
d9b429
%package builder
d9b429
Summary: Library and command line tools for building AppStream metadata
d9b429
Requires: %{name}%{?_isa} = %{version}-%{release}
d9b429
Recommends: pngquant
d9b429
d9b429
%description builder
d9b429
This library and command line tool is used for building AppStream metadata
d9b429
from a directory of packages.
d9b429
d9b429
%prep
d9b429
%autosetup -p1 -Sgit -n appstream-glib-%{version}
d9b429
d9b429
%build
d9b429
%meson \
d9b429
    -Dgtk-doc=true \
d9b429
    -Dstemmer=true \
d9b429
    -Ddep11=false
d9b429
%meson_build
d9b429
d9b429
%install
d9b429
%meson_install
d9b429
d9b429
%find_lang appstream-glib
d9b429
d9b429
%ldconfig_scriptlets
d9b429
%ldconfig_scriptlets builder
d9b429
d9b429
%files -f appstream-glib.lang
d9b429
%license COPYING
d9b429
%doc README.md AUTHORS NEWS
d9b429
%{_libdir}/libappstream-glib.so.8*
d9b429
%{_libdir}/girepository-1.0/*.typelib
d9b429
%{_bindir}/appstream-util
d9b429
%{_bindir}/appstream-compose
d9b429
%dir %{_datadir}/bash-completion/completions/
d9b429
%{_datadir}/bash-completion/completions/appstream-util
d9b429
%{_mandir}/man1/appstream-util.1.gz
d9b429
%{_mandir}/man1/appstream-compose.1.gz
d9b429
d9b429
%files devel
d9b429
%{_libdir}/libappstream-glib.so
d9b429
%{_libdir}/pkgconfig/appstream-glib.pc
d9b429
%dir %{_includedir}/libappstream-glib
d9b429
%{_includedir}/libappstream-glib/*.h
d9b429
%{_datadir}/gtk-doc/html/appstream-glib
d9b429
%{_datadir}/gir-1.0/AppStreamGlib-1.0.gir
d9b429
%{_datadir}/aclocal/*.m4
d9b429
%{_datadir}/installed-tests/appstream-glib/*.test
d9b429
%{_datadir}/gettext/its/appdata.its
d9b429
%{_datadir}/gettext/its/appdata.loc
d9b429
d9b429
%files builder
d9b429
%license COPYING
d9b429
%{_bindir}/appstream-builder
d9b429
%{_datadir}/bash-completion/completions/appstream-builder
d9b429
%{_libdir}/asb-plugins-%{as_plugin_version}/libasb_plugin_appdata.so
d9b429
%{_libdir}/asb-plugins-%{as_plugin_version}/libasb_plugin_desktop.so
d9b429
%{_libdir}/asb-plugins-%{as_plugin_version}/libasb_plugin_font.so
d9b429
%{_libdir}/asb-plugins-%{as_plugin_version}/libasb_plugin_gettext.so
d9b429
%{_libdir}/asb-plugins-%{as_plugin_version}/libasb_plugin_hardcoded.so
d9b429
%{_libdir}/asb-plugins-%{as_plugin_version}/libasb_plugin_icon.so
d9b429
%{_libdir}/asb-plugins-%{as_plugin_version}/libasb_plugin_shell_extension.so
d9b429
%{_mandir}/man1/appstream-builder.1.gz
d9b429
d9b429
%changelog
d9b429
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.7.18-4
d9b429
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
d9b429
  Related: rhbz#1991688
d9b429
d9b429
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.7.18-3
d9b429
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
d9b429
d9b429
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.18-2
d9b429
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
d9b429
d9b429
* Mon Sep 07 2020 Richard Hughes <richard@hughsie.com> 0.7.18-1
d9b429
- New upstream release
d9b429
- Add content rating system APIs from gnome-software
d9b429
- Add "validate-version" command
d9b429
- Allow timestamp in the future in validate-relax
d9b429
- Don't ignore localized strings that are the same as original
d9b429
- Fix crash with invalid children of 
    d9b429
    - Properly initialize mutexes
    d9b429
    - Test launchable tags in validation
    d9b429
    d9b429
    * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.17-2
    d9b429
    - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
    d9b429
    d9b429
    * Thu Feb 20 2020 Richard Hughes <richard@hughsie.com> 0.7.17-1
    d9b429
    - New upstream release
    d9b429
    - Add "icon-theme" as recognised component type
    d9b429
    - Fix CI by moving 'future' back a bit
    d9b429
    - Make default content rating values match OARS semantics
    d9b429
    - Properly initialize unique_id_mutex
    d9b429
    d9b429
    * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.16-3
    d9b429
    - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
    d9b429
    d9b429
    * Thu Nov 14 2019 Kalev Lember <klember@redhat.com> - 0.7.16-2
    d9b429
    - Backport a patch to fix parsing Qt translations in subdirectories
    d9b429
    d9b429
    * Mon Sep 30 2019 Richard Hughes <richard@hughsie.com> 0.7.16-1
    d9b429
    - Update to 0.7.15
    d9b429
    - Add UPL short name to SPDX conversion
    d9b429
    - Allow parsing desktop files using as_app_parse_data()
    d9b429
    - Do not preserve restrictive permissions when installing AppStream files
    d9b429
    - Modernize the validation requirements
    d9b429
    - Remove relative path from icon names
    d9b429
    - Support loading YAML from as_store_from_bytes()
    d9b429
    - Update list of allowed metadata licences
    d9b429
    - Update the SPDX license list to v3.5
    d9b429
    d9b429
    * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.15-4
    d9b429
    - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
    d9b429
    d9b429
    * Mon Jun 10 22:13:19 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.15-3
    d9b429
    - Rebuild for RPM 4.15
    d9b429
    d9b429
    * Mon Jun 10 15:42:02 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.15-2
    d9b429
    - Rebuild for RPM 4.15
    d9b429
    d9b429
    * Thu Feb 28 2019 Kalev Lember <klember@redhat.com> - 0.7.15-1
    d9b429
    - Update to 0.7.15
    d9b429
    - Remove and obsolete the -builder-devel subpackage
    d9b429
    d9b429
    * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.14-5
    d9b429
    - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
    d9b429
    d9b429
    * Fri Dec 28 2018 Kalev Lember <klember@redhat.com> 0.7.14-4
    d9b429
    - Backport an upstream patch to fix common gnome-software crash
    d9b429
    d9b429
    * Tue Dec 18 2018 Kalev Lember <klember@redhat.com> 0.7.14-3
    d9b429
    - Backport AsStore locking patches from upstream
    d9b429
    d9b429
    * Wed Oct 24 2018 Kalev Lember <klember@redhat.com> 0.7.14-2
    d9b429
    - Add new as_utils_vercmp_full() API for gnome-software
    d9b429
    d9b429
    * Tue Oct 16 2018 Richard Hughes <richard@hughsie.com> 0.7.14-1
    d9b429
    - New upstream release
    d9b429
    - Add new API for gnome-software
    d9b429
    - Set the AppStream ID from the X-Flatpak desktop key
    d9b429
    d9b429
    * Fri Sep 28 2018 Richard Hughes <richard@hughsie.com> 0.7.13-1
    d9b429
    - New upstream release
    d9b429
    - Do not restrict the maximum number of releases allowed
    d9b429
    - Throw an error when a launchable desktop-id is invalid
    d9b429
    d9b429
    * Mon Aug 13 2018 Richard Hughes <richard@hughsie.com> 0.7.12-1
    d9b429
    - New upstream release
    d9b429
    - Support localised text in agreement sections
    d9b429
    d9b429
    * Thu Aug 09 2018 Richard Hughes <richard@hughsie.com> 0.7.11-1
    d9b429
    - New upstream release
    d9b429
    - Add AS_APP_QUIRK_DEVELOPER_VERIFIED
    d9b429
    - Escape quotes in attributes
    d9b429
    - Provide async variants of store load functions
    d9b429
    d9b429
    * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.10-2
    d9b429
    - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
    d9b429
    d9b429
    * Wed Jul 11 2018 Richard Hughes <richard@hughsie.com> 0.7.10-1
    d9b429
    - New upstream release
    d9b429
    - Do not parse firmware files anymore
    d9b429
    - Do not require a release transaction when validating in relaxed mode
    d9b429
    - Extract release descriptions and agreement sections for translation
    d9b429
    d9b429
    * Mon Jun 04 2018 Richard Hughes <richard@hughsie.com> 0.7.9-1
    d9b429
    - New upstream release
    d9b429
    - Convert local icons found in metainfo files
    d9b429
    - Follow the Debian tilde usage when ordering versions
    d9b429
    - Use the launchable to find the desktop filename
    d9b429
    d9b429
    * Fri Apr 20 2018 Richard Hughes <richard@hughsie.com> 0.7.8-1
    d9b429
    - New upstream release
    d9b429
    - Add as_version_string() for fwupd
    d9b429
    - Add support for component agreements
    d9b429
    - Correctly compare version numbers like '1.2.3' and '1.2.3a'
    d9b429
    - Don't include the path component in the name when parsing the package filename
    d9b429
    - If the launchable is specified don't guess it when composing
    d9b429
    - Never add more than one component to the AppStream store when composing
    d9b429
    d9b429
    * Tue Apr 17 2018 Kalev Lember <klember@redhat.com> 0.7.7-3
    d9b429
    - Veto apps that have empty OnlyShowIn= (#1568492)
    d9b429
    d9b429
    * Thu Mar 15 2018 Kalev Lember <klember@redhat.com> 0.7.7-2
    d9b429
    - Backport a patch to add as_utils_unique_id_match()
    d9b429
    d9b429
    * Tue Mar 13 2018 Richard Hughes <richard@hughsie.com> 0.7.7-1
    d9b429
    - New upstream release
    d9b429
    - Add custom metadata key for shell extension uuid
    d9b429
    - Always resize AppStream icons to fit the destination size
    d9b429
    - Correctly validate files using OR in the metadata_license
    d9b429
    - Do not fail to validate if the timestamps are out of order
    d9b429
    - Don't abort the build if pngquant fails
    d9b429
    - Update the SPDX license list to v3.0
    d9b429
    d9b429
    * Fri Feb 09 2018 Richard Hughes <richard@hughsie.com> 0.7.6-1
    d9b429
    - New upstream release
    d9b429
    - Add support for release types
    d9b429
    d9b429
    * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.5-5
    d9b429
    - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
    d9b429
    d9b429
    * Fri Feb 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.5-4
    d9b429
    - Switch to %%ldconfig_scriptlets
    d9b429
    d9b429
    * Tue Jan 30 2018 Richard Hughes <richard@hughsie.com> 0.7.5-3
    d9b429
    - Backport a fix from master to fix XML generation.
    d9b429
    d9b429
    * Wed Jan 24 2018 Richard Hughes <richard@hughsie.com> 0.7.5-2
    d9b429
    - Backport two crash fixes from master.
    d9b429
    d9b429
    * Mon Jan 22 2018 Richard Hughes <richard@hughsie.com> 0.7.5-1
    d9b429
    - New upstream release
    d9b429
    - Add more GObject Introspection annotations for Python
    d9b429
    - Do not try to extract duplicate files in the icon theme packages
    d9b429
    - Don't expect an enum when really passing a bitfield
    d9b429
    - Fix a crash when calling as_release_add_location() directly
    d9b429
    - Fix appstream-compose when using new-style desktop IDs
    d9b429
    - Fix compile with GCab v1.0
    d9b429
    - Fix the arithmetic when fitting an image in 16:9
    d9b429
    - Generate icons and samples for emoji fonts
    d9b429
    - Never change the default screenshot when processing AppData
    d9b429
    - Support OARS v1.1 additions
    d9b429
    - Use pngquant to make the application icons take up less space
    d9b429
    d9b429
    * Thu Nov 09 2017 Kalev Lember <klember@redhat.com> 0.7.4-1
    d9b429
    - Update to 0.7.4
    d9b429
    d9b429
    * Mon Oct 23 2017 Richard Hughes <richard@hughsie.com> 0.7.3-1
    d9b429
    - New upstream release
    d9b429
    - Add new API required by fwupd
    d9b429
    - Do not assign "flatpak" as an app's origin when no origin was found
    d9b429
    - Fix the inode mode to be sane on extracted files
    d9b429
    - Prefer /usr/share/metainfo as default path for metainfo files
    d9b429
    - Write XML for newer AppStream specification versions
    d9b429
    d9b429
    * Mon Aug 21 2017 Richard Hughes <richard@hughsie.com> 0.7.2-1
    d9b429
    - New upstream release
    d9b429
    - Allow remote icon types for desktop AppData files
    d9b429
    - Do not check the suffix of <id> tags
    d9b429
    - Prefer /usr/share/metainfo as default path for metainfo files
    d9b429
    d9b429
    * Fri Aug 11 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.7.1-4
    d9b429
    - Rebuilt after RPM update (â„– 3)
    d9b429
    d9b429
    * Thu Aug 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.7.1-3
    d9b429
    - Rebuilt for RPM soname bump
    d9b429
    d9b429
    * Thu Aug 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.7.1-2
    d9b429
    - Rebuilt for RPM soname bump
    d9b429
    d9b429
    * Thu Aug 03 2017 Richard Hughes <richard@hughsie.com> 0.7.1-1
    d9b429
    - New upstream release
    d9b429
    - Add <id> kinds for application provides
    d9b429
    - Fail to validate if AppData screenshots are duplicated
    d9b429
    - Install appdata-xml.m4
    d9b429
    - Skip loading desktop data from Snap directory
    d9b429
    - Update the SPDX license list to 2.6
    d9b429
    - Validate the <id> format according to the spec
    d9b429
    d9b429
    * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-3
    d9b429
    - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
    d9b429
    d9b429
    * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-2
    d9b429
    - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
    d9b429
    d9b429
    * Thu Jun 22 2017 Richard Hughes <richard@hughsie.com> 0.7.0-1
    d9b429
    - New upstream release
    d9b429
    - Add the limits in the validation output messages
    d9b429
    - Do not enforce that the project is a valid environment_id
    d9b429
    - Don't cast gsize to guint32 when getting file length
    d9b429
    - Remove the cache-id functionality
    d9b429
    - Show a warning if adding keywords after the cache creation
    d9b429
    - Switch to the meson build system
    d9b429
    d9b429
    * Mon May 08 2017 Richard Hughes <richard@hughsie.com> 0.6.13-1
    d9b429
    - New upstream release
    d9b429
    - Add a 'check-component' command to appstream-util
    d9b429
    - Add new API for gnome-software and fwupd
    d9b429
    - Add support for icon scaling and <launchable>
    d9b429
    - Allow using the app origin as a search keyword
    d9b429
    - Casefold all stemmed entries
    d9b429
    - Support non-numeric version numbers correctly
    d9b429
    d9b429
    * Wed Apr 12 2017 Richard Hughes <richard@hughsie.com> 0.6.12-1
    d9b429
    - New upstream release
    d9b429
    - Validate kudos in AppData and AppStream files
    d9b429
    - Copy hash table keys to avoid a common crash on Ubuntu
    d9b429
    - Fix the predicate comparison when using globs in metainfo files
    d9b429
    d9b429
    * Mon Mar 20 2017 Richard Hughes <richard@hughsie.com> 0.6.11-1
    d9b429
    - New upstream release
    d9b429
    - Add initial support for Mozilla .xpi translations
    d9b429
    - Fix a problem with appstream-compose with older AppData files
    d9b429
    - Make content_rating required for any component with a 'Game' category
    d9b429
    - Parse small version numbers correctly
    d9b429
    - Show a warning if a desktop file is not found when required
    d9b429
    d9b429
    * Mon Mar 06 2017 Richard Hughes <richard@hughsie.com> 0.6.10-1
    d9b429
    - New upstream release
    d9b429
    - Fix small unintentional ABI break
    d9b429
    - Ignore 

    in AppStream markup
    d9b429
    d9b429
    * Mon Feb 27 2017 Richard Hughes <richard@hughsie.com> 0.6.9-1
    d9b429
    - New upstream release
    d9b429
    - Do not set the AsApp state using the AsRelease state
    d9b429
    - Fail to validate if any release is in the future or in the wrong order
    d9b429
    d9b429
    * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.8-3
    d9b429
    - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
    d9b429
    d9b429
    * Fri Feb 03 2017 Kalev Lember <klember@redhat.com> 0.6.8-2
    d9b429
    - Backport a patch for overly strict appstream-util validate-relax
    d9b429
    d9b429
    * Thu Feb 02 2017 Kalev Lember <klember@redhat.com> 0.6.8-1
    d9b429
    - New upstream release
    d9b429
    d9b429
    * Fri Jan 27 2017 Kalev Lember <klember@redhat.com> 0.6.7-3
    d9b429
    - Backport two use-after-free fixes from upstream
    d9b429
    d9b429
    * Mon Jan 16 2017 Kalev Lember <klember@redhat.com> 0.6.7-2
    d9b429
    - Fix epiphany showing up twice in gnome-software
    d9b429
    d9b429
    * Thu Jan 12 2017 Richard Hughes <richard@hughsie.com> 0.6.7-1
    d9b429
    - New upstream release
    d9b429
    - Add AsRequire as a way to store runtime requirements
    d9b429
    - Add support for "+" at the end of SPDX license identifiers
    d9b429
    - Allow loading application XPM icons
    d9b429
    - Fix a crash when using as_release_get_location_default()
    d9b429
    - Fix dep extraction when multiple versions are available
    d9b429
    - Only fail to validate <icon> in AppData desktop components
    d9b429
    - Scan /usr/share/metainfo as well when building appstream-data
    d9b429
    - Update the SPDX licence list to v2.5
    d9b429
    d9b429
    * Thu Dec 15 2016 Richard Hughes <richard@hughsie.com> 0.6.6-1
    d9b429
    - New upstream release
    d9b429
    - Add Geary to the app id fallbacks
    d9b429
    - Deduplicate the AsNode attribute key and value using a hash table
    d9b429
    - Detect invalid files in the libyaml read handler
    d9b429
    - Do not absorb core addons into the main application
    d9b429
    - Do not add <kudos>, <languages>, <provides> or <releases> for addons
    d9b429
    - Do not save the attributes if the node or parent node is ignored
    d9b429
    - Set a better icon for codecs
    d9b429
    d9b429
    * Mon Nov 07 2016 Richard Hughes <richard@hughsie.com> 0.6.5-1
    d9b429
    - New upstream release
    d9b429
    - Add app-removed, app-added and app-changed signals to AsStore
    d9b429
    - Add a 'watch' command to appstream-util
    d9b429
    - Allow only loading native languages when parsing AppStream
    d9b429
    - Allow the client to control what search fields are indexed
    d9b429
    - Always copy the state when replacing AppData with AppStream
    d9b429
    - Do not sent a REMOVED signal when deleting a transient temp file
    d9b429
    - Ensure the component scope is set when loading yaml files
    d9b429
    - Handle files being moved into monitored AppStream directories
    d9b429
    - Load the search token blacklist into a hash table
    d9b429
    - Monitor missing AppStream directories
    d9b429
    - Only transliterate when the locale requires it
    d9b429
    - Process file changes when an attribute changes
    d9b429
    d9b429
    * Wed Oct 12 2016 Richard Hughes <richard@hughsie.com> 0.6.4-1
    d9b429
    - New upstream release
    d9b429
    - Add more API used by gnome-software master branch
    d9b429
    - Add support for AppImage bundles
    d9b429
    - Don't show a critical warning on invalid yaml file
    d9b429
    - Fix a small memory leak when parsing yaml files
    d9b429
    - Fix building metadata on repos with mixed architecture content
    d9b429
    - Fix setting the origin for Flatpak user repos
    d9b429
    - Fix the CSM rating age calculation
    d9b429
    - Never inhierit Name and Comment when using appstream-compose
    d9b429
    d9b429
    * Tue Sep 06 2016 Richard Hughes <richard@hughsie.com> 0.6.3-1
    d9b429
    - New upstream release
    d9b429
    - Add a component kind of 'driver'
    d9b429
    - Add an easy way to add a language to an existing file
    d9b429
    - Add an easy way to add a modalias to an existing file
    d9b429
    - Support components with merge=replace rules
    d9b429
    d9b429
    * Mon Aug 29 2016 Richard Hughes <richard@hughsie.com> 0.6.2-1
    d9b429
    - New upstream release
    d9b429
    - Add API for gnome-software
    d9b429
    - Do not merge all LangPack entries
    d9b429
    - Do not require an icon from LOCALIZATION kind
    d9b429
    - Do not use the prefix check when parsing YAML
    d9b429
    - Ignore system datadirs that are actually per-user
    d9b429
    - Invalidate the unique-id if any of the parts are changed
    d9b429
    - Make upgrade check for SPDX license string
    d9b429
    - Pay attention to errors from libyaml
    d9b429
    d9b429
    * Wed Aug 17 2016 Kalev Lember <klember@redhat.com> 0.6.1-2
    d9b429
    - Fix gcc shift warnings on 32 bit platforms
    d9b429
    d9b429
    * Fri Aug 12 2016 Richard Hughes <richard@hughsie.com> 0.6.1-1
    d9b429
    - New upstream release
    d9b429
    - Add new API for latest AppStream specification level
    d9b429
    - Add some more validation checks for keywords
    d9b429
    - Add support for AppStream merge components
    d9b429
    - Add support for Google .PAK files
    d9b429
    - Allow multiple components with the same ID in the AsStore
    d9b429
    - Convert all current component-type names
    d9b429
    - Do not save the 'X-' prefixed keys to the AppStream metadata
    d9b429
    - Ensure predictable output order of XML attributes
    d9b429
    - Port away from intltool
    d9b429
    - Remove specific support for flatpak
    d9b429
    - Restrict addons to the same scope and bundle kind
    d9b429
    d9b429
    * Wed Aug 10 2016 Richard Hughes <richard@hughsie.com> 0.5.18-1
    d9b429
    - New upstream release
    d9b429
    - Add Sugar as a valid desktop environment
    d9b429
    - Add the translate URL kind
    d9b429
    - Do not split up the main AudioVideo category
    d9b429
    - Don't redundantly monitor files
    d9b429
    - No validation failure for lots of releases
    d9b429
    d9b429
    * Wed Jul 13 2016 Richard Hughes <richard@hughsie.com> 0.5.17-1
    d9b429
    - New upstream release
    d9b429
    - Add external (X-*) keys of an app's desktop file as metadata AsApp
    d9b429
    - Correct disabling of timestamps for gzip
    d9b429
    - Do not add multiple categories for apps with AudioVideo
    d9b429
    - Do not emit a warning when flatpak user directory doesn't exist
    d9b429
    - Fall back to the country code in as_app_get_language()
    d9b429
    - Use libstemmer for keyword stemming
    d9b429
    d9b429
    * Fri Jul 01 2016 Kalev Lember <klember@redhat.com> 0.5.16-2
    d9b429
    - Set minimum required versions for dependencies
    d9b429
    d9b429
    * Mon Jun 13 2016 Richard Hughes <richard@hughsie.com> 0.5.16-1
    d9b429
    - New upstream release
    d9b429
    - Add elementary to list of project groups
    d9b429
    - Allow setting the id prefix and origin using a symlink name
    d9b429
    - Correctly detect new AppStream apps in new directories
    d9b429
    - Do not rename a category ID in AsApp
    d9b429
    - Load metainfo files if present
    d9b429
    - Never allow NULL to be added to AsApp string array
    d9b429
    d9b429
    * Mon May 23 2016 Richard Hughes <richard@hughsie.com> 0.5.15-1
    d9b429
    - New upstream release
    d9b429
    - Add all applications for all architectures when loading Flatpak apps
    d9b429
    - Add new API for gnome-software
    d9b429
    - Ignore files with invalid suffixes when building installed stores
    d9b429
    - Omit timestamp from gzip compressed files
    d9b429
    - Rename the xdg-app support to the new name: Flatpak
    d9b429
    - Sort archive contents by name for repeatable results
    d9b429
    d9b429
    * Wed Apr 20 2016 Richard Hughes <richard@hughsie.com> 0.5.14-1
    d9b429
    - New upstream release
    d9b429
    - Add new API for gnome-software 3.21
    d9b429
    - Add search-pkgname to appstream-cmd
    d9b429
    - Fall back to searching in as_store_get_app_by_pkgname()
    d9b429
    - Ignore desktop files with X-AppStream-Ignore
    d9b429
    - Search /usr/share/metainfo for local files
    d9b429
    d9b429
    * Fri Apr 01 2016 Richard Hughes <richard@hughsie.com> 0.5.13-1
    d9b429
    - New upstream release
    d9b429
    - Enforce the requirement of AppData for 'Categories=DesktopSettings'
    d9b429
    - Also filter YAML apps before adding to the store
    d9b429
    - Always veto anything with X-Unity-Settings-Panel
    d9b429
    - Do not hardcode x86_64 when searching for xdg-app metadata
    d9b429
    - Support more DEP11 YAML markup
    d9b429
    d9b429
    * Tue Mar 29 2016 Richard Hughes <richard@hughsie.com> 0.5.12-1
    d9b429
    - New upstream release
    d9b429
    - Add a merge-appstream command to appstream-util
    d9b429
    - Add new API required for GNOME Software
    d9b429
    - Add support for content ratings
    d9b429
    - Split up AudioVideo into two categories
    d9b429
    d9b429
    * Mon Mar 14 2016 Richard Hughes <rhughes@redhat.com> - 0.5.11-2
    d9b429
    - Rebuild to fix NVRs
    d9b429
    d9b429
    * Tue Mar 08 2016 Richard Hughes <richard@hughsie.com> 0.5.11-1
    d9b429
    - New upstream release
    d9b429
    - Add new API for gnome-software
    d9b429
    - Fix token splitting for searching
    d9b429
    d9b429
    * Fri Feb 26 2016 Richard Hughes <richard@hughsie.com> 0.5.10-1
    d9b429
    - New upstream release
    d9b429
    - Add an application prefix to the ID for certain install scopes
    d9b429
    - Add a 'split-appstream' command to appstream-util
    d9b429
    - Add support for getting the SDK and runtime from the bundle
    d9b429
    - Improve the application search tokenizing and filtering
    d9b429
    - Load AppStream stores in a predictable order
    d9b429
    d9b429
    * Fri Feb 12 2016 Richard Hughes <richard@hughsie.com> 0.5.9-1
    d9b429
    - New upstream release
    d9b429
    - Accept FSFAP as a valid metadata license
    d9b429
    - Fix a validation error for metainfo files with descriptions
    d9b429
    - Pick up newly added appinfo dirs for xdg-app remotes
    d9b429
    - Update the SPDX license list
    d9b429
    d9b429
    * Tue Feb 02 2016 Richard Hughes <richard@hughsie.com> 0.5.8-1
    d9b429
    - New upstream release
    d9b429
    - Add a modify command to appstream-util
    d9b429
    - Add support for per-user and system-wide xdg-app installed stores
    d9b429
    - Reject an invalid project group when parsing
    d9b429
    - Support multi-line copyright statements
    d9b429
    - Support the QT translation system
    d9b429
    - Support <translation> tags in AppData files
    d9b429
    d9b429
    * Fri Jan 15 2016 Richard Hughes <richard@hughsie.com> 0.5.6-1
    d9b429
    - New upstream release
    d9b429
    - Accept various 'or later' metadata content licenses
    d9b429
    - Check the project_group when validating
    d9b429
    - Cull the application blacklist now we depend on AppData files
    d9b429
    - Fix things up for xdg-app use
    d9b429
    - Install gettext ITS rules
    d9b429
    d9b429
    * Wed Dec 16 2015 Richard Hughes <richard@hughsie.com> 0.5.5-1
    d9b429
    - New upstream release
    d9b429
    - Add as_utils_license_to_spdx()
    d9b429
    - Add the package name as another application search token
    d9b429
    - Fix a crash when tokenizing a NULL string
    d9b429
    - Log when we auto-add kudos or keywords
    d9b429
    - Support live updates
    d9b429
    d9b429
    * Wed Nov 18 2015 Richard Hughes <richard@hughsie.com> 0.5.4-1
    d9b429
    - New upstream release
    d9b429
    - Add as_utils_version_from_uint16()
    d9b429
    - Generate GUID values according to RFC4122
    d9b429
    d9b429
    * Thu Nov 05 2015 Richard Hughes <richard@hughsie.com> 0.5.3-1
    d9b429
    - New upstream release
    d9b429
    - Return the correct error when the desktop file has no group
    d9b429
    - Strip Win32 and Linux paths when decompressing firmware
    d9b429
    d9b429
    * Tue Oct 27 2015 Richard Hughes <richard@hughsie.com> 0.5.2-1
    d9b429
    - New upstream release
    d9b429
    - Accept a '0x' hexidecimal prefix when parsing a version
    d9b429
    - Add multi-guid cabinet firmware support
    d9b429
    - Add support for AppStream <size> metadata
    d9b429
    - Fix crash in validator when processing '
  • '
    d9b429
    - Remove the long-obsolete appdata-validate tool
    d9b429
    - Require AppData files to be present in the AppStream metadata
    d9b429
    - Use g_set_object() to fix potential crash when adding pixbufs
    d9b429
    d9b429
    * Thu Oct 15 2015 Kalev Lember <klember@redhat.com> 0.5.1-2
    d9b429
    - Backport a patch to fix icons in gnome-software for apps without AppData
    d9b429
    - Use license macro for COPYING
    d9b429
    d9b429
    * Tue Sep 15 2015 Richard Hughes <richard@hughsie.com> 0.5.1-1
    d9b429
    - New upstream release
    d9b429
    - Add a few applications that have changed desktop ID
    d9b429
    - Add support for release urgency
    d9b429
    - Do not blacklist the 'desktop' token
    d9b429
    - Don't show mangled version numbers as negatives
    d9b429
    - Ignore empty AppStream XML files
    d9b429
    - Support SPDX IDs with the LicenseRef prefix
    d9b429
    d9b429
    * Sat Sep 05 2015 Kalev Lember <klember@redhat.com> - 0.5.0-2
    d9b429
    - Rebuilt for librpm soname bump
    d9b429
    d9b429
    * Wed Aug 12 2015 Richard Hughes <richard@hughsie.com> 0.5.0-1
    d9b429
    - New upstream release
    d9b429
    - Add support for the flashed firmware provide kind
    d9b429
    - Make the DriverVer in the .inf file optional
    d9b429
    - Show a better error message when there's not enough text
    d9b429
    d9b429
    * Wed Jul 29 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.4.1-2
    d9b429
    - Rebuilt for rpm 4.12.90
    d9b429
    d9b429
    * Mon Jul 20 2015 Richard Hughes <richard@hughsie.com> 0.4.1-1
    d9b429
    - New upstream release
    d9b429
    - Add am 'incorporate' command to appstream-util
    d9b429
    - Add a 'mirror-local-firmware' and 'compare' commands to appstream-util
    d9b429
    - Add extra flags for use when building metadata
    d9b429
    - Be less strict when loading incorrect AppData files
    d9b429
    - Do not duplicate <location> tags within a release
    d9b429
    - Do not expect the INF ClassGuid to be the ESRT GUID
    d9b429
    - Don't crash when parsing a <release> with no description
    d9b429
    - Update the SPDX licence list to v2.0
    d9b429
    d9b429
    * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-2
    d9b429
    - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
    d9b429
    d9b429
    * Tue May 26 2015 Richard Hughes <richard@hughsie.com> 0.4.0-1
    d9b429
    - New upstream release
    d9b429
    - Add a mirror-screenshots command to appstream-util
    d9b429
    - Check for duplicate screenshots when adding fonts
    d9b429
    - Detect recolorable symbolic icons
    d9b429
    - Fix a crash for an invalid AppData file
    d9b429
    - Remove all networking support when building metadata
    d9b429
    - Remove overzealous blacklisting entry
    d9b429
    d9b429
    * Wed Apr 29 2015 Kalev Lember <kalevlember@gmail.com> 0.3.6-2
    d9b429
    - Fix exo-web-browser blacklist entry (#1216218)
    d9b429
    d9b429
    * Mon Mar 30 2015 Richard Hughes <richard@hughsie.com> 0.3.6-1
    d9b429
    - New upstream release
    d9b429
    - Add a 'replace-screenshots' command to appstream-util
    d9b429
    - Always upscale screenshots if they are too small
    d9b429
    - Assume the INF DriverVer is UTC
    d9b429
    - Remove the gtk3 dep from libappstream-glib
    d9b429
    - Use the correct image URL for HiDPI screenshots
    d9b429
    d9b429
    * Wed Mar 11 2015 Richard Hughes <richard@hughsie.com> 0.3.5-1
    d9b429
    - New upstream release
    d9b429
    - Add new API required for firmware support
    d9b429
    - Add new API required for OSTree and xdg-app support
    d9b429
    d9b429
    * Sat Jan 17 2015 Richard Hughes <richard@hughsie.com> 0.3.4-1
    d9b429
    - New upstream release
    d9b429
    - Add more applications to the blacklist
    d9b429
    - Add show-search-tokens subcommand to appstream-util
    d9b429
    - Add some new API for gnome-software to use
    d9b429
    - Add the matrix-html subcommand to appstream-util
    d9b429
    - Add the VCS information to the AppStream metadata
    d9b429
    - Assume <image>foo</image> is a source image kind for AppData files
    d9b429
    - Assume that stock icons are available in HiDPI sizes
    d9b429
    - Blacklist the 40 most common search tokens
    d9b429
    - Check if the search entries are valid before searching
    d9b429
    - Check screenshots are a reasonable size
    d9b429
    - Fall back to the dumb tokenizer for keywords with special chars
    d9b429
    - Set an error if an XML file contains font markup
    d9b429
    - Show the offending text when validation fails
    d9b429
    d9b429
    * Mon Nov 24 2014 Richard Hughes <richard@hughsie.com> 0.3.3-1
    d9b429
    - New upstream release
    d9b429
    - Allow filtering addons in the status html pages
    d9b429
    - Detect missing parents in the old metadata
    d9b429
    - Do not fail to load all the desktop files if one is bad
    d9b429
    - Improve appdata-xml.m4 deprecation notice
    d9b429
    d9b429
    * Tue Nov 04 2014 Richard Hughes <richard@hughsie.com> 0.3.2-1
    d9b429
    - New upstream release
    d9b429
    - Add a simple 'search' command to appstream-util
    d9b429
    - Add some more valid metadata licenses
    d9b429
    - Do not generate metadata with an icon prefix
    d9b429
    - Obsolete the appdata-tools package
    d9b429
    - Show the kudo stats on the status page
    d9b429
    d9b429
    * Tue Oct 21 2014 Richard Hughes <richard@hughsie.com> 0.3.1-1
    d9b429
    - New upstream release
    d9b429
    - Add an --enable-hidpi argument to appstream-builder
    d9b429
    - Add AS_ICON_KIND_EMBEDDED and AS_ICON_KIND_LOCAL
    d9b429
    - Add more applications to the blacklist
    d9b429
    - Allow application with NoDisplay=true and an AppData file
    d9b429
    - Allow AppStream files to be upgraded using appstream-util
    d9b429
    - Install AppStream files with correct permissions
    d9b429
    - Monitor the XML and icons path for changes
    d9b429
    - Relax validation requirements for font metainfo files
    d9b429
    d9b429
    * Mon Sep 01 2014 Richard Hughes <richard@hughsie.com> 0.3.0-1
    d9b429
    - New upstream release
    d9b429
    - Add a new kudo for high contrast icons
    d9b429
    - A keyword search match is better than the project name
    d9b429
    - Allow desktop->addon demotion with an AppData file
    d9b429
    - Allow translated keywords
    d9b429
    - Conform to the actual SPDX 2.0 license expression syntax
    d9b429
    - Ignore AppData screenshots with xml:lang attributes
    d9b429
    - Metadata licenses like 'CC0 and CC-BY-3.0' are content licenses
    d9b429
    - Update the SPDX license list to v1.20
    d9b429
    d9b429
    * Mon Aug 18 2014 Richard Hughes <richard@hughsie.com> 0.2.5-1
    d9b429
    - New upstream release
    d9b429
    - Add check-root to appstream-util
    d9b429
    - Add some validation rules for metainfo files
    d9b429
    - Allow desktop->addon demotion with an AppData file
    d9b429
    - Allow different source roots to define addons
    d9b429
    - Do not require sentence case when validating with relaxed settings
    d9b429
    - Fix up legacy license IDs when tokenizing
    d9b429
    - Metadata licenses like 'CC0 and CC-BY-3.0' are valid content licenses
    d9b429
    - Never add duplicate <extends> tags
    d9b429
    d9b429
    * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-2
    d9b429
    - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
    d9b429
    d9b429
    * Tue Aug 05 2014 Richard Hughes <richard@hughsie.com> 0.2.4-1
    d9b429
    - New upstream release
    d9b429
    - Add an installed tests to validate appdata
    d9b429
    - Add support for <source_pkgname> which will be in AppStream 0.8
    d9b429
    - Add the <dbus> provide for applications automatically
    d9b429
    - Do not load applications with NoDisplay=true when loading local
    d9b429
    - Do not pad the compressed AppStream metadata with NUL bytes
    d9b429
    - Do not treat app-install metadata as installed
    d9b429
    - Markup errors should not be fatal when assembling a store
    d9b429
    d9b429
    * Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.2.3-2
    d9b429
    - Rebuilt for gobject-introspection 1.41.4
    d9b429
    d9b429
    * Thu Jul 17 2014 Richard Hughes <richard@hughsie.com> 0.2.3-1
    d9b429
    - New upstream release
    d9b429
    - Add oxygen-icon-theme when an application depends on kde-runtime
    d9b429
    - Add some simple filtering in the status.html page
    d9b429
    - Be more careful with untrusted XML data
    d9b429
    - Do not allow duplicates to be added when using as_app_add_kudo_kind()
    d9b429
    - Do not fail to build packages with invalid KDE service files
    d9b429
    - Record if distro metadata and screenshots are being used
    d9b429
    - Show any package duplicates when generating metadata
    d9b429
    - Show the builder progress in a ncurses-style panel
    d9b429
    d9b429
    * Fri Jul 11 2014 Richard Hughes <richard@hughsie.com> 0.2.2-1
    d9b429
    - New upstream release
    d9b429
    - Add two new builder plugins to add kudos on KDE applications
    d9b429
    - Assume local files are untrusted when parsing
    d9b429
    - Do not allow NoDisplay=true applications to ever be in the metadata
    d9b429
    - Never scale up small screenshots
    d9b429
    - Never upscale icons, either pad or downscale with sharpening
    d9b429
    - Sharpen resized screenshots after resizing with a cubic interpolation
    d9b429
    - Write metadata of the failed applications
    d9b429
    d9b429
    * Tue Jun 24 2014 Richard Hughes <richard@hughsie.com> 0.2.1-1
    d9b429
    - New upstream release
    d9b429
    - Add an 'appstream-util upgrade' command to convert version < 0.6 metadata
    d9b429
    - Add packages recursively when using appstream-builder --packages-dir
    d9b429
    - Allow empty URL sections
    d9b429
    - Fix the xmldir in the APPSTREAM_XML_RULES m4 helper
    d9b429
    d9b429
    * Thu Jun 19 2014 Richard Hughes <richard@hughsie.com> 0.2.0-1
    d9b429
    - New upstream release
    d9b429
    - Accept slightly truncated SPDX IDs
    d9b429
    - Allow any SPDX license when validating in relaxed mode
    d9b429
    - Allow as_node_get_attribute_as_int() to parse negative numbers
    d9b429
    - Allow dumping .desktop, .appdata.xml and .metainfo.xml files in appstream-util
    d9b429
    - Do not add addons that are packaged in the parent package
    d9b429
    - Do not require a content license to be included into the metadata
    d9b429
    - This is the first release that merges the createrepo_as project.
    d9b429
    - Validate the <developer_name> tag values
    d9b429
    d9b429
    * Thu Jun 12 2014 Richard Hughes <richard@hughsie.com> 0.1.7-1
    d9b429
    - New upstream release
    d9b429
    - Add <extends> from the draft AppStream 0.7 specification
    d9b429
    - Add support for the 'dbus' AsProvideKind
    d9b429
    - Add support for validating metainfo.xml files
    d9b429
    - Allow 'appstream-util validate' to validate multiple files
    d9b429
    - Do not log a critical warning in as_store_to_xml()
    d9b429
    - Fix a crash when we try to validate 

    d9b429
    - Support the non-standard X-Ubuntu-Software-Center-Name
    d9b429
    d9b429
    * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.6-2
    d9b429
    - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
    d9b429
    d9b429
    * Wed May 28 2014 Richard Hughes <richard@hughsie.com> 0.1.6-1
    d9b429
    - New upstream release
    d9b429
    - Add some more API for createrepo_as and gnome-software
    d9b429
    - Also support validating .appdata.xml.in files
    d9b429
    - Correctly parse the localized descriptions from AppData files
    d9b429
    - Fix validation of old-style AppData files without screenshot sizes
    d9b429
    - Only autodetect the AsAppSourceKind when unknown
    d9b429
    - Only require <project_licence> when being strict
    d9b429
    - Only show the thumbnail when creating the HTML status page
    d9b429
    - Retain comments in .desktop and .appdata.xml files when required
    d9b429
    d9b429
    * Mon May 12 2014 Richard Hughes <richard@hughsie.com> 0.1.5-1
    d9b429
    - New upstream release
    d9b429
    - Add some more API for createrepo_as and gnome-software
    d9b429
    - Be less strict with the case of the XML header
    d9b429
    - Check the licenses against the SPDX list when validating
    d9b429
    - Support AppData version 0.6 files too
    d9b429
    d9b429
    * Fri Apr 25 2014 Richard Hughes <richard@hughsie.com> 0.1.4-1
    d9b429
    - New upstream release
    d9b429
    - Add some more API for createrepo_as and gnome-software
    d9b429
    - Add tool appstream-util
    d9b429
    d9b429
    * Thu Apr 10 2014 Richard Hughes <richard@hughsie.com> 0.1.3-1
    d9b429
    - New upstream release
    d9b429
    - Add new API required by gnome-software
    d9b429
    - Ignore settings panels when parsing desktop files
    d9b429
    - Load AppStream files assuming literal text strings
    d9b429
    d9b429
    * Wed Mar 26 2014 Richard Hughes <richard@hughsie.com> 0.1.2-1
    d9b429
    - New upstream release
    d9b429
    - Add more API for gnome-software to use
    d9b429
    - Reduce the number of small attr key allocations
    d9b429
    - Use gperf to generate a perfect hash for the tag names
    d9b429
    - Use the full ID for the AsStore hash
    d9b429
    d9b429
    * Fri Mar 21 2014 Richard Hughes <richard@hughsie.com> 0.1.1-1
    d9b429
    - New upstream release
    d9b429
    - Add an 'api-version' property to AsStore
    d9b429
    - Add the new AsUrlKind's and <architectures> from API 0.6
    d9b429
    - Support old-style markup-less <description> tags
    d9b429
    - Support the 'origin' attribute on the root node
    d9b429
    - Do not crash when using getting an unset description
    d9b429
    - Do not depend on functions introduced in Glib 2.39.1
    d9b429
    - Fix parsing incompletely translated AppData files
    d9b429
    d9b429
    * Tue Mar 18 2014 Richard Hughes <richard@hughsie.com> 0.1.0-1
    d9b429
    - First upstream release