Compare commits

1 Commits
main ... 1.1

6 changed files with 11 additions and 37 deletions

View File

@@ -1,13 +1,13 @@
<services>
<service name="tar_scm" mode="manual">
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/DimStar77/openSUSE-appstream.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="versionformat">1.0.1+git.%cd</param>
</service>
<service name="recompress" mode="manual">
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="manual"/>
<service name="set_version" mode="disabled"/>
</services>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/DimStar77/openSUSE-appstream.git</param>
<param name="changesrevision">a7eeb152ae340c5643eb32fd6036bc516614fd88</param></service></servicedata>
<param name="changesrevision">e7c9645b8b2182fd50d6f1945316ac24ce4289c9</param></service></servicedata>

View File

@@ -1,29 +1,3 @@
-------------------------------------------------------------------
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

View File

@@ -1,7 +1,7 @@
#
# spec file for package libzypp-plugin-appdata
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2023 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.20240209
Version: 1.0.1+git.20230117
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 with asglib(swcatalog))
Requires: appstream-glib >= 0.3.6
# 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 with asglib(swcatalog))
Requires(post): appstream-glib >= 0.3.6
# 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

Binary file not shown.