Accepting request 481704 from GNOME:Next
New upstream release OBS-URL: https://build.opensuse.org/request/show/481704 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=97
This commit is contained in:
parent
9239607fbb
commit
56fc2322e0
4
_service
4
_service
@ -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.10</param>
|
<param name="versionformat">0.6.11</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="revision">refs/tags/appstream_glib_0_6_10</param>
|
<param name="revision">refs/tags/appstream_glib_0_6_11</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -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">1e70b14e351306f878254fcb7e0d45624af9a10e</param></service></servicedata>
|
<param name="changesrevision">093f296a9f8d8c58f5ea8ff2d117dd1efe19a9be</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:be9959b552fe3bfc09e427392a7102bbad407ccfa5462b4c0bb6256117cf08bc
|
|
||||||
size 2230732
|
|
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 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Sat Mar 11 21:41:07 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define _build_from_vcs 1
|
%define _build_from_vcs 1
|
||||||
|
|
||||||
Name: appstream-glib
|
Name: appstream-glib
|
||||||
Version: 0.6.10
|
Version: 0.6.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: AppStream Abstraction Library
|
Summary: AppStream Abstraction Library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
Loading…
Reference in New Issue
Block a user