commit d38af5b3ff9db89b3f849686f21cce1cde3db60c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Jan 16 18:56:38 2021 +0000
Update appdata.xml and relax the validation
smplayer.appdata.xml | 2 +-
smplayer.spec | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/smplayer.appdata.xml b/smplayer.appdata.xml
index 432e27d..966c92f 100644
--- a/smplayer.appdata.xml
+++ b/smplayer.appdata.xml
@@ -57,6 +57,6 @@
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
- <release version="20.6.0" date="2020-06-17"/>
+ <release version="21.1.0" date="2021-01-06"/>
</releases>
</component>
diff --git a/smplayer.spec b/smplayer.spec
index 8898c00..e45d3a7 100644
--- a/smplayer.spec
+++ b/smplayer.spec
@@ -2,7 +2,7 @@ Name: smplayer
Version: 21.1.0
%global smplayer_themes_ver 20.11.0
%global smplayer_skins_ver 20.11.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A graphical frontend for mplayer and mpv
License: GPLv2+
@@ -136,7 +136,7 @@ install -m 0644 -D %{SOURCE2}
%{buildroot}%{_metainfodir}/%{name}.appdata.xml
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
-appstream-util validate --nonet %{buildroot}%{_metainfodir}/%{name}.appdata.xml
+appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.appdata.xml
%if (0%{?rhel} && 0%{?rhel} <= 7)
%post
@@ -176,6 +176,9 @@ fi
%{_datadir}/smplayer/themes/
%changelog
+* Sat Jan 16 2021 Sérgio Basto <sergio(a)serjux.com> - 21.1.0-2
+- Update appdata.xml and relax the validation
+
* Thu Jan 07 2021 Sérgio Basto <sergio(a)serjux.com> - 21.1.0-1
- Update smplayer to 21.1.0
Show replies by date