From 4f13d54d7aaa4f046969b86685b88d5cecf150e8c77f4b15d7b45a206d6c34c3 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 27 Feb 2015 10:43:40 +0000 Subject: [PATCH] Accepting request 287991 from GNOME:Next - Update to version 0.3.4: + Allow specifying --packages-dir multiple times + Show the offending text when validation fails + Do not blacklist applications with broken AppData files + Remove the composite plugin + Add as_app_get_search_tokens() + Add show-search-tokens subcommand to appstream-util + Do not store short search tokens like 'a' and 'or' + trivial: Do not store search tokens with markup + Blacklist the 40 most common search tokens + Check if the search entries are valid before searching + Accept as a fallback for + trivial: Fix 'make distcheck' now the composite plugin has gone + Release version 0.3.4 OBS-URL: https://build.opensuse.org/request/show/287991 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=21 --- _service | 3 ++- _servicedata | 2 +- ...ream-glib-0.3.1.git.20150103.a7941d7.tar.xz | 3 --- appstream-glib-0.3.4.tar.xz | 3 +++ appstream-glib.changes | 18 ++++++++++++++++++ appstream-glib.spec | 2 +- 6 files changed, 25 insertions(+), 6 deletions(-) delete mode 100644 appstream-glib-0.3.1.git.20150103.a7941d7.tar.xz create mode 100644 appstream-glib-0.3.4.tar.xz diff --git a/_service b/_service index 4a42228..782a1b3 100644 --- a/_service +++ b/_service @@ -2,8 +2,9 @@ https://github.com/hughsie/appstream-glib.git git - 0.3.1.git.%cd.%h + 0.3.4 enable + refs/tags/appstream_glib_0_3_4 *.tar diff --git a/_servicedata b/_servicedata index 77165ab..219570f 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hughsie/appstream-glib.git - a7941d71cc5835853ed952d2f12360e11928afb9 \ No newline at end of file + b0009f1670ce73796f5847018b4e2215a403b673 \ No newline at end of file diff --git a/appstream-glib-0.3.1.git.20150103.a7941d7.tar.xz b/appstream-glib-0.3.1.git.20150103.a7941d7.tar.xz deleted file mode 100644 index 109e095..0000000 --- a/appstream-glib-0.3.1.git.20150103.a7941d7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c67cff938662517a16f4e62ff7908894f285ee26139dec06d8bf30b489aa8342 -size 2123244 diff --git a/appstream-glib-0.3.4.tar.xz b/appstream-glib-0.3.4.tar.xz new file mode 100644 index 0000000..af927db --- /dev/null +++ b/appstream-glib-0.3.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da3fe473117c037c70760f89cc35317117bf3fb97eb29a904593ea63303f1b1b +size 2124372 diff --git a/appstream-glib.changes b/appstream-glib.changes index 4c91ea3..ac73ddd 100644 --- a/appstream-glib.changes +++ b/appstream-glib.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Jan 28 10:32:30 UTC 2015 - opensuse-packaging@opensuse.org + +- Update to version 0.3.4: + + Allow specifying --packages-dir multiple times + + Show the offending text when validation fails + + Do not blacklist applications with broken AppData files + + Remove the composite plugin + + Add as_app_get_search_tokens() + + Add show-search-tokens subcommand to appstream-util + + Do not store short search tokens like 'a' and 'or' + + trivial: Do not store search tokens with markup + + Blacklist the 40 most common search tokens + + Check if the search entries are valid before searching + + Accept as a fallback for + + trivial: Fix 'make distcheck' now the composite plugin has gone + + Release version 0.3.4 + ------------------------------------------------------------------- Mon Jan 05 09:48:51 UTC 2015 - opensuse-packaging@opensuse.org diff --git a/appstream-glib.spec b/appstream-glib.spec index d498065..1ce7553 100644 --- a/appstream-glib.spec +++ b/appstream-glib.spec @@ -20,7 +20,7 @@ %define _build_from_vcs 1 Name: appstream-glib -Version: 0.3.1.git.20150103.a7941d7 +Version: 0.3.4 Release: 0 Summary: AppStream Abstraction Library License: LGPL-2.1+