Compare commits
134 Commits
9.0.1403-1
...
9.1.0026-1
Author | SHA1 | Date | |
---|---|---|---|
f7df217cf1 | |||
2490144c23 | |||
45bde9f120 | |||
1408a6d9c8 | |||
c2cc454ef4 | |||
e7c11fd166 | |||
110ed1cba8 | |||
dc6a7c8071 | |||
1ffdc2e84c | |||
240c5c19da | |||
b83c64cdc9 | |||
c87dbe8408 | |||
089dbac40e | |||
976f30ff6c | |||
ee7741960b | |||
4fa2c4a94a | |||
39243a1600 | |||
3297cbdfa8 | |||
505149902b | |||
c2384d5acd | |||
d6cfe4b8b5 | |||
1df0ebcd77 | |||
154c5f1f05 | |||
deb3cc77e1 | |||
277ad75e6d | |||
ff5b20f7cd | |||
8cedc160a9 | |||
8a26a9223b | |||
0c8f3e29d6 | |||
89afe39b80 | |||
13aed47bf3 | |||
aba85ad1b8 | |||
aeb3066bd1 | |||
78a95143fe | |||
9e6e4682a2 | |||
36f222495e | |||
00a95bf0d0 | |||
71b7519b5f | |||
b47e1c8497 | |||
d0364b576b | |||
80e5418569 | |||
2531a25c4f | |||
e4cede1a5d | |||
c2ca48a380 | |||
ac67d33886 | |||
44cec2dd14 | |||
126430211c | |||
5058d9085b | |||
bc7a962000 | |||
2ed808416b | |||
827236d3ed | |||
73421c15fd | |||
605900bb33 | |||
3bb9f0bdd8 | |||
f0398cae43 | |||
cac5fc7768 | |||
43a9e865b7 | |||
c80ebfa5ad | |||
2298f96ed9 | |||
a6e04d9e47 | |||
345e02a6c7 | |||
dd474332d5 | |||
f6b8200e5a | |||
73056de74c | |||
ffd900da72 | |||
467baad84c | |||
c2c7cdf5b0 | |||
55a35f1144 | |||
045980b123 | |||
c2b4768cb9 | |||
ea7759bb5b | |||
36aca93218 | |||
1e2230fbc4 | |||
3569bee240 | |||
2b20fc842e | |||
5f09bdd515 | |||
c3866b6b80 | |||
de9b884edd | |||
3a3d25ee7e | |||
c00651a098 | |||
d067122177 | |||
7e783e6396 | |||
89a6f6e1e1 | |||
a1b52076e9 | |||
d8db07bc05 | |||
56c6cac595 | |||
a6ccf8b695 | |||
07860f955b | |||
0de71a27d0 | |||
96d39d7d4c | |||
5a5dda38bc | |||
09eff03819 | |||
27bf8efc1f | |||
06eb8717e2 | |||
a443ca5f83 | |||
3e7e84f83e | |||
58a98a4370 | |||
d5322b73bd | |||
66b8ebfe13 | |||
465be58f58 | |||
d6d9652102 | |||
560ba02c66 | |||
b7b8c57522 | |||
c1d06e9dcf | |||
007da75963 | |||
aa1fae6bf2 | |||
0fecddcc9b | |||
40a988a0d4 | |||
09f268ecfd | |||
3f88d2b9ef | |||
b2e508f34c | |||
4b12a663d7 | |||
d8baa55ae7 | |||
f5432b1556 | |||
b43d7aef02 | |||
37ff508ef4 | |||
ce1afc9211 | |||
b63333ecde | |||
819c724fdf | |||
cecfc3d58a | |||
6729823d34 | |||
34c5c80702 | |||
06f241cb29 | |||
e3a5e5645b | |||
05d28ec3bc | |||
cdb6b9b07f | |||
bdd5fb1cf6 | |||
8f9231cb7e | |||
f62482713c | |||
19bc91c2c3 | |||
2bc4b9f7a2 | |||
051d119eaa | |||
2d80e096cc | |||
4e197da889 |
664
vim.spec
664
vim.spec
@ -2,10 +2,10 @@
|
||||
## *AUTOSPEC-OFF*
|
||||
%define vimdir %{name}%(majversion=%majversion; echo ${majversion/\./})
|
||||
## *AUTOSPEC-ON*
|
||||
%define with_gvim 0
|
||||
%define with_gvim 1
|
||||
|
||||
Name: vim
|
||||
Version: 9.0.1403
|
||||
Version: 9.1.0026
|
||||
Release: 1mamba
|
||||
Summary: VIsual editor iMproved
|
||||
Group: Applications/Text
|
||||
@ -18,16 +18,25 @@ Source2: vimrc-skel
|
||||
License: Charityware
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXt-devel
|
||||
BuildRequires: libacl-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libcanberra-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgpm-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: libruby-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libsodium-devel
|
||||
BuildRequires: libtcl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: gettext-devel
|
||||
Provides: vim-tiny
|
||||
Obsoletes: vim-tiny <= 9.0.2190-1mamba
|
||||
|
||||
%description
|
||||
VIM (VIsual editor iMproved) is an updated and improved version of the vi editor.
|
||||
@ -93,23 +102,23 @@ src/os_unix.h
|
||||
|
||||
#LOCALEDIR=%{localedir} \
|
||||
%configure \
|
||||
--with-compiledby="%{packager}" \
|
||||
--with-features=huge \
|
||||
--with-compiledby="%{_vendor}" \
|
||||
--enable-gpm \
|
||||
--enable-acl \
|
||||
--with-x=yes \
|
||||
--enable-gui=gnome2 \
|
||||
--enable-gtk2-check \
|
||||
--enable-xim \
|
||||
--enable-fontset \
|
||||
--enable-nls \
|
||||
--enable-perlinterp \
|
||||
--enable-pythoninterp \
|
||||
--enable-tclinterp \
|
||||
--with-tclsh=%{_bindir}/tclsh \
|
||||
--enable-rubyinterp \
|
||||
--enable-gui=gtk3 \
|
||||
--enable-multibyte \
|
||||
--enable-cscope \
|
||||
--disable-acl \
|
||||
--enable-multibyte
|
||||
|
||||
--enable-netbeans \
|
||||
--enable-perlinterp=dynamic \
|
||||
--enable-python3interp=dynamic \
|
||||
--enable-rubyinterp=dynamic \
|
||||
--enable-luainterp=dynamic \
|
||||
--enable-tclinterp=dynamic \
|
||||
--enable-canberra
|
||||
|
||||
# disable the '-g' option
|
||||
%make &&
|
||||
mv src/vim src/gvim
|
||||
@ -120,19 +129,23 @@ mv src/vim src/gvim
|
||||
# build vim
|
||||
#LOCALEDIR=%{localedir} \
|
||||
%configure \
|
||||
--with-compiledby="%{packager}" \
|
||||
--with-compiledby="%{_vendor}" \
|
||||
--with-features=huge \
|
||||
--enable-gpm \
|
||||
--enable-acl \
|
||||
--with-x=no \
|
||||
--enable-gui=no \
|
||||
--enable-nls \
|
||||
--enable-perlinterp \
|
||||
--enable-pythoninterp \
|
||||
--enable-tclinterp \
|
||||
--enable-rubyinterp \
|
||||
--with-tclsh=%{_bindir}/tclsh \
|
||||
--disable-gui \
|
||||
--enable-multibyte \
|
||||
--enable-nls \
|
||||
--enable-cscope \
|
||||
--disable-acl \
|
||||
--enable-multibyte
|
||||
--enable-netbeans \
|
||||
--enable-perlinterp=dynamic \
|
||||
--enable-python3interp=dynamic \
|
||||
--enable-rubyinterp=dynamic \
|
||||
--enable-luainterp=dynamic \
|
||||
--enable-tclinterp=dynamic \
|
||||
--disable-canberra
|
||||
|
||||
#sed -i '
|
||||
# s,LOCALEDIR=$(DEST_LANG),LOCALEDIR=$(DESTDIR)$(prefix)/share/locale,g' \
|
||||
@ -204,6 +217,603 @@ install -m 0755 -D src/gvim %{buildroot}%{_bindir}/gvim
|
||||
%{_mandir}/man1/vimtutor.1*
|
||||
|
||||
%changelog
|
||||
* Sat Jan 13 2024 Automatic Build System <autodist@openmamba.org> 9.1.0026-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 10 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 9.1.0016-2mamba
|
||||
- rework configure options to remove deps on gui and canberra, restore gvim build, obsolete vim-tiny
|
||||
|
||||
* Tue Jan 09 2024 Automatic Build System <autodist@openmamba.org> 9.1.0016-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jan 06 2024 Automatic Build System <autodist@openmamba.org> 9.1.0015-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 05 2024 Automatic Build System <autodist@openmamba.org> 9.1.0011-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 04 2024 Automatic Build System <autodist@mambasoft.it> 9.1.0004-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 03 2024 Automatic Build System <autodist@mambasoft.it> 9.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 02 2024 Automatic Build System <autodist@mambasoft.it> 9.0.2190-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 29 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2189-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 28 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2188-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 26 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2185-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 22 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2184-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 20 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2181-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 19 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2175-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Dec 17 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2173-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 16 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2172-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 15 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2167-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 13 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2160-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 12 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2158-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 09 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2155-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 07 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2153-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 05 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2149-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 05 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2146-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 02 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2143-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 01 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2138-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 29 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2136-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 28 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2134-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Nov 26 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2130-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 25 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2127-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 24 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2125-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 23 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2122-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Nov 20 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2116-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 17 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2112-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 15 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2105-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Nov 13 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2103-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Nov 12 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2100-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 09 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2095-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Nov 06 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2092-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Nov 05 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2090-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 03 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2087-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 30 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2081-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 27 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2073-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 27 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2070-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 26 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2067-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 25 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2063-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 22 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2059-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 22 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2056-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 20 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2053-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 20 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2050-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 18 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2043-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 17 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2034-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 16 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2032-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 12 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2018-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 10 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2009-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 09 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2002-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 08 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2001-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 08 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2000-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 08 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1999-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 07 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1994-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 03 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1976-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 02 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1968-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 01 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1959-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 30 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1950-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1943-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1940-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 20 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1916-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 19 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1910-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Sep 18 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1903-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 17 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1900-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 12 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1897-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 10 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1888-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 09 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1885-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 07 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1882-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 06 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1876-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 06 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1872-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 05 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1863-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Sep 04 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1859-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Sep 04 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1857-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 03 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1850-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 03 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1847-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 02 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1833-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 31 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1826-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 31 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1825-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 31 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1822-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 29 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1815-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 29 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1811-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Aug 28 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1800-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Aug 28 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1792-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 27 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1789-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 26 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1787-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 25 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1786-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 23 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1783-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 22 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1778-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Aug 21 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1766-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 20 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1750-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 18 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1736-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 17 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1721-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Aug 14 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1712-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Aug 14 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1697-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 12 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1695-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 09 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1679-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 08 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1678-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jul 10 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1677-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jul 09 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1676-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jul 02 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1672-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 29 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1671-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 28 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1670-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 27 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1668-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jun 26 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1665-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 25 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1664-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 25 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1659-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 24 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1650-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 23 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1649-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 22 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1642-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 18 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1640-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 18 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1639-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 17 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1637-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 16 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1636-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 15 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1632-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 14 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1628-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 13 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1627-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jun 12 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1626-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 09 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1616-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 08 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1614-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 07 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1613-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 06 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1608-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jun 05 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1607-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 04 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1603-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 04 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1599-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 02 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1598-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 01 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1595-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed May 31 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1592-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 30 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1591-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 30 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1587-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 28 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1585-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 28 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1582-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 27 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1580-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 26 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1579-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 26 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1576-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed May 24 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1575-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 21 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1572-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 21 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1571-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 20 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1570-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 20 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1566-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 18 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1562-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 15 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1558-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 14 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1553-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 14 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1550-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 13 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1547-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 12 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1544-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 11 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1539-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 11 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1536-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 09 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1528-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 09 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1523-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 07 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1520-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 07 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1514-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 06 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1510-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed May 03 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1506-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 02 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1504-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 01 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1503-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 01 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1500-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 30 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1499-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 30 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1498-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 30 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1496-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 29 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1495-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 28 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1494-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 27 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1491-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 27 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1488-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 26 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1486-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 24 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1482-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 24 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1474-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 17 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1459-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 16 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1456-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 15 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1453-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 14 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1452-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 13 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1447-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 10 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1443-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 08 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1442-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 06 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1441-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 05 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1440-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 03 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1439-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 02 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1437-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 02 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1434-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 01 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1433-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 31 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1431-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 30 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1430-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 29 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1429-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 26 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1428-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 25 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1427-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 25 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1426-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 24 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1425-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 23 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1424-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 22 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1423-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 21 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1418-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 21 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1417-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 19 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1414-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 18 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1413-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 17 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1411-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 16 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1405-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 13 2023 Automatic Build System <autodist@mambasoft.it> 9.0.1403-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user