From 05480296958b7897d97199f9df721311fd4dd739a298a7984ed33f759187ce44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 15 Jul 2016 09:19:49 +0000 Subject: [PATCH] Accepting request 408477 from GNOME:Next New upstream rel OBS-URL: https://build.opensuse.org/request/show/408477 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=78 --- _service | 4 ++-- _servicedata | 2 +- appstream-glib-0.5.16.tar.xz | 3 --- appstream-glib-0.5.17.tar.xz | 3 +++ appstream-glib.changes | 27 +++++++++++++++++++++++++++ appstream-glib.spec | 2 +- 6 files changed, 34 insertions(+), 7 deletions(-) delete mode 100644 appstream-glib-0.5.16.tar.xz create mode 100644 appstream-glib-0.5.17.tar.xz diff --git a/_service b/_service index 96585ed..7acb39c 100644 --- a/_service +++ b/_service @@ -2,9 +2,9 @@ https://github.com/hughsie/appstream-glib.git git - 0.5.16 + 0.5.17 enable - refs/tags/appstream_glib_0_5_16 + refs/tags/appstream_glib_0_5_17 *.tar diff --git a/_servicedata b/_servicedata index abed6b9..3eab97a 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hughsie/appstream-glib.git - dc5963fd88b49324b8b4579bbe9199a1a6336f54 \ No newline at end of file + 7f0946df15140bb67074d430d50fb55a1dfa9f65 \ No newline at end of file diff --git a/appstream-glib-0.5.16.tar.xz b/appstream-glib-0.5.16.tar.xz deleted file mode 100644 index 6fb9369..0000000 --- a/appstream-glib-0.5.16.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8e1d964ed7ae5743936764fe5e6ae269067ec268f3e593b4db32401aeb6bfc9 -size 2199140 diff --git a/appstream-glib-0.5.17.tar.xz b/appstream-glib-0.5.17.tar.xz new file mode 100644 index 0000000..b238eb9 --- /dev/null +++ b/appstream-glib-0.5.17.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e3c432cd59c0ab51439c99676e3e86ef4ef2ebfd31c6f49cd6384b99c3c953 +size 2198652 diff --git a/appstream-glib.changes b/appstream-glib.changes index 0156373..0eef193 100644 --- a/appstream-glib.changes +++ b/appstream-glib.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Jul 14 09:47:41 UTC 2016 - opensuse-packaging@opensuse.org + +- Update to version 0.5.17: + + trivial: post release version bump. + + Fix gtk-doc build when builddir != srcdir. + + Optionally use libstemmer for keyword stemming. + + trivial: Do not include the prefix in the id-filename. + + trivial: Disable libstemmer by default. + + trivial: Get rid of useless internal-only gtk-doc markup. + + trivial: Fix 'make check' without libstemmer. + + Fall back to the country code in as_app_get_language(). + + Add an AS_STATE_PURCHASABLE constant so we can support + purchasing apps. + + Add an AS_STATE_PURCHASING constant. + + monitor: Use non-deprecated glib API for monitoring renames. + + trivial: Fix a compiler warning with libstemmer disabled. + + store: Don't emit a warning when flatpak user directory doesn't + exist. + + Correct disabling of timestamps for gzip. + + trivial: Remove the X- hack from parsing the category list. + + Add external (X-*) keys of an app's desktop file as metadata + AsApp. + + Fix missing keywords in the previous commit. + + Don't add multiple categories for apps with AudioVideo. + + Release version 0.5.17 + ------------------------------------------------------------------- Tue Jun 14 09:37:28 UTC 2016 - dimstar@opensuse.org diff --git a/appstream-glib.spec b/appstream-glib.spec index e3fcc02..a6d4819 100644 --- a/appstream-glib.spec +++ b/appstream-glib.spec @@ -20,7 +20,7 @@ %define _build_from_vcs 1 Name: appstream-glib -Version: 0.5.16 +Version: 0.5.17 Release: 0 Summary: AppStream Abstraction Library License: LGPL-2.1+