Compare commits
114 Commits
8.2.6-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
186c15afe4 | |||
c9041b75b2 | |||
3b14edf8f7 | |||
9c26821f84 | |||
80f57ae965 | |||
38c55f2730 | |||
d57412d88d | |||
3443cae88f | |||
e9c5b04a15 | |||
b87c4300a7 | |||
c796b16cbe | |||
c62bd7699c | |||
48a97b5764 | |||
e20252ec58 | |||
e99e8036dd | |||
498a2e4ce1 | |||
d2762af286 | |||
a629af67ab | |||
a8d7b8bc8c | |||
161bac5ac8 | |||
1cf0428dad | |||
30d13072c6 | |||
947fa54761 | |||
745db7af36 | |||
2dd2a5a80e | |||
d7909e60d7 | |||
564e677e71 | |||
367e33186e | |||
41cb5f1170 | |||
ed67b223bc | |||
34d05d2940 | |||
518d592195 | |||
8adfb87f94 | |||
16ee6b56a8 | |||
e1106cc2dc | |||
f5381a6f8f | |||
1bf434aace | |||
d1131a758f | |||
24b73d36a4 | |||
a7d6dd0163 | |||
5365b8fedd | |||
63166d8ea2 | |||
725cfc2249 | |||
5b5d0f9b10 | |||
b29b3fc49f | |||
54e53a661a | |||
14d36b3473 | |||
8574b9d0d0 | |||
7109a256ad | |||
a46025253f | |||
47290b892c | |||
831e4e011e | |||
4eb3447978 | |||
a803ab09b8 | |||
a79f524291 | |||
c25f4e0ae1 | |||
4c05085d10 | |||
24b93304cb | |||
e0497ce6f8 | |||
d2dc153f2d | |||
a94e05ddea | |||
cb4253e006 | |||
7a1cbf2083 | |||
e46436bd8a | |||
86fce0ca0f | |||
7c8d65c830 | |||
4dabe89b28 | |||
73f7ba2a2d | |||
1d54e48ffe | |||
7157fc9bbf | |||
4f4b8640f2 | |||
528d814987 | |||
c70bd37cfd | |||
a8242814bc | |||
132e799a7c | |||
2c867795af | |||
6d6bed0f70 | |||
78dbeb4c1c | |||
baae61e60b | |||
63b1c6cb9b | |||
3bbb8f9f55 | |||
1c442faa47 | |||
b8c533eaef | |||
af7e2e08a2 | |||
9a7060ba9a | |||
3770cf00a7 | |||
b483aca507 | |||
bb7f191992 | |||
878ce2c7bd | |||
8f5d273169 | |||
b55a53dca0 | |||
f1ed8a9fd6 | |||
50a9864324 | |||
a41e556155 | |||
53c6da646d | |||
df7ae6cc0b | |||
f746b8f728 | |||
a4066a880d | |||
821b77206a | |||
dafd9439c7 | |||
b5690b7db1 | |||
2f9ed80377 | |||
1ae59adece | |||
d25c729d6e | |||
23224ca856 | |||
9dca4126c9 | |||
bd5420ee4a | |||
ba987d5a78 | |||
db8a588ff0 | |||
ce4ed13347 | |||
5a021b7f7d | |||
4d502dd48f | |||
48ffdf424c | |||
eab952f15a |
375
drupal.spec
375
drupal.spec
@ -22,19 +22,20 @@
|
||||
%endif
|
||||
|
||||
Name: %{?sitename:%sitename-website-}drupal
|
||||
Version: 8.2.6
|
||||
Version: 11.1.5
|
||||
Release: 1mamba
|
||||
Summary: An open source content management platform powering millions of websites and applications
|
||||
Group: Applications/Web
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://drupal.org
|
||||
URL: https://github.com/drupal/drupal
|
||||
# Note: www.drupal.org returns 403 to Mozilla/* UA URL test
|
||||
#URL: https://www.drupal.org
|
||||
Source: http://ftp.drupal.org/files/projects/drupal-%{version}.tar.gz
|
||||
Source1: http://ftp.drupal.org/files/projects/es-6.x-1.4.tar.gz
|
||||
Source2: http://www.drupalitalia.org/sites/drupalitalia.org/files/translations/drupal-6.17-it-translations.tgz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: systemd
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: php
|
||||
Requires: mysql
|
||||
@ -42,17 +43,15 @@ Requires: apache
|
||||
Requires: apache-mod_php
|
||||
Requires: php-mysql
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Drupal is an open source content management platform powering millions of websites and applications. It’s built, used, and supported by an active and diverse community of people around the world.
|
||||
|
||||
%prep
|
||||
%setup -q -a1 -a2
|
||||
%setup -q
|
||||
sed -i "s|#!/bin/php|#!%{_bindir}/php|" core/scripts/update-countries.sh
|
||||
|
||||
%build
|
||||
chmod 644 profiles/default/translations/it.po
|
||||
cp sites/default/default.settings.php sites/default/settings.php
|
||||
|
||||
%install
|
||||
@ -112,31 +111,369 @@ fi
|
||||
%{installdir}/autoload.php
|
||||
%{installdir}/composer.json
|
||||
%{installdir}/composer.lock
|
||||
#%{installdir}/authorize.php
|
||||
%{installdir}/core
|
||||
#%{installdir}/cron.php
|
||||
%{installdir}/example.gitignore
|
||||
#%{installdir}/includes
|
||||
%{installdir}/index.php
|
||||
#%{installdir}/install.php
|
||||
#%{installdir}/misc
|
||||
%{installdir}/modules
|
||||
%{installdir}/profiles
|
||||
%{installdir}/recipes
|
||||
%{installdir}/README.md
|
||||
%{installdir}/sites
|
||||
%dir %attr(0775,root,nobody) %{installdir}/sites/default
|
||||
%attr(0664,root,nobody) %config(noreplace) %{installdir}/sites/default/settings.php
|
||||
%{installdir}/sites/default/default.settings.php
|
||||
%{installdir}/sites/example.sites.php
|
||||
%{installdir}/sites/README.txt
|
||||
#%{installdir}/scripts
|
||||
#%{installdir}/sites
|
||||
%{installdir}/themes
|
||||
%{installdir}/update.php
|
||||
%{installdir}/vendor
|
||||
%{installdir}/web.config
|
||||
#%{installdir}/xmlrpc.php
|
||||
|
||||
%changelog
|
||||
* Thu Mar 20 2025 Automatic Build System <autodist@openmamba.org> 11.1.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 06 2025 Automatic Build System <autodist@openmamba.org> 11.1.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 24 2025 Automatic Build System <autodist@openmamba.org> 11.1.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 08 2025 Automatic Build System <autodist@openmamba.org> 11.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 07 2025 Automatic Build System <autodist@openmamba.org> 11.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 06 2024 Automatic Build System <autodist@openmamba.org> 11.0.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 14 2024 Automatic Build System <autodist@openmamba.org> 11.0.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 11 2024 Automatic Build System <autodist@openmamba.org> 11.0.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 15 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 11.0.1-1mamba
|
||||
- update to 11.0.1
|
||||
|
||||
* Sun Jun 09 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 10.2.7-1mamba
|
||||
- update to 10.2.7
|
||||
|
||||
* Sat Apr 06 2024 Automatic Build System <autodist@openmamba.org> 10.2.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 07 2024 Automatic Build System <autodist@openmamba.org> 10.2.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 08 2024 Automatic Build System <autodist@openmamba.org> 10.2.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 18 2024 Automatic Build System <autodist@openmamba.org> 10.2.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 17 2024 Automatic Build System <autodist@openmamba.org> 10.2.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 18 2023 Automatic Build System <autodist@mambasoft.it> 10.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 07 2023 Automatic Build System <autodist@mambasoft.it> 10.1.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 03 2023 Automatic Build System <autodist@mambasoft.it> 10.1.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 18 2023 Automatic Build System <autodist@mambasoft.it> 10.1.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 16 2023 Automatic Build System <autodist@mambasoft.it> 10.1.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 06 2023 Automatic Build System <autodist@mambasoft.it> 10.1.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 02 2023 Automatic Build System <autodist@mambasoft.it> 10.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed May 17 2023 Automatic Build System <autodist@mambasoft.it> 10.0.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 20 2023 Automatic Build System <autodist@mambasoft.it> 10.0.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 03 2023 Automatic Build System <autodist@mambasoft.it> 10.0.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 16 2023 Automatic Build System <autodist@mambasoft.it> 10.0.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 11 2023 Automatic Build System <autodist@mambasoft.it> 10.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 09 2023 Automatic Build System <autodist@mambasoft.it> 10.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 20 2022 Automatic Build System <autodist@mambasoft.it> 10.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 15 2022 Automatic Build System <autodist@mambasoft.it> 9.4.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 01 2022 Automatic Build System <autodist@mambasoft.it> 9.4.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 30 2022 Automatic Build System <autodist@mambasoft.it> 9.4.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 20 2022 Automatic Build System <autodist@mambasoft.it> 9.4.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 03 2022 Automatic Build System <autodist@mambasoft.it> 9.4.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 20 2022 Automatic Build System <autodist@mambasoft.it> 9.4.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 13 2022 Automatic Build System <autodist@mambasoft.it> 9.3.18-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 18 2022 Automatic Build System <autodist@mambasoft.it> 9.3.16-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 30 2022 Automatic Build System <autodist@mambasoft.it> 9.3.14-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 22 2022 Automatic Build System <autodist@mambasoft.it> 9.3.13-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 21 2022 Automatic Build System <autodist@mambasoft.it> 9.3.12-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 03 2022 Automatic Build System <autodist@mambasoft.it> 9.3.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 07 2022 Automatic Build System <autodist@mambasoft.it> 9.3.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 03 2022 Automatic Build System <autodist@mambasoft.it> 9.3.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 28 2022 Automatic Build System <autodist@mambasoft.it> 9.3.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 11 2021 Automatic Build System <autodist@mambasoft.it> 9.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 06 2021 Automatic Build System <autodist@mambasoft.it> 9.2.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 20 2021 Automatic Build System <autodist@mambasoft.it> 9.2.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 06 2021 Automatic Build System <autodist@mambasoft.it> 9.2.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 22 2021 Automatic Build System <autodist@mambasoft.it> 9.2.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 05 2021 Automatic Build System <autodist@mambasoft.it> 9.2.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 13 2021 Automatic Build System <autodist@mambasoft.it> 9.2.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 04 2021 Automatic Build System <autodist@mambasoft.it> 9.2.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 29 2021 Automatic Build System <autodist@mambasoft.it> 9.2.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 23 2021 Automatic Build System <autodist@mambasoft.it> 9.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 12 2021 Automatic Build System <autodist@mambasoft.it> 9.1.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 26 2021 Automatic Build System <autodist@mambasoft.it> 9.1.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 06 2021 Automatic Build System <autodist@mambasoft.it> 9.1.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 9.1.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 24 2020 Automatic Build System <autodist@mambasoft.it> 9.0.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 12 2020 Automatic Build System <autodist@mambasoft.it> 9.0.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 02 2020 Automatic Build System <autodist@mambasoft.it> 9.0.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jul 19 2020 Automatic Build System <autodist@mambasoft.it> 9.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 05 2020 Automatic Build System <autodist@mambasoft.it> 9.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 28 2020 Automatic Build System <autodist@mambasoft.it> 8.8.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 06 2020 Automatic Build System <autodist@mambasoft.it> 8.8.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 24 2020 Automatic Build System <autodist@mambasoft.it> 8.8.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 07 2020 Automatic Build System <autodist@mambasoft.it> 8.8.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 03 2020 Automatic Build System <autodist@mambasoft.it> 8.8.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 01 2020 Automatic Build System <autodist@mambasoft.it> 8.8.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 05 2019 Automatic Build System <autodist@mambasoft.it> 8.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 15 2019 Automatic Build System <autodist@mambasoft.it> 8.7.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 07 2019 Automatic Build System <autodist@mambasoft.it> 8.7.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 05 2019 Automatic Build System <autodist@mambasoft.it> 8.7.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 11 2019 Automatic Build System <autodist@mambasoft.it> 8.7.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 13 2019 Automatic Build System <autodist@mambasoft.it> 8.7.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jul 22 2019 Automatic Build System <autodist@mambasoft.it> 8.7.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 10 2019 Automatic Build System <autodist@mambasoft.it> 8.7.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 06 2019 Automatic Build System <autodist@mambasoft.it> 8.7.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 24 2019 Automatic Build System <autodist@mambasoft.it> 8.7.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 09 2019 Automatic Build System <autodist@mambasoft.it> 8.7.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 03 2019 Automatic Build System <autodist@mambasoft.it> 8.7.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 22 2019 Automatic Build System <autodist@mambasoft.it> 8.6.15-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 08 2019 Automatic Build System <autodist@mambasoft.it> 8.6.14-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 24 2019 Automatic Build System <autodist@mambasoft.it> 8.6.13-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 18 2019 Automatic Build System <autodist@mambasoft.it> 8.6.12-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 14 2019 Automatic Build System <autodist@mambasoft.it> 8.6.11-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 21 2019 Automatic Build System <autodist@mambasoft.it> 8.6.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 11 2019 Automatic Build System <autodist@mambasoft.it> 8.6.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 17 2019 Automatic Build System <autodist@mambasoft.it> 8.6.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 10 2019 Automatic Build System <autodist@mambasoft.it> 8.6.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 06 2018 Automatic Build System <autodist@mambasoft.it> 8.6.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 15 2018 Automatic Build System <autodist@mambasoft.it> 8.6.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 19 2018 Automatic Build System <autodist@mambasoft.it> 8.6.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 11 2018 Automatic Build System <autodist@mambasoft.it> 8.6.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 06 2018 Automatic Build System <autodist@mambasoft.it> 8.6.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Aug 06 2018 Automatic Build System <autodist@mambasoft.it> 8.5.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jul 09 2018 Automatic Build System <autodist@mambasoft.it> 8.5.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 07 2018 Automatic Build System <autodist@mambasoft.it> 8.5.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 26 2018 Automatic Build System <autodist@mambasoft.it> 8.5.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 19 2018 Automatic Build System <autodist@mambasoft.it> 8.5.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 29 2018 Automatic Build System <autodist@mambasoft.it> 8.5.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 09 2018 Automatic Build System <autodist@mambasoft.it> 8.5.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 22 2018 Automatic Build System <autodist@mambasoft.it> 8.4.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 10 2018 Automatic Build System <autodist@mambasoft.it> 8.4.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 20 2017 Automatic Build System <autodist@mambasoft.it> 8.4.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Nov 03 2017 Automatic Build System <autodist@mambasoft.it> 8.4.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 06 2017 Automatic Build System <autodist@mambasoft.it> 8.4.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 18 2017 Automatic Build System <autodist@mambasoft.it> 8.3.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 03 2017 Automatic Build System <autodist@mambasoft.it> 8.3.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 06 2017 Automatic Build System <autodist@mambasoft.it> 8.3.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 22 2017 Automatic Build System <autodist@mambasoft.it> 8.3.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 08 2017 Automatic Build System <autodist@mambasoft.it> 8.3.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 04 2017 Automatic Build System <autodist@mambasoft.it> 8.3.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 20 2017 Automatic Build System <autodist@mambasoft.it> 8.3.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 07 2017 Automatic Build System <autodist@mambasoft.it> 8.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 16 2017 Automatic Build System <autodist@mambasoft.it> 8.2.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 02 2017 Automatic Build System <autodist@mambasoft.it> 8.2.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user