From 3833b7b728ce6052484e8b4b8ab01f4399c9be9a69fbd25cb5c01373c4138f6c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 19 Feb 2018 17:33:43 +0000 Subject: [PATCH] Accepting request 578160 from openSUSE:Factory Revert to-0.7.5, with pngquant OBS-URL: https://build.opensuse.org/request/show/578160 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=118 --- _service | 4 ++-- _servicedata | 2 +- appstream-glib-0.7.4+git.3.tar.xz | 3 --- appstream-glib-0.7.5.tar.xz | 3 +++ appstream-glib.changes | 23 +++++++++++++++++++++++ appstream-glib.spec | 11 ++++++----- 6 files changed, 35 insertions(+), 11 deletions(-) delete mode 100644 appstream-glib-0.7.4+git.3.tar.xz create mode 100644 appstream-glib-0.7.5.tar.xz diff --git a/_service b/_service index 3d38dfa..ef5cd3a 100644 --- a/_service +++ b/_service @@ -2,9 +2,9 @@ https://github.com/hughsie/appstream-glib.git git - 0.7.4+git.@TAG_OFFSET@ + 0.7.5 enable - 473f3ab19f91e13014d6cefdbf57209337a6d407 + appstream_glib_0_7_5 *.tar diff --git a/_servicedata b/_servicedata index 9700501..0766db0 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hughsie/appstream-glib.git - 473f3ab19f91e13014d6cefdbf57209337a6d407 \ No newline at end of file + 92722fe24b0ba165a65efc565aa52a372b440604 \ No newline at end of file diff --git a/appstream-glib-0.7.4+git.3.tar.xz b/appstream-glib-0.7.4+git.3.tar.xz deleted file mode 100644 index 46f1466..0000000 --- a/appstream-glib-0.7.4+git.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7de97ff555ecd83b25427916e51712226370db4e5a0744d33f770a0c850b4038 -size 2227548 diff --git a/appstream-glib-0.7.5.tar.xz b/appstream-glib-0.7.5.tar.xz new file mode 100644 index 0000000..a5d4b03 --- /dev/null +++ b/appstream-glib-0.7.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec264fd1b7acdf78bade15f6edcbfbcb3d1fced0251ecc3bbce8f558b6586d9 +size 2230288 diff --git a/appstream-glib.changes b/appstream-glib.changes index ae38eb1..997a539 100644 --- a/appstream-glib.changes +++ b/appstream-glib.changes @@ -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. + + Don’t 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 diff --git a/appstream-glib.spec b/appstream-glib.spec index fcdf0de..1bf5750 100644 --- a/appstream-glib.spec +++ b/appstream-glib.spec @@ -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}