Bjørn Lie 2016-04-29 12:23:56 +00:00 committed by Git OBS Bridge
parent d61fd1d16c
commit 866ee9d3dc
6 changed files with 29 additions and 7 deletions

View File

@ -2,9 +2,9 @@
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
<param name="scm">git</param>
<param name="versionformat">0.5.13</param>
<param name="versionformat">0.5.14</param>
<param name="changesgenerate">enable</param>
<param name="revision">refs/tags/appstream_glib_0_5_13</param>
<param name="revision">refs/tags/appstream_glib_0_5_14</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
<param name="changesrevision">e6ee905cd28dcd421c52e2902410023fd08c139d</param></service></servicedata>
<param name="changesrevision">469bd3d1a1109df0569b6d6aac3fb79bf7a5cbd6</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03c6f878fd2fc100332643664975c57c72ba010fb7927fd29fcda329b8dd22ab
size 2196060

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f3e75cf075be92ce7bf6ad2d012ab268f8f7873e1f41f711d6ca6fed7bab7e60
size 2196340

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Apr 26 09:05:41 UTC 2016 - zaitor@opensuse.org
- Update to version 0.5.14:
+ Ignore desktop files with X-AppStream-Ignore.
+ Add search-pkgname to appstream-glib.
+ Add AS_APP_QUIRK_NEEDS_REBOOT.
+ Fall back to searching in as_store_get_app_by_pkgname().
+ Add AS_APP_QUIRK_NOT_REVIEWABLE.
+ Search /usr/share/metainfo for local files.
+ trivial: Fix critical warning when validing broken AppStream
files.
+ Add the Audio+Video categories from AppStream XML too.
+ Add as_screenshot_get_image_for_locale().
-------------------------------------------------------------------
Thu Apr 14 16:17:34 UTC 2016 - dimstar@opensuse.org
- Require the main-package by the -devel package: the AS-utils are
expected to be available to a developer.
-------------------------------------------------------------------
Mon Apr 4 09:38:19 UTC 2016 - dleuenberger@suse.com

View File

@ -20,7 +20,7 @@
%define _build_from_vcs 1
Name: appstream-glib
Version: 0.5.13
Version: 0.5.14
Release: 0
Summary: AppStream Abstraction Library
License: LGPL-2.1+
@ -128,6 +128,7 @@ convert to and from the standardized XML representation.
%package devel
Summary: AppStream Abstraction Library -- Development files
Group: Development/Languages/C and C++
Requires: %{name} = %{version}
Requires: libappstream-builder8 = %{version}
Requires: libappstream-glib8 = %{version}
Requires: typelib-1_0-AppStreamBuilder-1_0 = %{version}