commit 89520496df2153e249355239411f95a6620a9ba0
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue May 4 15:19:05 2021 +0100
Fix appdata screenshots (rfbz#5984)
steam.appdata.xml | 6 +++---
steam.spec | 5 ++++-
2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/steam.appdata.xml b/steam.appdata.xml
index ee47ebe..f7e4ddf 100644
--- a/steam.appdata.xml
+++ b/steam.appdata.xml
@@ -24,15 +24,15 @@
<screenshots>
<screenshot type="default">
<caption>The main Steam library window</caption>
- <image type="source" width="1280"
height="720">http://negativo17.org/appstream/steam-0.png<...
+ <image type="source" height="720"
width="1280">https://negativo17.org/appstream/steam-0.png<...
</screenshot>
<screenshot>
<caption>Steam Store interface</caption>
- <image type="source" width="1280"
height="720">http://negativo17.org/appstream/steam-1.png<...
+ <image type="source" height="720"
width="1280">https://negativo17.org/appstream/steam-1.png<...
</screenshot>
<screenshot>
<caption>Steam community</caption>
- <image type="source" width="1280"
height="720">http://negativo17.org/appstream/steam-2.png<...
+ <image type="source" height="720"
width="1280">https://negativo17.org/appstream/steam-2.png<...
</screenshot>
</screenshots>
</component>
diff --git a/steam.spec b/steam.spec
index b0b440f..03e5c04 100644
--- a/steam.spec
+++ b/steam.spec
@@ -3,7 +3,7 @@
Name: steam
Version: 1.0.0.70
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file. udev rules are
MIT.
License: Steam License Agreement and MIT
@@ -210,6 +210,9 @@ fi
%{_prefix}/lib/systemd/user.conf.d/01-steam.conf
%changelog
+* Tue May 04 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1.0.0.70-3
+- Fix appdata screenshots (rfbz#5984)
+
* Mon Apr 12 2021 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.70-2
- Remove new desktop entry specification for Fedora 32 and RHEL/CentOS 7/8.