Accepting request 460942 from GNOME:Next

Scripted push of GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/460942
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=95
This commit is contained in:
Dominique Leuenberger 2017-02-28 21:39:26 +00:00 committed by Git OBS Bridge
parent 66be4ffbea
commit 04ad8e87a0
6 changed files with 22 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Feb 28 11:48:25 UTC 2017 - dimstar@opensuse.org
- Update to version 0.6.9:
+ Revert "Require name and summary for validate-relax".
+ Fail to validate if the release children are in the wrong
order.
+ Fail to validate if any release is in the future.
+ Add AsFormat object.
+ Add new API to GsApp to handle AsFormat objects.
+ Do not set the AsApp state using the AsRelease state.
+ Recalculate the state when formats are added or removed from a
AsApp.
+ Deprecate app_set_source_file() and app_set_source_kind().
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 02 14:37:24 UTC 2017 - zaitor@opensuse.org Thu Feb 02 14:37:24 UTC 2017 - zaitor@opensuse.org

View File

@ -20,7 +20,7 @@
%define _build_from_vcs 1 %define _build_from_vcs 1
Name: appstream-glib Name: appstream-glib
Version: 0.6.8 Version: 0.6.9
Release: 0 Release: 0
Summary: AppStream Abstraction Library Summary: AppStream Abstraction Library
License: LGPL-2.1+ License: LGPL-2.1+