Compare commits

...

11 Commits

Author SHA1 Message Date
fb920e57fb automatic version update by autodist [release 20.08.3-1mamba;Thu Nov 05 2020] 2024-01-06 00:44:12 +01:00
586bfdc785 automatic version update by autodist [release 20.08.2-1mamba;Sat Oct 10 2020] 2024-01-06 00:44:12 +01:00
f275c3dc82 automatic version update by autodist [release 20.08.1-1mamba;Thu Sep 03 2020] 2024-01-06 00:44:12 +01:00
7aca5b1c7d automatic version update by autodist [release 20.08.0-1mamba;Sat Aug 15 2020] 2024-01-06 00:44:12 +01:00
c3ca5543ce automatic version update by autodist [release 20.04.3-1mamba;Fri Jul 10 2020] 2024-01-06 00:44:12 +01:00
5cf483f2d1 automatic version update by autodist [release 20.04.2-1mamba;Fri Jun 12 2020] 2024-01-06 00:44:12 +01:00
fc2552f9b2 automatic version update by autodist [release 20.04.1-1mamba;Fri May 15 2020] 2024-01-06 00:44:12 +01:00
e206e20559 automatic version update by autodist [release 20.04.0-1mamba;Fri Apr 24 2020] 2024-01-06 00:44:12 +01:00
fe718e2f15 automatic version update by autodist [release 19.12.3-1mamba;Thu Mar 05 2020] 2024-01-06 00:44:12 +01:00
7183b4766d automatic version update by autodist [release 19.12.2-1mamba;Thu Feb 06 2020] 2024-01-06 00:44:12 +01:00
f9a6519089 automatic version update by autodist [release 19.12.1-1mamba;Fri Jan 10 2020] 2024-01-06 00:44:12 +01:00

View File

@ -1,5 +1,5 @@
Name: kcalc
Version: 19.12.0
Version: 20.08.3
Release: 1mamba
Summary: Scientific calculator
Group: Graphical Desktop/Applications/Utilities
@ -44,13 +44,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%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
@ -83,6 +83,39 @@ exit 0
%doc COPYING COPYING.LIB
%changelog
* Thu Nov 05 2020 Automatic Build System <autodist@mambasoft.it> 20.08.3-1mamba
- automatic version update by autodist
* Sat Oct 10 2020 Automatic Build System <autodist@mambasoft.it> 20.08.2-1mamba
- automatic version update by autodist
* Thu Sep 03 2020 Automatic Build System <autodist@mambasoft.it> 20.08.1-1mamba
- automatic version update by autodist
* Sat Aug 15 2020 Automatic Build System <autodist@mambasoft.it> 20.08.0-1mamba
- automatic version update by autodist
* Fri Jul 10 2020 Automatic Build System <autodist@mambasoft.it> 20.04.3-1mamba
- automatic version update by autodist
* Fri Jun 12 2020 Automatic Build System <autodist@mambasoft.it> 20.04.2-1mamba
- automatic version update by autodist
* Fri May 15 2020 Automatic Build System <autodist@mambasoft.it> 20.04.1-1mamba
- automatic version update by autodist
* Fri Apr 24 2020 Automatic Build System <autodist@mambasoft.it> 20.04.0-1mamba
- automatic version update by autodist
* Thu Mar 05 2020 Automatic Build System <autodist@mambasoft.it> 19.12.3-1mamba
- automatic version update by autodist
* Thu Feb 06 2020 Automatic Build System <autodist@mambasoft.it> 19.12.2-1mamba
- automatic version update by autodist
* Fri Jan 10 2020 Automatic Build System <autodist@mambasoft.it> 19.12.1-1mamba
- automatic version update by autodist
* Mon Dec 30 2019 Automatic Build System <autodist@mambasoft.it> 19.12.0-1mamba
- automatic version update by autodist