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
This commit is contained in:
commit
b40ac8c7c7
4
_service
4
_service
@ -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>
|
||||
|
@ -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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03c6f878fd2fc100332643664975c57c72ba010fb7927fd29fcda329b8dd22ab
|
||||
size 2196060
|
3
appstream-glib-0.5.14.tar.xz
Normal file
3
appstream-glib-0.5.14.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3e75cf075be92ce7bf6ad2d012ab268f8f7873e1f41f711d6ca6fed7bab7e60
|
||||
size 2196340
|
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user