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:
commit
2174470e52
5
_service
5
_service
@ -6,10 +6,7 @@
|
|||||||
<param name="versionrewrite-pattern">appstream_glib_(\d+)_(\d+)_(\d+)(\+0)?(\+[1-9][0-9]*)?</param>
|
<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="versionrewrite-replacement">\1.\2.\3\5</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="revision">refs/tags/appstream_glib_0_8_1</param>
|
<param name="revision">refs/tags/appstream_glib_0_8_2</param>
|
||||||
<!--
|
|
||||||
<param name="revision">0_7_X</param>
|
|
||||||
-->
|
|
||||||
</service>
|
</service>
|
||||||
<service name="tar" mode="buildtime"/>
|
<service name="tar" mode="buildtime"/>
|
||||||
<service name="recompress" mode="buildtime">
|
<service name="recompress" mode="buildtime">
|
||||||
|
@ -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">28c985bec286385504c5303a8f29eab4082f5afd</param></service></servicedata>
|
<param name="changesrevision">02c8ad3b66075d9b2c9094dff816cd44839a4b45</param></service></servicedata>
|
@ -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
BIN
appstream-glib-0.8.2.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
Thu Sep 01 07:01:22 UTC 2022 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: appstream-glib
|
name: appstream-glib
|
||||||
version: 0.8.1
|
version: 0.8.2
|
||||||
mtime: 1660134290
|
mtime: 1667563006
|
||||||
commit: 28c985bec286385504c5303a8f29eab4082f5afd
|
commit: 02c8ad3b66075d9b2c9094dff816cd44839a4b45
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: appstream-glib
|
Name: appstream-glib
|
||||||
Version: 0.8.1
|
Version: 0.8.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: AppStream Abstraction Library
|
Summary: AppStream Abstraction Library
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
|
@ -11,7 +11,6 @@ HASHED_NAMES=no
|
|||||||
TMPDIR=$(mktemp -d)
|
TMPDIR=$(mktemp -d)
|
||||||
|
|
||||||
/usr/bin/appstream-builder \
|
/usr/bin/appstream-builder \
|
||||||
--enable-hidpi \
|
|
||||||
--temp-dir=${TMPDIR}/apb \
|
--temp-dir=${TMPDIR}/apb \
|
||||||
--cache-dir=${TMPDIR}/apb/cache \
|
--cache-dir=${TMPDIR}/apb/cache \
|
||||||
--origin=appdata \
|
--origin=appdata \
|
||||||
|
Loading…
Reference in New Issue
Block a user