Accepting request 644289 from GNOME:Factory
(forwarded request 643941 from iznogood) OBS-URL: https://build.opensuse.org/request/show/644289 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=67
This commit is contained in:
commit
7162949922
2
_service
2
_service
@ -6,7 +6,7 @@
|
||||
<param name="versionrewrite-pattern">appstream_glib_(\d+)_(\d+)_(\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1.\2.\3</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">4e30302</param>
|
||||
<param name="revision">75a7af1</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">4e30302953a7e7b89c57b717e2aa0096c17ac166</param></service></servicedata>
|
||||
<param name="changesrevision">75a7af1d8870bb0fcf216e788b273a4c41e99cec</param></service></servicedata>
|
3
appstream-glib-0.7.14+0.tar.xz
Normal file
3
appstream-glib-0.7.14+0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66a1ba30eeb36385ee234fcc00fd62e5ad8d3064f4b86db20e57ce4c5d131219
|
||||
size 2239216
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1a1316daefd28cce878de588d2505a37a2933e2d1b6d4b6f3ef56be91112f64
|
||||
size 2243000
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 23 11:12:12 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 0.7.14+0:
|
||||
+ Set the AppStream ID from the X-Flatpak desktop key
|
||||
+ trivial: Compile the DEP-11 stuff in the RPM spec file example
|
||||
+ Add as_app_to_xml()
|
||||
+ Add as_content_rating_add_attribute()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 12 18:22:21 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 0.7.13+0:
|
||||
+ Add ID provides for desktop files with X-Flatpak-RenamedFrom
|
||||
+ trivial: Include glib.h for G_STRINGIFY
|
||||
+ Throw an error when a launchable desktop-id is invalid
|
||||
+ Better debug output for appstream-compose
|
||||
+ Change order of arguments in matrix-html to match status-html
|
||||
+ Do not restrict the maximum number of releases allowed
|
||||
per-component
|
||||
- Changes from version 0.7.12:
|
||||
+ Support localised text in agreement sections
|
||||
- Changes from version 0.7.11:
|
||||
+ Add AS_APP_QUIRK_DEVELOPER_VERIFIED
|
||||
+ store: Provide async variants of load functions
|
||||
+ Escape quotes in attributes
|
||||
- Changes from version 0.7.10:
|
||||
+ trivial: Sync translations and remove line numbers
|
||||
+ trivial: Fix a small memory leak when adding keywords manually
|
||||
+ Do not require a release transaction when validating in relaxed
|
||||
mode
|
||||
+ Add object type checks on the inputs of all functions
|
||||
+ Add COMMITMENT file as part of GPL Common Cure Rights
|
||||
Commitment
|
||||
+ trivial: Fix GObjectIntrospection markup for adding metadata
|
||||
+ Do not parse firmware files
|
||||
+ its: Extract release descriptions and agreement sections for
|
||||
translation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 9 22:15:58 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
|
@ -13,12 +13,12 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: appstream-glib
|
||||
Version: 0.7.9+0
|
||||
Version: 0.7.14+0
|
||||
Release: 0
|
||||
Summary: AppStream Abstraction Library
|
||||
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user