diff --git a/kcharselect.spec b/kcharselect.spec index 35a7496..b73bc9e 100644 --- a/kcharselect.spec +++ b/kcharselect.spec @@ -1,5 +1,5 @@ Name: kcharselect -Version: 20.08.2 +Version: 20.08.3 Release: 1mamba Summary: Select special characters from any fonts and put them into the clipboard Group: Graphical Desktop/Applications/Utilities @@ -45,13 +45,13 @@ Kcharselect allows to select special characters from any fonts and put them into %posttrans update-desktop-database -q >/dev/null 2>&1 -update-mime-database %{_kde5_mimedir} >/dev/null 2>&1 +update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1 exit 0 %postun if [ $1 -eq 0 ]; then update-desktop-database -q >/dev/null 2>&1 - update-mime-database %{_kde5_mimedir} >/dev/null 2>&1 + update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1 fi exit 0 @@ -63,6 +63,9 @@ exit 0 %doc COPYING %changelog +* Thu Nov 05 2020 Automatic Build System 20.08.3-1mamba +- automatic version update by autodist + * Sat Oct 10 2020 Automatic Build System 20.08.2-1mamba - automatic version update by autodist