Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7b8d7d3354 |
6
_service
6
_service
@@ -1,13 +1,13 @@
|
|||||||
<services>
|
<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="url">https://github.com/DimStar77/openSUSE-appstream.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionformat">1.0.1+git.%cd</param>
|
<param name="versionformat">1.0.1+git.%cd</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="manual">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="manual"/>
|
<service name="set_version" mode="disabled"/>
|
||||||
</services>
|
</services>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/DimStar77/openSUSE-appstream.git</param>
|
<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>
|
||||||
@@ -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
|
Tue Jan 17 12:02:21 UTC 2023 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp-plugin-appdata
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libzypp-plugin-appdata
|
Name: libzypp-plugin-appdata
|
||||||
Version: 1.0.1+git.20240209
|
Version: 1.0.1+git.20230117
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: libzypp extension to handle AppStream metadata
|
Summary: libzypp extension to handle AppStream metadata
|
||||||
License: CC0-1.0 AND MIT
|
License: CC0-1.0 AND MIT
|
||||||
@@ -26,13 +26,13 @@ URL: https://wiki.gnome.org/Design/Apps/Software
|
|||||||
Source0: openSUSE-appstream-%{version}.tar.xz
|
Source0: openSUSE-appstream-%{version}.tar.xz
|
||||||
Source99: libzypp-plugin-appdata-rpmlintrc
|
Source99: libzypp-plugin-appdata-rpmlintrc
|
||||||
# appstream-glib >= 0.3.6 is the first to correctly to appstream-util uninstall in /var/cache
|
# 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
|
# appdata hook was introduced in libzypp 14.29.4
|
||||||
Requires: libzypp >= 14.29.4
|
Requires: libzypp >= 14.29.4
|
||||||
# AsHelper is a python program with few dependencies
|
# AsHelper is a python program with few dependencies
|
||||||
Requires: python3-cmdln
|
Requires: python3-cmdln
|
||||||
Requires: python3-createrepo_c
|
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
|
# libzypp 16.13.1 was the version gaingin support for ZYPP_PLUGIN_APPDATA_FORCE_COLLECT
|
||||||
Requires(post): libzypp >= 16.13.1
|
Requires(post): libzypp >= 16.13.1
|
||||||
Requires(post): python3-cmdln
|
Requires(post): python3-cmdln
|
||||||
|
|||||||
BIN
openSUSE-appstream-1.0.1+git.20230117.tar.xz
LFS
Normal file
BIN
openSUSE-appstream-1.0.1+git.20230117.tar.xz
LFS
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user