Accepting request 575331 from GNOME:Next

Update to 0.7.5

OBS-URL: https://build.opensuse.org/request/show/575331
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=116
This commit is contained in:
Dominique Leuenberger 2018-02-14 20:09:58 +00:00 committed by Git OBS Bridge
parent 792ebfd60d
commit bdc65744a8
6 changed files with 35 additions and 11 deletions

View File

@ -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.7.4+git.@TAG_OFFSET@</param>
<param name="versionformat">0.7.5</param>
<param name="changesgenerate">enable</param>
<param name="revision">473f3ab19f91e13014d6cefdbf57209337a6d407</param>
<param name="revision">appstream_glib_0_7_5</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
<param name="changesrevision">473f3ab19f91e13014d6cefdbf57209337a6d407</param></service></servicedata>
<param name="changesrevision">92722fe24b0ba165a65efc565aa52a372b440604</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7de97ff555ecd83b25427916e51712226370db4e5a0744d33f770a0c850b4038
size 2227548

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eec264fd1b7acdf78bade15f6edcbfbcb3d1fced0251ecc3bbce8f558b6586d9
size 2230288

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Thu Jan 25 15:55:23 UTC 2018 - dimstar@opensuse.org
- Update to version 0.7.5:
+ Add as_app_parse_data().
+ Add as_store_get_apps_by_provide().
+ Add more GObject Introspection annotations for Python.
+ Describe connection problems/HTTP errors when validating
images.
+ Do not use an 'enable' prefix for meson arguments.
+ Don't expect an enum when really passing a bitfield.
+ Dont fall back to en if other languages are available.
+ Explicitly require a new enough json-glib.
+ Fix a crash when calling as_release_add_location() directly.
+ Fix appstream-compose when using new-style desktop IDs.
+ Fix compile with GCab v1.0.
+ Generate icons and samples for emoji fonts..
+ Never change the default screenshot when processing AppData.
+ Support OARS v1.1 additions.
+ Use pngquant to make the application icons take up less space.
- Add pngquant Requires: new runtime dependency to make the
application icons take up less space.
-------------------------------------------------------------------
Mon Nov 13 11:08:55 UTC 2017 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package appstream-glib
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2014 Dominique Leuenberger, Amsterdam, The Netherlands
#
# All modifications and additions to the file contributed by third parties
@ -19,7 +19,7 @@
%define _build_from_vcs 1
Name: appstream-glib
Version: 0.7.4+git.3
Version: 0.7.5
Release: 0
Summary: AppStream Abstraction Library
License: LGPL-2.1+ AND GPL-2.0+
@ -58,6 +58,7 @@ BuildRequires: gnome-common
# We still need some part to build the man pages
BuildRequires: xsltproc
%endif
Requires: pngquant >= 2.8
%description
This library provides GObjects and helper methods to read and write
@ -158,9 +159,9 @@ for the repositories to be published
%build
%{meson} \
-Denable-rpm=true \
-Denable-gtk-doc=true \
-Denable-stemmer=false \
-Drpm=true \
-Dgtk-doc=true \
-Dstemmer=false \
%{nil}
%{meson_build}