commit 447faa48637a12b9c6380d8a7cacffb0446cb090
Author: Paul Howarth <paul(a)city-fan.org>
Date: Tue Jul 18 17:08:42 2023 +0100
Update to 4.2.0
- New upstream release 4.2.0
- Fixed the splash screen to display the correct version number (GH#9, GH#10)
.gitignore | 1 +
sources | 3 +--
xv.spec | 6 +++++-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4e38a26..6c36c9a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/xv-non-english-Xman-pages.tar.bz2
/xv.png
/v4.1.1.tar.gz
+/v4.2.0.tar.gz
diff --git a/sources b/sources
index 64931bb..2fb5399 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-SHA512 (v4.1.1.tar.gz) =
100202efe5f26bf4483ac3fb18997ff54db2a18c9b365cce1f388308b2dca38370d246ce0ddfa2a1e5581070262ba0397dea58cbaba5045242e05e4b44d3a3a0
-SHA512 (xv.png) =
ed4d00d5dfadab690a8befe78d3a280f745963399360f31fd8dfe1a8b87af0e9eb3b93028f91745b11ecc6cd9e84b2f5df48b429fc768eab31f2bd127d466f14
+SHA512 (v4.2.0.tar.gz) =
aea6b31115c9c1f6d190d4fa9475d8f9f845e04a40540f796188ef43707d7c777a8b59583a9fc1152b18dc3ebde105335038566b3cda2c2699a1d27a63836d6c
diff --git a/xv.spec b/xv.spec
index 04a9af7..3dacc00 100644
--- a/xv.spec
+++ b/xv.spec
@@ -1,5 +1,5 @@
Name: xv
-Version: 4.1.1
+Version: 4.2.0
Release: 1%{?dist}
Summary: Interactive image display program for X
Summary(de.UTF-8): X-basierender Bild-Viewer für praktische sämtliche Grafiken
@@ -158,6 +158,10 @@ cp -a DISTRIBUTE.txt %{buildroot}%{_docdir}/xv/
%doc %{_docdir}/xv/manuals/
%changelog
+* Tue Jul 18 2023 Paul Howarth <paul(a)city-fan.org> - 4.2.0-1
+- Update to 4.2.0
+ - Fixed the splash screen to display the correct version number (GH#9, GH#10)
+
* Thu Jun 8 2023 Paul Howarth <paul(a)city-fan.org> - 4.1.1-1
- Switch upstream to
https://github.com/jasper-software/xv (#6702)
- Add webp support