Revisions of appstream-glib

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 544205 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 59)
Upstream fix commited (forwarded request 541263 from dimstar)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) committed (revision 58)
Revert (again) to 0.7.2
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) committed (revision 57)
Forward to git snapshot - retesting together with upstream
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) committed (revision 56)
Revert (again) to 0.7.2
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 539466 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 55)
- Update to version 0.7.3+git.20171103 (f230c8):
  + Only try to set the file permissions on regular files.
  + Add the 'hardware' requires type. (forwarded request 538773 from dimstar)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) committed (revision 54)
Revert to 0.7.2
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 537525 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 53)
Update to 0.7.3 (forwarded request 536379 from dimstar)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) committed (revision 52)
no use of tee, or return value of tee is exposed
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) committed (revision 51)
Swamp the log with debug
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) committed (revision 50)
Exit with a better error code
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 522284 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 48)
- Trim and ensure neutrality of descriptions.

- Update License to "LGPL-2.1+ AND GPL-2.0+": the client tools
  (builder, compose and util) are licenses GPL-2.0+, the library
  is LGPL-2.1+.

- Update to version 0.7.2:
  + Allow remote icon types for desktop AppData files.
  + Do not check the suffix of <id> tags.
  + Prefer /usr/share/metainfo as default path for metainfo files.
  + build: Enable C99 support in meson.build.
  + build: Define _XOPEN_SOURCE in order to expose realpath() in
    headers.
  + libappstream-glib: Use g_ascii_strcasecmp() instead of
    strcasecmp().
  + libappstream-builder/utils: Drop an unreachable branch.
  + libappstream-glib/self-test: Add some additional checks.

- Update to version 0.7.1:
  + Validate the <id> format according to the spec.
  + Add <id> kinds for application provides.
  + Skip loading desktop data from Snap directory.
  + Update the SPDX license list to 2.6.
  + Support CompulsoryForDesktops in YAML.
  + Have plugins link with asglib along with asbuilder.
  + meson: avoid unnecessary gdk dependency.
  + meson: introspection optional.
  + meson: Install appdata-xml.m4.
  + build: Make gperf dependency fully required.
  + Fail to validate if AppData screenshots are duplicated.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) committed (revision 47)
Revert to 0.6.x - verification if that upgrade killed appdata.xml.gz generation
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) committed (revision 46)
Revert to 0.6.x - verification if that upgrade killed appdata.xml.gz generation
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 520145 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 45)
- Update to version 0.7.0:
  + trivial: Fix a -Wpointer-sign warning.
  + Switch to the meson build system.
  + build: Improve build-api wrapper for Meson.
  + build: Add options for building API docs and man pages.
  + build: Conditionally generate man pages.
  + build: Conditionally generate the API reference.
  + trivial: Fix the autogenerated pkgconfig files.
  + trivial: Add back the Requires and Requires.private in the .pc
    files.
  + Remove the cache-id functionality.
  + trivial: Ensure HAVE_GCAB is set when libgcab is being used.
  + Add as_store_get_apps_by_id_merge().
  + trivial: Try linking the GIR file with the local
    appstream-glib.
  + Show a warning if adding keywords after the keyword cache was
    created.
  + Fix the default plugin directory used by appstream-builder.
  + Add the limits in the validation output messages.
  + trivial: Prevent crash when a sanity check fails.
  + trivial: Remove the ability to run threaded.
  + Remove functionality processing an old metadata file.
  + trivial: Fix a warning message to be more clear.
  + trivial: Fix a variable with a misleading name.
  + Actually return failure if the AsbTask fails.
  + Add the missing shell-extension plugin.
  + trivial: Remove autotools fixups no longer required.
  + Do not enforce that the project_group is a valid
    environment_id.
  + Do not add the GNOME-Software-specific categories or icons by
    default.
  + Enable Travis CI for Fedora 25 and Debian Stretch.
  + Allow compiling with newer versions of meson.
  + trivial: Fix the meson version compare value.
  + Fix regression when building component types without icons.
  + as-app-builder: Don't cast gsize to guint32 when getting file
    length.
  + trivial: Fix an error message in news-to-appdata.
  + Do not write a timestamp when using news-to-appdata.
  + trivial: Ensure every app has format set before adding to
    store.
  + trivial: Fix up several small memory leaks.
- Add meson BuildRequires and switch autotools macros configure,
  make and makeinstall to meson, meson_build and meson_install
  following upstream switch to Meson build system.
- Update to version 0.6.13:
  + Add functions for getting the AsApp search match.
  + Add functions for getting the AsStore search match.
  + Allow using the app origin as a search keyword.
  + trivial: Use the new custom tag in the self tests.
  + Add support for <launchable>.
  + trivial: Fix up some broken links in the generated
    documentation.
  + Add support for icon scaling.
  + Add as_utils_guid_from_data().
  + Support non-numeric version numbers correctly.
  + trivial: Do not store the .shell-extension prefix in the search
    cache.
  + Casefold all stemmed entries.
  + trivial: Add a regex command to appstream-util for testing
    firmware versions.
  + Add a 'check-component' command to appstream-util.
  + Add as_app_remove_category().
  + Add as_app_remove_kudo().
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 490920 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 44)
Update to 0.6.12 (forwarded request 490259 from dimstar)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 481741 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 43)
New upstream release (forwarded request 481704 from Zaitor)
Displaying revisions 21 - 40 of 79
openSUSE Build Service is sponsored by