summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--irfanview/README.md4
-rw-r--r--irfanview/irfanview.spec7
2 files changed, 7 insertions, 4 deletions
diff --git a/irfanview/README.md b/irfanview/README.md
index 9e8490e..9bf21ce 100644
--- a/irfanview/README.md
+++ b/irfanview/README.md
@@ -11,7 +11,7 @@ At least one distro does package Irfanview:
# Reverse dependency matrix
Distro | Irfanview version
--------- | -----------------
-all | 4.53
+all | 4.54
-# Differences from upstream
+# Differences from upstream packaging
None
diff --git a/irfanview/irfanview.spec b/irfanview/irfanview.spec
index caf711e..74b44e3 100644
--- a/irfanview/irfanview.spec
+++ b/irfanview/irfanview.spec
@@ -5,8 +5,8 @@
#global upstream_url http://www.irfanview.info/files
Name: irfanview
-Version: 4.53
-Release: 2
+Version: 4.54
+Release: 1
Summary: irfanview is a graphics viewer
%define version_num %( echo %version | tr -d '\.' )
@@ -204,6 +204,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%{_datadir}/%{name}64
%changelog
+* Wed Dec 18 2019 B Stack <bgstack15@gmail.com> - 4.54-1
+- version bump
+
* Sun Jun 16 2019 B Stack <bgstack15@gmail.com> - 4.53-2
- improve app start scripts and mimetypes
bgstack15