Accepting request 1039362 from GNOME:Factory

- openSUSE-appstream-process: drop --enable-hidpi parameter:
  --enable-hidpi now does nothing and will be removed in future
  versions.

- Update to version 0.8.2:
  + asb-plugin-appdata: Never add default icons to firmware, IMs or
    codecs.
  + Tell CURL to follow http redirect for validate.
  + Updated translations. (forwarded request 1039135 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1039362
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=78
This commit is contained in:
Dominique Leuenberger 2022-12-02 12:12:14 +00:00 committed by Git OBS Bridge
commit 2174470e52
8 changed files with 25 additions and 13 deletions

View File

@ -6,10 +6,7 @@
<param name="versionrewrite-pattern">appstream_glib_(\d+)_(\d+)_(\d+)(\+0)?(\+[1-9][0-9]*)?</param>
<param name="versionrewrite-replacement">\1.\2.\3\5</param>
<param name="changesgenerate">enable</param>
<param name="revision">refs/tags/appstream_glib_0_8_1</param>
<!--
<param name="revision">0_7_X</param>
-->
<param name="revision">refs/tags/appstream_glib_0_8_2</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">

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">28c985bec286385504c5303a8f29eab4082f5afd</param></service></servicedata>
<param name="changesrevision">02c8ad3b66075d9b2c9094dff816cd44839a4b45</param></service></servicedata>

View File

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

BIN
appstream-glib-0.8.2.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Nov 17 14:14:17 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- openSUSE-appstream-process: drop --enable-hidpi parameter:
--enable-hidpi now does nothing and will be removed in future
versions.
-------------------------------------------------------------------
Mon Nov 14 16:03:16 UTC 2022 - dimstar@opensuse.org
- Update to version 0.8.2:
+ asb-plugin-appdata: Never add default icons to firmware, IMs or
codecs.
+ Tell CURL to follow http redirect for validate.
+ Updated translations.
-------------------------------------------------------------------
Thu Sep 01 07:01:22 UTC 2022 - bjorn.lie@gmail.com

View File

@ -1,4 +1,4 @@
name: appstream-glib
version: 0.8.1
mtime: 1660134290
commit: 28c985bec286385504c5303a8f29eab4082f5afd
version: 0.8.2
mtime: 1667563006
commit: 02c8ad3b66075d9b2c9094dff816cd44839a4b45

View File

@ -18,7 +18,7 @@
Name: appstream-glib
Version: 0.8.1
Version: 0.8.2
Release: 0
Summary: AppStream Abstraction Library
License: GPL-2.0-or-later AND LGPL-2.1-or-later

View File

@ -11,7 +11,6 @@ HASHED_NAMES=no
TMPDIR=$(mktemp -d)
/usr/bin/appstream-builder \
--enable-hidpi \
--temp-dir=${TMPDIR}/apb \
--cache-dir=${TMPDIR}/apb/cache \
--origin=appdata \