Accepting request 408477 from GNOME:Next
New upstream rel OBS-URL: https://build.opensuse.org/request/show/408477 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=78
This commit is contained in:
parent
25f4125456
commit
0548029695
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.5.16</param>
|
<param name="versionformat">0.5.17</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="revision">refs/tags/appstream_glib_0_5_16</param>
|
<param name="revision">refs/tags/appstream_glib_0_5_17</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">dc5963fd88b49324b8b4579bbe9199a1a6336f54</param></service></servicedata>
|
<param name="changesrevision">7f0946df15140bb67074d430d50fb55a1dfa9f65</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a8e1d964ed7ae5743936764fe5e6ae269067ec268f3e593b4db32401aeb6bfc9
|
|
||||||
size 2199140
|
|
3
appstream-glib-0.5.17.tar.xz
Normal file
3
appstream-glib-0.5.17.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:71e3c432cd59c0ab51439c99676e3e86ef4ef2ebfd31c6f49cd6384b99c3c953
|
||||||
|
size 2198652
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 14 09:47:41 UTC 2016 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.5.17:
|
||||||
|
+ trivial: post release version bump.
|
||||||
|
+ Fix gtk-doc build when builddir != srcdir.
|
||||||
|
+ Optionally use libstemmer for keyword stemming.
|
||||||
|
+ trivial: Do not include the prefix in the id-filename.
|
||||||
|
+ trivial: Disable libstemmer by default.
|
||||||
|
+ trivial: Get rid of useless internal-only gtk-doc markup.
|
||||||
|
+ trivial: Fix 'make check' without libstemmer.
|
||||||
|
+ Fall back to the country code in as_app_get_language().
|
||||||
|
+ Add an AS_STATE_PURCHASABLE constant so we can support
|
||||||
|
purchasing apps.
|
||||||
|
+ Add an AS_STATE_PURCHASING constant.
|
||||||
|
+ monitor: Use non-deprecated glib API for monitoring renames.
|
||||||
|
+ trivial: Fix a compiler warning with libstemmer disabled.
|
||||||
|
+ store: Don't emit a warning when flatpak user directory doesn't
|
||||||
|
exist.
|
||||||
|
+ Correct disabling of timestamps for gzip.
|
||||||
|
+ trivial: Remove the X- hack from parsing the category list.
|
||||||
|
+ Add external (X-*) keys of an app's desktop file as metadata
|
||||||
|
AsApp.
|
||||||
|
+ Fix missing keywords in the previous commit.
|
||||||
|
+ Don't add multiple categories for apps with AudioVideo.
|
||||||
|
+ Release version 0.5.17
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 14 09:37:28 UTC 2016 - dimstar@opensuse.org
|
Tue Jun 14 09:37:28 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define _build_from_vcs 1
|
%define _build_from_vcs 1
|
||||||
|
|
||||||
Name: appstream-glib
|
Name: appstream-glib
|
||||||
Version: 0.5.16
|
Version: 0.5.17
|
||||||
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