[steam] Fix appdata screenshots (rfbz#5984)
by Leigh Scott
commit 5621e8d8fe06d9905571d5eb723547331f616eae
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>
+ <image type="source" height="720" width="1280">https://negativo17.org/appstream/steam-0.png</image>
</screenshot>
<screenshot>
<caption>Steam Store interface</caption>
- <image type="source" width="1280" height="720">http://negativo17.org/appstream/steam-1.png</image>
+ <image type="source" height="720" width="1280">https://negativo17.org/appstream/steam-1.png</image>
</screenshot>
<screenshot>
<caption>Steam community</caption>
- <image type="source" width="1280" height="720">http://negativo17.org/appstream/steam-2.png</image>
+ <image type="source" height="720" width="1280">https://negativo17.org/appstream/steam-2.png</image>
</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.
3 years, 7 months
[fdk-aac/f34] Update to 2.0.2
by Nicolas Chauvet
Summary of changes:
9857346... Update to 2.0.2 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 7 months
[fdk-aac] Update to 2.0.2
by Nicolas Chauvet
commit 985734690df819a2e2adf3021bdd8aa6865f9b1c
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue May 4 10:12:11 2021 +0200
Update to 2.0.2
fdk-aac.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/fdk-aac.spec b/fdk-aac.spec
index 722cffc..7bce26e 100644
--- a/fdk-aac.spec
+++ b/fdk-aac.spec
@@ -1,6 +1,6 @@
Name: fdk-aac
-Version: 2.0.1
-Release: 4%{?dist}
+Version: 2.0.2
+Release: 1%{?dist}
Summary: Fraunhofer FDK AAC Codec Library
License: FDK-AAC
@@ -68,6 +68,9 @@ echo -e "%{_libdir}/%{name}/ \n" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{nam
%changelog
+* Tue May 04 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.2-1
+- Update to 2.0.2
+
* Thu Feb 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.0.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
diff --git a/sources b/sources
index 800826f..5959d68 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fdk-aac-2.0.1.tar.gz) = cda18f16d1a44ea33514813c9d2ec3167631628ddb9abe78be70e04e180e4db5c854f7e9fe4c94cbc5fb792b1c47c032250e97eb9ca0fff3808d725248c1ed97
+SHA512 (fdk-aac-2.0.2.tar.gz) = 616207e85035d1659a2b7808ca6ec02ef53c1c4b39eb280fe861f82a4cf548e5db2ac381c496bad37dfc2b8c6677fe704d9fd8449e43d1f93d3e636239e0191b
3 years, 7 months