Compare commits

...

20 Commits

Author SHA1 Message Date
c63c55404b automatic version update by autodist [release 20.12.1-1mamba;Thu Jan 07 2021] 2024-01-05 20:53:04 +01:00
44ce1b5766 automatic version update by autodist [release 20.12.0-1mamba;Thu Dec 10 2020] 2024-01-05 20:53:04 +01:00
2d111ff6e5 automatic version update by autodist [release 20.08.3-1mamba;Thu Nov 05 2020] 2024-01-05 20:53:04 +01:00
51f95c0c83 automatic version update by autodist [release 20.08.2-1mamba;Sat Oct 10 2020] 2024-01-05 20:53:04 +01:00
b5f63153e8 automatic version update by autodist [release 20.08.1-1mamba;Thu Sep 03 2020] 2024-01-05 20:53:04 +01:00
1d2e7d34df automatic version update by autodist [release 20.08.0-1mamba;Sat Aug 15 2020] 2024-01-05 20:53:04 +01:00
e4177c3e80 automatic version update by autodist [release 20.04.3-1mamba;Thu Jul 09 2020] 2024-01-05 20:53:04 +01:00
4341f2d407 automatic version update by autodist [release 20.04.2-1mamba;Fri Jun 12 2020] 2024-01-05 20:53:04 +01:00
fd73983ab0 automatic version update by autodist [release 20.04.1-1mamba;Fri May 15 2020] 2024-01-05 20:53:03 +01:00
d73c0b8ad1 automatic version update by autodist [release 20.04.0-1mamba;Fri Apr 24 2020] 2024-01-05 20:53:03 +01:00
1302531bbe automatic version update by autodist [release 19.12.3-1mamba;Thu Mar 05 2020] 2024-01-05 20:53:03 +01:00
adac88eefd automatic version update by autodist [release 19.12.2-1mamba;Thu Feb 06 2020] 2024-01-05 20:53:03 +01:00
dab7f8971c automatic version update by autodist [release 19.12.1-1mamba;Thu Jan 09 2020] 2024-01-05 20:53:03 +01:00
56a9cb78d1 automatic version update by autodist [release 19.12.0-1mamba;Mon Dec 30 2019] 2024-01-05 20:53:03 +01:00
e2e93555c5 automatic version update by autodist [release 19.08.3-1mamba;Thu Nov 07 2019] 2024-01-05 20:53:03 +01:00
874e21c801 automatic version update by autodist [release 19.08.2-1mamba;Thu Oct 10 2019] 2024-01-05 20:53:03 +01:00
7d60c6bc36 automatic version update by autodist [release 19.08.1-1mamba;Tue Sep 10 2019] 2024-01-05 20:53:03 +01:00
10b2c31c1d automatic version update by autodist [release 19.04.3-1mamba;Thu Jul 11 2019] 2024-01-05 20:53:03 +01:00
8e2dc6be0f automatic version update by autodist [release 19.04.2-1mamba;Thu Jun 06 2019] 2024-01-05 20:53:03 +01:00
a93a8d20f2 automatic version update by autodist [release 19.04.1-1mamba;Sat May 11 2019] 2024-01-05 20:53:03 +01:00

View File

@ -1,5 +1,5 @@
Name: bomber
Version: 19.04.0
Version: 20.12.1
Release: 1mamba
Summary: Arcade Bombing Game
Group: Graphical Desktop/Applications/Games
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: http://www.kde.org
Source: http://download.kde.org/stable/applications/%{version}/src/bomber-%{version}.tar.xz
Source: http://download.kde.org/stable/release-service/%{version}/src/bomber-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -59,14 +59,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
@ -100,6 +100,69 @@ exit 0
%doc AUTHORS COPYING
%changelog
* Thu Jan 07 2021 Automatic Build System <autodist@mambasoft.it> 20.12.1-1mamba
- automatic version update by autodist
* Thu Dec 10 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
* 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
* Thu Jul 09 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
* Thu Jan 09 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
* Thu Nov 07 2019 Automatic Build System <autodist@mambasoft.it> 19.08.3-1mamba
- automatic version update by autodist
* Thu Oct 10 2019 Automatic Build System <autodist@mambasoft.it> 19.08.2-1mamba
- automatic version update by autodist
* Tue Sep 10 2019 Automatic Build System <autodist@mambasoft.it> 19.08.1-1mamba
- automatic version update by autodist
* Wed Aug 28 2019 Automatic Build System <autodist@mambasoft.it> 19.08.0-1mamba
- automatic version update by autodist
* Thu Jul 11 2019 Automatic Build System <autodist@mambasoft.it> 19.04.3-1mamba
- automatic version update by autodist
* Thu Jun 06 2019 Automatic Build System <autodist@mambasoft.it> 19.04.2-1mamba
- automatic version update by autodist
* Sat May 11 2019 Automatic Build System <autodist@mambasoft.it> 19.04.1-1mamba
- automatic version update by autodist
* Fri Apr 19 2019 Automatic Build System <autodist@mambasoft.it> 19.04.0-1mamba
- automatic version update by autodist