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:
parent
66be4ffbea
commit
04ad8e87a0
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.6.8</param>
|
||||
<param name="versionformat">0.6.9</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 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">509db34f8cde654a05847c7f403b427682297fc0</param></service></servicedata>
|
||||
<param name="changesrevision">1e67d3ad1509b5bf3f9dc1494cae4ad003c5fb43</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c5bdcf068d175151e16718936d2263b91c0e52805179d4a8bbefb0be9a19e8c
|
||||
size 2228232
|
3
appstream-glib-0.6.9.tar.xz
Normal file
3
appstream-glib-0.6.9.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32d7dbfa0bb219557da410eca0f66f3bf76de3c8acee8523991a33b6ad4a9545
|
||||
size 2228936
|
@ -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
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define _build_from_vcs 1
|
||||
|
||||
Name: appstream-glib
|
||||
Version: 0.6.8
|
||||
Version: 0.6.9
|
||||
Release: 0
|
||||
Summary: AppStream Abstraction Library
|
||||
License: LGPL-2.1+
|
||||
|
Loading…
Reference in New Issue
Block a user