Accepting request 481741 from GNOME:Factory
New upstream release (forwarded request 481704 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/481741 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=43
This commit is contained in:
commit
666217a222
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.11</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_11</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">093f296a9f8d8c58f5ea8ff2d117dd1efe19a9be</param></service></servicedata>
|
3
appstream-glib-0.6.11.tar.xz
Normal file
3
appstream-glib-0.6.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5efcac85fde11186614c97e512f16293d55b11be3bc6bc035b0e1ff2513543ca
|
||||
size 2231688
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c5bdcf068d175151e16718936d2263b91c0e52805179d4a8bbefb0be9a19e8c
|
||||
size 2228232
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 21 09:55:23 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.6.11:
|
||||
+ Don't crash when using 'appstream-util show-search-tokens'.
|
||||
+ Fix a problem with appstream-compose with older AppData files.
|
||||
+ Make content_rating a requirement for any component with the
|
||||
'Game' category.
|
||||
+ trivial: Update app ID rename list.
|
||||
+ Revert "Enable the stack protection in local builds".
|
||||
+ Show a warning if a desktop file is not found when required.
|
||||
+ trivial: Report the archive filename if it cannot be opened.
|
||||
+ Fix compile with -Wdiscarded-qualifiers.
|
||||
+ Parse small version numbers correctly.
|
||||
+ trivial: Split out some common functionality.
|
||||
+ trivial: Find .pak translations in all libdirs.
|
||||
+ Add initial support for Mozilla .xpi translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 11 21:41:07 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.6.10:
|
||||
+ trivial: post release version bump.
|
||||
+ Ignore <p></p> in AppStream markup.
|
||||
+ its: add <developer_name> to tags extracted for translation.
|
||||
+ as-node: Add back as_node_context_{get,set}_source_kind.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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.11
|
||||
Release: 0
|
||||
Summary: AppStream Abstraction Library
|
||||
License: LGPL-2.1+
|
||||
|
Loading…
Reference in New Issue
Block a user