Compare commits
83 Commits
18.04.2-1m
...
25.04.3-1m
Author | SHA1 | Date | |
---|---|---|---|
143f9c8d4e | |||
7794eddc37 | |||
1277678f6a | |||
6e3b1d8d89 | |||
15b4e31322 | |||
e06de5a354 | |||
de3fb9ee9d | |||
9f7c0b8eaa | |||
ef01c30b9f | |||
1da7df6ae6 | |||
5725531c83 | |||
e8ccd3354b | |||
5be2ec8f94 | |||
0d9cbe3896 | |||
64f7f5d596 | |||
1a13bee8e4 | |||
808457428c | |||
e782e5cf64 | |||
02c7c33808 | |||
b45c7e4715 | |||
5c136fdeb6 | |||
8478a0d912 | |||
b3a42f7ca3 | |||
74bd0c6951 | |||
df41d342a1 | |||
6c674f6e7a | |||
ce905a1975 | |||
3b30a93c69 | |||
a79784cdb3 | |||
3f74166c0f | |||
b49e4d1918 | |||
a5561a8578 | |||
b3be7a52cc | |||
96156c6927 | |||
9c2c626a0b | |||
8c1c59691f | |||
af3d8dea0e | |||
f1a796cae3 | |||
00b7ded586 | |||
caf86e6988 | |||
c86c0e7577 | |||
634e1abb21 | |||
ee1aec12f2 | |||
ee63d5517d | |||
54efe2e09f | |||
d14821ebf7 | |||
a36ab70117 | |||
fc016db6e6 | |||
221b75fe67 | |||
2f73636d50 | |||
41779d1a5d | |||
d85b97fca2 | |||
c57e616d24 | |||
c63c55404b | |||
44ce1b5766 | |||
2d111ff6e5 | |||
51f95c0c83 | |||
b5f63153e8 | |||
1d2e7d34df | |||
e4177c3e80 | |||
4341f2d407 | |||
fd73983ab0 | |||
d73c0b8ad1 | |||
1302531bbe | |||
adac88eefd | |||
dab7f8971c | |||
56a9cb78d1 | |||
e2e93555c5 | |||
874e21c801 | |||
7d60c6bc36 | |||
10b2c31c1d | |||
8e2dc6be0f | |||
a93a8d20f2 | |||
47a1d31e75 | |||
6ef23738e1 | |||
49bc15eb78 | |||
4fe9e95d30 | |||
c1e11faec5 | |||
3120cdbe22 | |||
acf794ec61 | |||
028d45eb5e | |||
61b52d9ed8 | |||
e1cb0fe5c5 |
@ -5,3 +5,4 @@ The player is invading various cities in a plane that is decreasing in height.
|
|||||||
The goal of the game is to destroy all the buildings and advance to the next level.
|
The goal of the game is to destroy all the buildings and advance to the next level.
|
||||||
Each level gets a bit harder by increasing the speed of the plane and the height of the buildings.
|
Each level gets a bit harder by increasing the speed of the plane and the height of the buildings.
|
||||||
|
|
||||||
|
|
||||||
|
347
bomber.spec
347
bomber.spec
@ -1,33 +1,38 @@
|
|||||||
Name: bomber
|
Name: bomber
|
||||||
Version: 18.04.2
|
Version: 25.04.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Arcade Bombing Game
|
Summary: Arcade Bombing Game
|
||||||
Group: Graphical Desktop/Applications/Games
|
Group: Graphical Desktop/Applications/Games
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.kde.org
|
URL: https://kde.org/
|
||||||
Source: http://download.kde.org/stable/applications/%{version}/src/bomber-%{version}.tar.xz
|
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/bomber-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libQt6Core
|
||||||
|
BuildRequires: libQt6DBus
|
||||||
|
BuildRequires: libQt6Gui
|
||||||
|
BuildRequires: libQt6Network
|
||||||
|
BuildRequires: libQt6Widgets
|
||||||
|
BuildRequires: libQt6Xml
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libkauth-devel
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libkcodecs-devel
|
BuildRequires: libkf6-kcolorscheme-devel
|
||||||
BuildRequires: libkconfig-devel
|
BuildRequires: libkf6-kconfig-devel
|
||||||
BuildRequires: libkconfigwidgets-devel
|
BuildRequires: libkf6-kconfigwidgets-devel
|
||||||
BuildRequires: libkcoreaddons-devel
|
BuildRequires: libkf6-kcoreaddons-devel
|
||||||
BuildRequires: libkcrash-devel
|
BuildRequires: libkf6-kcrash-devel
|
||||||
BuildRequires: libkdbusaddons-devel
|
BuildRequires: libkf6-kdbusaddons-devel
|
||||||
BuildRequires: libki18n-devel
|
BuildRequires: libkf6-ki18n-devel
|
||||||
BuildRequires: libkwidgetsaddons-devel
|
BuildRequires: libkf6-kwidgetsaddons-devel
|
||||||
BuildRequires: libkxmlgui-devel
|
BuildRequires: libkf6-kxmlgui-devel
|
||||||
BuildRequires: libqt5-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: qt6-qtdeclarative-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: automoc4
|
BuildRequires: automoc4
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Bomber is a single player arcade game.
|
Bomber is a single player arcade game.
|
||||||
@ -35,71 +40,311 @@ The player is invading various cities in a plane that is decreasing in height.
|
|||||||
The goal of the game is to destroy all the buildings and advance to the next level.
|
The goal of the game is to destroy all the buildings and advance to the next level.
|
||||||
Each level gets a bit harder by increasing the speed of the plane and the height of the buildings.
|
Each level gets a bit harder by increasing the speed of the plane and the height of the buildings.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde5 -d build
|
%cmake_kf6
|
||||||
%make
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%cmake_install
|
||||||
|
|
||||||
%find_lang %{name}5_qt --with-qt --with-man --all-name || touch %{name}5_qt.lang
|
%find_lang %{name} --with-qt --with-man --with-html --all-name || touch %{name}.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post
|
%post
|
||||||
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
touch --no-create %{_kf6_icondir}/hicolor >/dev/null 2>&1
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
update-desktop-database -q >/dev/null 2>&1
|
update-desktop-database -q >/dev/null 2>&1
|
||||||
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
|
update-mime-database -n %{_kf6_mimedir} >/dev/null 2>&1
|
||||||
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
gtk-update-icon-cache %{_kf6_icondir}/hicolor >/dev/null 2>&1
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
update-desktop-database -q >/dev/null 2>&1
|
update-desktop-database -q >/dev/null 2>&1
|
||||||
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
|
update-mime-database -n %{_kf6_mimedir} >/dev/null 2>&1
|
||||||
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
touch --no-create %{_kf6_icondir}/hicolor >/dev/null 2>&1
|
||||||
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
gtk-update-icon-cache %{_kf6_icondir}/hicolor >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%files -f %{name}5_qt.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde5_bindir}/bomber
|
%{_kf6_bindir}/bomber
|
||||||
%{_kde5_xdgappsdir}/org.kde.bomber.desktop
|
%{_datadir}/applications/org.kde.bomber.desktop
|
||||||
%{_datadir}/metainfo/org.kde.bomber.appdata.xml
|
%{_datadir}/metainfo/org.kde.bomber.appdata.xml
|
||||||
%{_kde5_datadir}/bomber
|
%{_kf6_datadir}/bomber
|
||||||
%{_kde5_kcfgdir}/bomber.kcfg
|
%{_kf6_kcfgdir}/bomber.kcfg
|
||||||
%{_kde5_icondir}/hicolor/*/apps/bomber.png
|
%{_kf6_icondir}/hicolor/*/apps/bomber.png
|
||||||
%dir %{_datadir}/kxmlgui5/bomber
|
%doc AUTHORS LICENSES
|
||||||
%{_datadir}/kxmlgui5/bomber/bomberui.rc
|
|
||||||
%lang(en) %{_kde5_htmldir}/en/bomber
|
|
||||||
%lang(ca) %{_datadir}/doc/HTML/ca/bomber
|
|
||||||
%lang(cs) %{_datadir}/doc/HTML/cs/bomber
|
|
||||||
%lang(de) %{_datadir}/doc/HTML/de/bomber
|
|
||||||
%lang(es) %{_datadir}/doc/HTML/es/bomber
|
|
||||||
%lang(et) %{_datadir}/doc/HTML/et/bomber
|
|
||||||
%lang(fr) %{_datadir}/doc/HTML/fr/bomber
|
|
||||||
%lang(gl) %{_datadir}/doc/HTML/gl/bomber
|
|
||||||
%lang(it) %{_datadir}/doc/HTML/it/bomber
|
|
||||||
%lang(nl) %{_datadir}/doc/HTML/nl/bomber
|
|
||||||
%lang(pl) %{_datadir}/doc/HTML/pl/bomber
|
|
||||||
%lang(pt) %{_datadir}/doc/HTML/pt/bomber
|
|
||||||
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/bomber
|
|
||||||
%lang(sv) %{_datadir}/doc/HTML/sv/bomber
|
|
||||||
%lang(uk) %{_datadir}/doc/HTML/uk/bomber
|
|
||||||
%doc AUTHORS COPYING
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 05 2025 Automatic Build System <autodist@openmamba.org> 25.04.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Jun 07 2025 Automatic Build System <autodist@openmamba.org> 25.04.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon May 12 2025 Automatic Build System <autodist@openmamba.org> 25.04.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Apr 21 2025 Automatic Build System <autodist@openmamba.org> 25.04.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Mar 09 2025 Automatic Build System <autodist@openmamba.org> 24.12.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Feb 09 2025 Automatic Build System <autodist@openmamba.org> 24.12.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Jan 11 2025 Automatic Build System <autodist@openmamba.org> 24.12.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Dec 14 2024 Automatic Build System <autodist@openmamba.org> 24.12.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Nov 28 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 24.11.80-1mamba
|
||||||
|
- update to 24.11.80
|
||||||
|
|
||||||
|
* Fri Nov 08 2024 Automatic Build System <autodist@openmamba.org> 24.08.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Oct 12 2024 Automatic Build System <autodist@openmamba.org> 24.08.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Sep 15 2024 Automatic Build System <autodist@openmamba.org> 24.08.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Aug 26 2024 Automatic Build System <autodist@openmamba.org> 24.08.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Jul 05 2024 Automatic Build System <autodist@openmamba.org> 24.05.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Jun 15 2024 Automatic Build System <autodist@openmamba.org> 24.05.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat May 25 2024 Automatic Build System <autodist@openmamba.org> 24.05.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Apr 14 2024 Automatic Build System <autodist@openmamba.org> 24.02.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Mar 23 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Mar 04 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Feb 18 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Dec 09 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Nov 09 2023 Automatic Build System <autodist@mambasoft.it> 23.08.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Oct 12 2023 Automatic Build System <autodist@mambasoft.it> 23.08.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Sep 14 2023 Automatic Build System <autodist@mambasoft.it> 23.08.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Aug 25 2023 Automatic Build System <autodist@mambasoft.it> 23.08.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Jul 07 2023 Automatic Build System <autodist@mambasoft.it> 23.04.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Jun 09 2023 Automatic Build System <autodist@mambasoft.it> 23.04.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu May 11 2023 Automatic Build System <autodist@mambasoft.it> 23.04.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Apr 21 2023 Automatic Build System <autodist@mambasoft.it> 23.04.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Mar 02 2023 Automatic Build System <autodist@mambasoft.it> 22.12.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Feb 02 2023 Automatic Build System <autodist@mambasoft.it> 22.12.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jan 05 2023 Automatic Build System <autodist@mambasoft.it> 22.12.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Dec 08 2022 Automatic Build System <autodist@mambasoft.it> 22.12.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Nov 04 2022 Automatic Build System <autodist@mambasoft.it> 22.08.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Oct 14 2022 Automatic Build System <autodist@mambasoft.it> 22.08.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Sep 08 2022 Automatic Build System <autodist@mambasoft.it> 22.08.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Aug 19 2022 Automatic Build System <autodist@mambasoft.it> 22.08.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jul 07 2022 Automatic Build System <autodist@mambasoft.it> 22.04.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jun 09 2022 Automatic Build System <autodist@mambasoft.it> 22.04.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu May 12 2022 Automatic Build System <autodist@mambasoft.it> 22.04.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Apr 21 2022 Automatic Build System <autodist@mambasoft.it> 22.04.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Mar 04 2022 Automatic Build System <autodist@mambasoft.it> 21.12.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Feb 04 2022 Automatic Build System <autodist@mambasoft.it> 21.12.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jan 06 2022 Automatic Build System <autodist@mambasoft.it> 21.12.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Dec 09 2021 Automatic Build System <autodist@mambasoft.it> 21.12.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Nov 04 2021 Automatic Build System <autodist@mambasoft.it> 21.08.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Oct 08 2021 Automatic Build System <autodist@mambasoft.it> 21.08.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Sep 02 2021 Automatic Build System <autodist@mambasoft.it> 21.08.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Aug 12 2021 Automatic Build System <autodist@mambasoft.it> 21.08.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jul 08 2021 Automatic Build System <autodist@mambasoft.it> 21.04.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jun 10 2021 Automatic Build System <autodist@mambasoft.it> 21.04.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu May 13 2021 Automatic Build System <autodist@mambasoft.it> 21.04.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Apr 25 2021 Automatic Build System <autodist@mambasoft.it> 21.04.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Mar 05 2021 Automatic Build System <autodist@mambasoft.it> 20.12.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 20.12.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Thu Mar 07 2019 Automatic Build System <autodist@mambasoft.it> 18.12.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Feb 07 2019 Automatic Build System <autodist@mambasoft.it> 18.12.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Jan 11 2019 Automatic Build System <autodist@mambasoft.it> 18.12.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Dec 14 2018 Automatic Build System <autodist@mambasoft.it> 18.12.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Nov 11 2018 Automatic Build System <autodist@mambasoft.it> 18.08.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Oct 11 2018 Automatic Build System <autodist@mambasoft.it> 18.08.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Sep 06 2018 Automatic Build System <autodist@mambasoft.it> 18.08.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Aug 18 2018 Automatic Build System <autodist@mambasoft.it> 18.08.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jul 12 2018 Automatic Build System <autodist@mambasoft.it> 18.04.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Jun 07 2018 Automatic Build System <autodist@mambasoft.it> 18.04.2-1mamba
|
* Thu Jun 07 2018 Automatic Build System <autodist@mambasoft.it> 18.04.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user