From 24eb809da4a5d06efaa154db0fe51cbd2b7a93d81e95f0a8057124b1d4d8e2df Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 1 Dec 2022 16:33:55 +0000 Subject: [PATCH] Accepting request 1039135 from GNOME:Next - 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. OBS-URL: https://build.opensuse.org/request/show/1039135 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=155 --- _service | 5 +---- _servicedata | 2 +- appstream-glib-0.8.1.obscpio | 3 --- appstream-glib-0.8.2.obscpio | 3 +++ appstream-glib.changes | 16 ++++++++++++++++ appstream-glib.obsinfo | 6 +++--- appstream-glib.spec | 2 +- openSUSE-appstream-process | 1 - 8 files changed, 25 insertions(+), 13 deletions(-) delete mode 100644 appstream-glib-0.8.1.obscpio create mode 100644 appstream-glib-0.8.2.obscpio diff --git a/_service b/_service index 4c3cee3..708a426 100644 --- a/_service +++ b/_service @@ -6,10 +6,7 @@ appstream_glib_(\d+)_(\d+)_(\d+)(\+0)?(\+[1-9][0-9]*)? \1.\2.\3\5 enable - refs/tags/appstream_glib_0_8_1 - + refs/tags/appstream_glib_0_8_2 diff --git a/_servicedata b/_servicedata index d0c2501..8eb4c32 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hughsie/appstream-glib.git - 28c985bec286385504c5303a8f29eab4082f5afd \ No newline at end of file + 02c8ad3b66075d9b2c9094dff816cd44839a4b45 \ No newline at end of file diff --git a/appstream-glib-0.8.1.obscpio b/appstream-glib-0.8.1.obscpio deleted file mode 100644 index 61d3a4f..0000000 --- a/appstream-glib-0.8.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64383d4f3eaa8aa68f1a9be34055fb2972fb149eaffa336397bf460795636ac5 -size 5230093 diff --git a/appstream-glib-0.8.2.obscpio b/appstream-glib-0.8.2.obscpio new file mode 100644 index 0000000..d693abe --- /dev/null +++ b/appstream-glib-0.8.2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afeaa8fbb6aeb381487bbe855c8480900a79ea564dda724ce32c54ef6993fc0c +size 5233677 diff --git a/appstream-glib.changes b/appstream-glib.changes index 2f0fa07..8069dff 100644 --- a/appstream-glib.changes +++ b/appstream-glib.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Nov 17 14:14:17 UTC 2022 - Dominique Leuenberger + +- 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 diff --git a/appstream-glib.obsinfo b/appstream-glib.obsinfo index 2c02e3d..a9d1c97 100644 --- a/appstream-glib.obsinfo +++ b/appstream-glib.obsinfo @@ -1,4 +1,4 @@ name: appstream-glib -version: 0.8.1 -mtime: 1660134290 -commit: 28c985bec286385504c5303a8f29eab4082f5afd +version: 0.8.2 +mtime: 1667563006 +commit: 02c8ad3b66075d9b2c9094dff816cd44839a4b45 diff --git a/appstream-glib.spec b/appstream-glib.spec index 1b97131..ec9e22e 100644 --- a/appstream-glib.spec +++ b/appstream-glib.spec @@ -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 diff --git a/openSUSE-appstream-process b/openSUSE-appstream-process index 15f8150..17c8f2b 100644 --- a/openSUSE-appstream-process +++ b/openSUSE-appstream-process @@ -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 \