Blame SPECS/libappstream-glib.spec

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

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

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