summaryrefslogtreecommitdiff
path: root/irfanview/irfanview.spec
diff options
context:
space:
mode:
Diffstat (limited to 'irfanview/irfanview.spec')
-rw-r--r--irfanview/irfanview.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/irfanview/irfanview.spec b/irfanview/irfanview.spec
index 74b44e3..b5dc65d 100644
--- a/irfanview/irfanview.spec
+++ b/irfanview/irfanview.spec
@@ -6,7 +6,7 @@
Name: irfanview
Version: 4.54
-Release: 1
+Release: 2
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
+* Thur Jun 18 2020 B Stack <bgstack15@gmail.com> - 4.54-2
+- Improve filename handling
+
* Wed Dec 18 2019 B Stack <bgstack15@gmail.com> - 4.54-1
- version bump
bgstack15