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
This commit is contained in:
commit
43b0c973e3
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.11</param>
|
||||
<param name="versionformat">0.5.13</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">refs/tags/appstream_glib_0_5_11</param>
|
||||
<param name="revision">refs/tags/appstream_glib_0_5_13</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">6103ffaaf8dab597a8a49ee3f4b6204e3b619caa</param></service></servicedata>
|
||||
<param name="changesrevision">e6ee905cd28dcd421c52e2902410023fd08c139d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70f9d7691b0e542801917cb087afdcb1a6da606d8fdf8eb06fa5127bab2ec7f5
|
||||
size 2189672
|
3
appstream-glib-0.5.13.tar.xz
Normal file
3
appstream-glib-0.5.13.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03c6f878fd2fc100332643664975c57c72ba010fb7927fd29fcda329b8dd22ab
|
||||
size 2196060
|
@ -4,6 +4,41 @@ Mon Apr 4 09:38:19 UTC 2016 - dleuenberger@suse.com
|
||||
- openSUSE-appstream-process: No longer pass --api-version to the
|
||||
appstream-builder call (boo#973385).
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Sat Apr 02 12:34:23 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.5.13:
|
||||
+ trivial: post release version bump
|
||||
+ Also filter YAML apps before adding to the store
|
||||
+ trivial: Fix a gtk-doc markup warning
|
||||
+ Support more DEP11 YAML markup
|
||||
+ Always veto anything with X-Unity-Settings-Panel
|
||||
+ Use a wildcard for the font preview checksum
|
||||
+ Enforce the requirement of AppData for
|
||||
'Categories=DesktopSettings'
|
||||
+ Add as_store_remove_apps_with_veto()
|
||||
+ trivial: Only remove apps with a veto when specified
|
||||
+ Do not hardcode x86_64 when searching for xdg-app metadata
|
||||
+ Release version 0.5.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 02 12:34:03 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.5.12:
|
||||
+ trivial: post release version bump
|
||||
+ trivial: Add missing gtk-doc
|
||||
+ Add support for content ratings
|
||||
+ trivial: Add some more OARS CSM ages
|
||||
+ Split up AudioVideo into two categories
|
||||
+ Add as_app_get_id_no_prefix()
|
||||
+ Add AS_APP_QUIRK_MATCH_ANY_PREFIX
|
||||
+ Add as_store_get_app_by_id_ignore_prefix()
|
||||
+ Add as_store_get_apps_by_id()
|
||||
+ Merge duplicate AppStream component entries
|
||||
+ Add as_app_has_compulsory_for_desktop()
|
||||
+ Add a merge-appstream command to appstream-util
|
||||
+ Release version 0.5.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 08 14:27:58 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define _build_from_vcs 1
|
||||
|
||||
Name: appstream-glib
|
||||
Version: 0.5.11
|
||||
Version: 0.5.13
|
||||
Release: 0
|
||||
Summary: AppStream Abstraction Library
|
||||
License: LGPL-2.1+
|
||||
|
Loading…
Reference in New Issue
Block a user