From 8cb35dd3d819f8bca13dd468dabe8731bed887ef969f244bcf8e6e0d72b10f05 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 9 Feb 2024 14:22:59 +0000 Subject: [PATCH] Accepting request 1145425 from GNOME:Next - Update to version 1.0.1+git.20240209: * Move to /var/cache/swcatalog * Remove Google Plus web app * make google-chrome.xml pass appstream validation * Add a type=remote icon for google-chrome * Use application-x-addon for codec icons * Add screenshots for Chromium * Wings3d apddata file merged upstream * Tag the web-apps with the correct license IDs * Add Telegram web app * added screenshot for IQMol * added screenshot for FBReader * Updated Cmake screenshot to a HighDPI version * Ensure all the webapps have valid icons * Fix the list of webapps to be a single XML document * Merge the webapps into one file * Convert the codec AppData files to 0.6 format * Upgrade the IBus AppData files to 0.6 format * Add the licence changes for the GStreamer packages * Add the GStreamer AppStream descriptions for gstreamer1-libav - Require appstream-glib with the asglib(swcatalog) symbol: ensure we support the new location. OBS-URL: https://build.opensuse.org/request/show/1145425 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libzypp-plugin-appdata?expand=0&rev=62 --- _service | 6 ++--- _servicedata | 2 +- libzypp-plugin-appdata.changes | 26 ++++++++++++++++++++ libzypp-plugin-appdata.spec | 8 +++--- openSUSE-appstream-1.0.1+git.20230117.tar.xz | 3 --- openSUSE-appstream-1.0.1+git.20240209.tar.xz | 3 +++ 6 files changed, 37 insertions(+), 11 deletions(-) delete mode 100644 openSUSE-appstream-1.0.1+git.20230117.tar.xz create mode 100644 openSUSE-appstream-1.0.1+git.20240209.tar.xz diff --git a/_service b/_service index ca20889..5ba7036 100644 --- a/_service +++ b/_service @@ -1,13 +1,13 @@ - + https://github.com/DimStar77/openSUSE-appstream.git git enable 1.0.1+git.%cd - + *.tar xz - + diff --git a/_servicedata b/_servicedata index dd1d906..d6aa03a 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/DimStar77/openSUSE-appstream.git - e7c9645b8b2182fd50d6f1945316ac24ce4289c9 \ No newline at end of file + a7eeb152ae340c5643eb32fd6036bc516614fd88 \ No newline at end of file diff --git a/libzypp-plugin-appdata.changes b/libzypp-plugin-appdata.changes index 12458b3..d92909b 100644 --- a/libzypp-plugin-appdata.changes +++ b/libzypp-plugin-appdata.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Feb 09 12:59:27 UTC 2024 - dimstar@opensuse.org + +- Update to version 1.0.1+git.20240209: + * Move to /var/cache/swcatalog + * Remove Google Plus web app + * make google-chrome.xml pass appstream validation + * Add a type=remote icon for google-chrome + * Use application-x-addon for codec icons + * Add screenshots for Chromium + * Wings3d apddata file merged upstream + * Tag the web-apps with the correct license IDs + * Add Telegram web app + * added screenshot for IQMol + * added screenshot for FBReader + * Updated Cmake screenshot to a HighDPI version + * Ensure all the webapps have valid icons + * Fix the list of webapps to be a single XML document + * Merge the webapps into one file + * Convert the codec AppData files to 0.6 format + * Upgrade the IBus AppData files to 0.6 format + * Add the licence changes for the GStreamer packages + * Add the GStreamer AppStream descriptions for gstreamer1-libav +- Require appstream-glib with the asglib(swcatalog) symbol: ensure + we support the new location. + ------------------------------------------------------------------- Tue Jan 17 12:02:21 UTC 2023 - dimstar@opensuse.org diff --git a/libzypp-plugin-appdata.spec b/libzypp-plugin-appdata.spec index 9bfdbe2..02577c5 100644 --- a/libzypp-plugin-appdata.spec +++ b/libzypp-plugin-appdata.spec @@ -1,7 +1,7 @@ # # spec file for package libzypp-plugin-appdata # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libzypp-plugin-appdata -Version: 1.0.1+git.20230117 +Version: 1.0.1+git.20240209 Release: 0 Summary: libzypp extension to handle AppStream metadata License: CC0-1.0 AND MIT @@ -26,13 +26,13 @@ URL: https://wiki.gnome.org/Design/Apps/Software Source0: openSUSE-appstream-%{version}.tar.xz Source99: libzypp-plugin-appdata-rpmlintrc # appstream-glib >= 0.3.6 is the first to correctly to appstream-util uninstall in /var/cache -Requires: appstream-glib >= 0.3.6 +Requires: (appstream-glib >= 0.3.6 with asglib(swcatalog)) # appdata hook was introduced in libzypp 14.29.4 Requires: libzypp >= 14.29.4 # AsHelper is a python program with few dependencies Requires: python3-cmdln Requires: python3-createrepo_c -Requires(post): appstream-glib >= 0.3.6 +Requires(post): (appstream-glib >= 0.3.6 with asglib(swcatalog)) # libzypp 16.13.1 was the version gaingin support for ZYPP_PLUGIN_APPDATA_FORCE_COLLECT Requires(post): libzypp >= 16.13.1 Requires(post): python3-cmdln diff --git a/openSUSE-appstream-1.0.1+git.20230117.tar.xz b/openSUSE-appstream-1.0.1+git.20230117.tar.xz deleted file mode 100644 index f4babaa..0000000 --- a/openSUSE-appstream-1.0.1+git.20230117.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:530171325f48b3e63bb50b7b585d51d3841064f9db5eac06a7a26fd86ef5f2b3 -size 95292 diff --git a/openSUSE-appstream-1.0.1+git.20240209.tar.xz b/openSUSE-appstream-1.0.1+git.20240209.tar.xz new file mode 100644 index 0000000..2fe1b71 --- /dev/null +++ b/openSUSE-appstream-1.0.1+git.20240209.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980ccafc31e7e0632922ae52cb0f8c9ab86efa1b4df8485512a03f6c25ca36d9 +size 607368