commit 920245e8113fe56791324d64543790e2ebc4f2b0
Author: Ben Rosser <rosser.bjr(a)gmail.com>
Date: Tue Aug 1 11:51:32 2017 -0400
Appdata file was incorrect; same screenshot listed twice.
This was only caught in the EPEL 7 build for some reason.
See
https://github.com/hughsie/appstream-glib/issues/185.
tilem.appdata.xml | 2 +-
tilem.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/tilem.appdata.xml b/tilem.appdata.xml
index d6c8b22..42172b2 100644
--- a/tilem.appdata.xml
+++ b/tilem.appdata.xml
@@ -27,7 +27,7 @@
<
image>https://www.acm.jhu.edu/~bjr/fedora/rpmfusion/tilem/tilem_84plus...
</screenshot>
<screenshot>
-
<
image>https://www.acm.jhu.edu/~bjr/fedora/rpmfusion/tilem/tilem_84plus...
+
<
image>https://www.acm.jhu.edu/~bjr/fedora/rpmfusion/tilem/tilem_83plus...
</screenshot>
</screenshots>
<url
type="homepage">http://lpg.ticalc.org/prj_tilem/</url>
diff --git a/tilem.spec b/tilem.spec
index aa2b8ee..7931d89 100644
--- a/tilem.spec
+++ b/tilem.spec
@@ -1,6 +1,6 @@
Name: tilem
Version: 2.0
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Emulator and debugger for Texas Instruments Z80-based graphing
calculators
License: GPLv3+
@@ -105,6 +105,9 @@ fi
%changelog
+* Tue Aug 01 2017 Ben Rosser <rosser.bjr(a)gmail.com> - 2.0-5
+- Appdata file was incorrect; same screenshot listed twice.
+
* Mon Mar 13 2017 Ben Rosser <rosser.bjr(a)gmail.com> - 2.0-4
- Change license tag to GPLv3+
- Add desktop-database scriplets for Fedora < 25.