Commit Graph

112 Commits

Author SHA256 Message Date
Dominique Leuenberger
3df6cd1355 Accepting request 544205 from GNOME:Factory
Upstream fix commited (forwarded request 541263 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/544205
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=59
2017-11-30 15:31:02 +00:00
Dominique Leuenberger
42d7d3003f Revert (again) to 0.7.2
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=58
2017-11-13 10:14:01 +00:00
Dominique Leuenberger
aaaa4a5b17 Forward to git snapshot - retesting together with upstream
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=57
2017-11-13 09:49:13 +00:00
Dominique Leuenberger
b8dd40edaa Revert (again) to 0.7.2
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=56
2017-11-11 13:05:40 +00:00
Dominique Leuenberger
670dfbdf52 Accepting request 539466 from GNOME:Factory
- 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)

OBS-URL: https://build.opensuse.org/request/show/539466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=55
2017-11-10 13:44:50 +00:00
Dominique Leuenberger
06211f02f1 Revert to 0.7.2
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=54
2017-11-03 10:10:43 +00:00
Dominique Leuenberger
a7681f78e3 Accepting request 537525 from GNOME:Factory
Update to 0.7.3 (forwarded request 536379 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/537525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=53
2017-11-01 10:08:52 +00:00
Dominique Leuenberger
f43830cef1 Accepting request 522284 from GNOME:Factory
- 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.

OBS-URL: https://build.opensuse.org/request/show/522284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=48
2017-09-13 19:43:48 +00:00
Dominique Leuenberger
4dc128e23c Revert to 0.6.x - verification if that upgrade killed appdata.xml.gz generation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=47
2017-09-08 11:33:07 +00:00
Dominique Leuenberger
149b949473 Accepting request 520145 from GNOME:Factory
- 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().

OBS-URL: https://build.opensuse.org/request/show/520145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=45
2017-09-04 10:24:43 +00:00
Dominique Leuenberger
f986a55613 Accepting request 490920 from GNOME:Factory
Update to 0.6.12 (forwarded request 490259 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/490920
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=44
2017-04-29 08:50:15 +00:00
Dominique Leuenberger
a9fc639f0d Accepting request 481741 from GNOME:Factory
New upstream release (forwarded request 481704 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/481741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=43
2017-03-22 22:14:02 +00:00
Dominique Leuenberger
9af1fe2019 Accepting request 455171 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/455171
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=42
2017-02-10 08:48:43 +00:00
Dominique Leuenberger
13f62c006d Accepting request 449829 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/449829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=41
2017-01-15 10:08:49 +00:00
Ludwig Nussel
49301216e8 Accepting request 447051 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/447051
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=40
2016-12-26 20:43:01 +00:00
Dominique Leuenberger
95d1b51ea5 Accepting request 439262 from GNOME:Factory
Update to 0.6.5 (forwarded request 439247 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/439262
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=39
2016-11-10 12:13:46 +00:00
Dominique Leuenberger
ba6bf3374f Accepting request 435412 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/435412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=38
2016-10-18 08:34:11 +00:00
Dominique Leuenberger
02ee9bc0ec Accepting request 428988 from GNOME:Factory
- Update openSUSE-appstream-process: do not rename the various
  appstream files to contain the sha hash in their filename: zypp
  is not (yet) able to cope with this (boo#999047). (forwarded request 428684 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/428988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=37
2016-09-21 16:25:47 +00:00
Dominique Leuenberger
8af93f4b9a Accepting request 425616 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/425616
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=36
2016-09-09 08:18:29 +00:00
Dominique Leuenberger
26b2fff17f Accepting request 408659 from GNOME:Factory
New upstream release

OBS-URL: https://build.opensuse.org/request/show/408659
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=35
2016-07-27 14:29:41 +00:00
Dominique Leuenberger
9ed4ead726 Accepting request 401968 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/401968
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=32
2016-07-01 07:57:14 +00:00
Dominique Leuenberger
a2252895ac Accepting request 397429 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/397429
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=31
2016-05-23 15:31:32 +00:00
Dominique Leuenberger
db5c5eb9db Accepting request 392377 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/392377
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=30
2016-05-05 10:10:28 +00:00
Dominique Leuenberger
3b35f52a0e Accepting request 385923 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/385923
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=29
2016-04-11 07:13:32 +00:00
Dominique Leuenberger
f3ffa3c73e Accepting request 368520 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/368520
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=27
2016-03-29 12:30:14 +00:00
Dominique Leuenberger
1d9559b5f3 Accepting request 356717 from GNOME:Factory
New rel with fixes in plus

OBS-URL: https://build.opensuse.org/request/show/356717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=25
2016-02-04 23:30:34 +00:00
Dominique Leuenberger
7cab928751 Accepting request 350350 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/350350
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=24
2016-01-05 08:39:22 +00:00
Dominique Leuenberger
2dd0c2226a Accepting request 346453 from GNOME:Factory
Sorry! yet a resub

OBS-URL: https://build.opensuse.org/request/show/346453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=23
2015-12-09 19:35:09 +00:00
Stephan Kulow
37ecb145ef Accepting request 344935 from GNOME:Factory
No longer produce the html files

OBS-URL: https://build.opensuse.org/request/show/344935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=22
2015-11-23 06:30:03 +00:00
Dominique Leuenberger
b45850ece9 Accepting request 331697 from GNOME:Factory
Scripted push of project GNOME:Next (forwarded request 331408 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/331697
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=21
2015-10-06 14:11:28 +00:00
Dominique Leuenberger
3844638cc4 Accepting request 328244 from GNOME:Factory
- openSUSE-appstream-process: compress the status html files
  (boo#942985). 

- Update to version 0.4.1:
  + New Features:
    - Add a 'compare' command to appstream-util.
    - Add a 'mirror-local-firmware' command to appstream-util.
    - Add a flag to relax the AppData Category=Settings
      requirement.
    - Add a flag to use non-optimal data sources when building
      metadata.
    - Add am 'incorporate' command to appstream-util.
    - Add two flags to veto-ignore to relax the requirements for
      metadata.
  + Bugfixes:
    - Be less strict when loading incorrect AppData files.
    - Do not duplicate <location> tags within a release.
    - Do not expect the INF ClassGuid to be the ESRT GUID.
    - Don't crash when parsing a <release> with no description.
    - Fix a potential crash spotted by clang.
    - Fix autogen with latest Intltool.
    - Ignore the prefix when loading system-wide AppStream
      information.
    - Include <pkgname> when writing the ignored metadata.
    - Only write the release timestamp if non-zero.
    - Remove the AppData veto when incorporating metadata.
    - Search harder when using AS_ICON_LOAD_FLAG_SEARCH_SIZE.
    - Sort multiple <icon> entries by name.
    - Update the SPDX licence list to v2.0.
    - When building metadata with the use-fallback flag accept

OBS-URL: https://build.opensuse.org/request/show/328244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=20
2015-09-03 15:59:26 +00:00
Stephan Kulow
294c462e11 Accepting request 316429 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/316429
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=19
2015-07-16 15:15:00 +00:00
Dominique Leuenberger
5bffbe226a Accepting request 308895 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/308895
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=18
2015-05-29 07:46:12 +00:00
Stephan Kulow
cafc1466c8 Accepting request 307321 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/307321
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=17
2015-05-16 18:07:07 +00:00
Dominique Leuenberger
dea773c1a4 Accepting request 298492 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/298492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=16
2015-04-23 06:03:27 +00:00
Dominique Leuenberger
c9b417c4e6 Accepting request 295299 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/295299
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=15
2015-04-15 15:42:37 +00:00
Dominique Leuenberger
345cc430ec Accepting request 294762 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/294762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=14
2015-04-10 07:47:11 +00:00
Dominique Leuenberger
ab86599de9 Accepting request 293741 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/293741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=13
2015-04-03 12:34:03 +00:00
Dominique Leuenberger
14e2eaffa1 Accepting request 292176 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/292176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=12
2015-03-25 20:03:47 +00:00
Dominique Leuenberger
aa4fe64bd1 Accepting request 291176 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/291176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=11
2015-03-18 12:02:45 +00:00
Dominique Leuenberger
62bb56d3cf Accepting request 288064 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/288064
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=10
2015-03-03 10:10:19 +00:00
Dominique Leuenberger
4c11735f32 Accepting request 280058 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/280058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=9
2015-01-08 22:05:44 +00:00
Dominique Leuenberger
69479e825d Accepting request 266349 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/266349
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=8
2014-12-28 23:31:52 +00:00
Dominique Leuenberger
5085a09b3b Accepting request 261762 from GNOME:Factory
Push GNOME 3.14.2

OBS-URL: https://build.opensuse.org/request/show/261762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=7
2014-11-18 21:45:54 +00:00
Stephan Kulow
a5b3bb4c84 Accepting request 259169 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/259169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=6
2014-11-05 15:26:38 +00:00
Stephan Kulow
86b2253f2b Accepting request 258576 from GNOME:Factory
- Update to version 0.3.1.git.20141023.f8bf1b6:
  + Allow to disable some vetos.

- Update to version 0.3.1:
  + Add a kudo for a HiDPI ico.
  + Add an --enable-hidpi argument to appstream-builder.
  + New  APIs: AS_APP_VALIDATE_FLAG_ALL_APPS,
    asb_app_set_hidpi_enabled(), asb_context_get_min_icon_size(),
    asb_context_set_embedded_icons(), as_icon_convert_to_kind(),
    as_node_add_attribute_as_int(), as_screenshot_set_priority(),
    as_store_convert_icons(), as_utils_find_icon_filename_full()
    and as_utils_get_string_overlap().
  + Add AsIcon as a new abstract icon object.
  + Add AS_ICON_KIND_EMBEDDED and AS_ICON_KIND_LOCAL.
  + Alpm backend for appstream-builder.
  + Support filtering by metadata in status-csv.
  + Many bugfixes.
- Disable _build_from_cvs, as this is a released tarball again.

- Update to version 0.3.0.git.20141013.6d59429:
  + Allow to merge icons into appstream xml. Comes in handy for
    OBS, where we generate an appstream with embedded icons.
- Add gobject-introspection-devel BuildRequires: dependency to
  bootstrap the tarball.
- Add conditional (based on _build_from_vcs defines) gnome-common
  BuildRequires and call to autogen.sh: needed, as we are currently
  packaging a git snapshot.
- Add libyaml-devel BuildRequires: new dependency.
- Split new subpackages typelib-1_0-AppstreamBuilder-1_0 and
  typelib-1_0-AppstreamGlib-1_0.

OBS-URL: https://build.opensuse.org/request/show/258576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=5
2014-10-31 08:39:21 +00:00
Stephan Kulow
9c69bf44b9 Accepting request 256085 from GNOME:Factory
- Update to version 0.2.6:
  + Add a veto if a .desktop file has NoDisplay=true.
  + Add more things to the blacklist that are not applications.
  + A keyword search match is better than the project name.
  + Turn of sig checking for rpm packages.
  + Update the SPDX license list to v1.20.
- Changes from version 0.2.5:
  + New Features:
    - Add an installed test for the destdir-check.
    - Add as_app_add_veto().
    - Add AS_APP_PARSE_FLAG_ALLOW_VETO.
    - Add AS_STORE_LOAD_FLAG_ALLOW_VETO.
    - Add as_store_remove_all().
    - Add as_store_set_builder_id().
    - Add as_utils_find_icon_filename().
    - Add as_utils_is_spdx_license().
    - Add as_utils_spdx_license_detokenize().
    - Add check-root to appstream-util.
    - Add some validation rules for metainfo files.
  + Bugfixes:
    - Allow desktop-&gt;addon demotion with an AppData file.
    - Allow different source roots to define addons.
    - Do not require sentence case when validating with relaxed
      settings.
    - Fix up legacy license IDs when tokenizing.
    - Ignore localized keywords.
    - Ignore localized screenshots.
    - Link client/appstream-util against gdk-pixbuf.
    - Metadata licenses like 'CC0 and CC-BY-3.0' are valid content
      licenses. (forwarded request 256084 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/256085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=4
2014-10-15 19:58:43 +00:00
Stephan Kulow
faac90b7a8 Accepting request 246327 from GNOME:Factory
Push GNOME 3.13.90 for staging and openQA - DO NOT CHECKING - PRERELEASE SOFTWARE

OBS-URL: https://build.opensuse.org/request/show/246327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=3
2014-09-30 17:36:31 +00:00
Stephan Kulow
786bd508ed Accepting request 241005 from GNOME:Factory
Addition of new appstream-glib library. Part of GNOME 3.14 stack,
but as it is new, it does not hurt to already push it now to
Factory... so we have it in time.

@coolo: this package actually contains appstream-builder: just like createrepo,
you can run it against a directory full of RPMs and it extracts a valid
appstream.xml.gz (plus icons) from it, which we should get published in our repo metadata
(for gnome-software and potentially other appstream based software centers).

Once this is in place (currently, there is a hack in place for Factory, but only based
on .desktop files, ignoring the actual shipped appdata.xml files), we will need zypper
to have a hook to perform appstream-util install <xml> <iconset> and enjoy the powers of it.

OBS-URL: https://build.opensuse.org/request/show/241005
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=1
2014-07-20 08:49:45 +00:00
bdc65744a8 Accepting request 575331 from GNOME:Next
Update to 0.7.5

OBS-URL: https://build.opensuse.org/request/show/575331
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=116
2018-02-14 20:09:58 +00:00