Compare commits

...

11 Commits

Author SHA1 Message Date
8f8421a70e automatic version update by autodist [release 20.12.2-1mamba;Fri Feb 05 2021] 2024-01-06 03:22:37 +01:00
27540ba1bc automatic version update by autodist [release 20.12.1-1mamba;Fri Jan 08 2021] 2024-01-06 03:22:36 +01:00
17deea7946 automatic version update by autodist [release 20.12.0-1mamba;Fri Dec 11 2020] 2024-01-06 03:22:36 +01:00
84c32240dd automatic version update by autodist [release 20.08.3-1mamba;Thu Nov 05 2020] 2024-01-06 03:22:36 +01:00
5d2720b9a0 automatic version update by autodist [release 20.08.2-1mamba;Sat Oct 10 2020] 2024-01-06 03:22:36 +01:00
2c7cf7ed93 automatic version update by autodist [release 20.08.1-1mamba;Fri Sep 04 2020] 2024-01-06 03:22:36 +01:00
8ec61da260 automatic version update by autodist [release 20.08.0-1mamba;Sat Aug 15 2020] 2024-01-06 03:22:36 +01:00
05dc2622b6 automatic version update by autodist [release 20.04.3-1mamba;Fri Jul 10 2020] 2024-01-06 03:22:36 +01:00
0dba528ad7 automatic version update by autodist [release 20.04.2-1mamba;Fri Jun 12 2020] 2024-01-06 03:22:36 +01:00
4760db5df7 automatic version update by autodist [release 20.04.1-1mamba;Sat May 16 2020] 2024-01-06 03:22:36 +01:00
cf3f03d99e automatic version update by autodist [release 20.04.0-1mamba;Fri Apr 24 2020] 2024-01-06 03:22:36 +01:00

View File

@ -1,12 +1,12 @@
Name: kwalletmanager
Version: 19.12.3
Version: 20.12.2
Release: 1mamba
Summary: Wallet Management Tool
Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba
Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: http://www.kde.org
URL: https://www.kde.org
Source: http://download.kde.org/stable/release-service/%{version}/src/kwalletmanager-%{version}.tar.xz
License: GPL
BuildRequires: cmake
@ -75,14 +75,14 @@ exit 0
%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
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/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
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
fi
@ -123,6 +123,39 @@ exit 0
# %doc TODO
%changelog
* Fri Feb 05 2021 Automatic Build System <autodist@mambasoft.it> 20.12.2-1mamba
- automatic version update by autodist
* Fri Jan 08 2021 Automatic Build System <autodist@mambasoft.it> 20.12.1-1mamba
- automatic version update by autodist
* Fri Dec 11 2020 Automatic Build System <autodist@mambasoft.it> 20.12.0-1mamba
- automatic version update by autodist
* 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
* Fri Sep 04 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
* Sat May 16 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
* Fri Mar 06 2020 Automatic Build System <autodist@mambasoft.it> 19.12.3-1mamba
- automatic version update by autodist