Compare commits
89 Commits
5.10.5-1ma
...
5.27.4-1ma
Author | SHA1 | Date | |
---|---|---|---|
d892dbf0c1 | |||
a0915773eb | |||
c1ef362f6f | |||
36290ba4f3 | |||
cd7378546d | |||
27254e3831 | |||
81aa2b4289 | |||
95398e5fbc | |||
ab6e492ea6 | |||
4c45ed874a | |||
36f1bd9fca | |||
0495977f5d | |||
2d57ec12d4 | |||
c489abbe08 | |||
d6fbbed348 | |||
4c010d1e6d | |||
4875ee9549 | |||
171463b6c4 | |||
6878019ba5 | |||
cf01968463 | |||
7f3b2400c9 | |||
ba143fbcec | |||
3ddd0c3169 | |||
a555745d10 | |||
68f36b5cbf | |||
b9beb3d8fa | |||
6b6b00aefa | |||
7533075ab7 | |||
87563087a5 | |||
b4e1777720 | |||
57e5588192 | |||
fd2c75baf8 | |||
c9b2ae83ce | |||
c6b669c1c2 | |||
f7bbb65724 | |||
f68947e272 | |||
7e152f8c93 | |||
217966a430 | |||
df9dc8fd68 | |||
a903be759e | |||
138448c37f | |||
b8b019f72c | |||
49931b1aaf | |||
2daec7fe07 | |||
2b4076c9b8 | |||
73d52c6d38 | |||
af59886446 | |||
74bb380652 | |||
b9c67ad5b3 | |||
20c10c4f3a | |||
|
241564f12e | ||
8deb677d12 | |||
0c13359d77 | |||
2cf58f5726 | |||
ef8abb063a | |||
26cd2a7001 | |||
18b085bfdb | |||
b5a9dd3471 | |||
7a211f4220 | |||
d6f1021e98 | |||
4ead89a7f2 | |||
0543134879 | |||
c16690744c | |||
3d16c0d17e | |||
68380e22b3 | |||
fe3b9bb3ec | |||
851af62f53 | |||
4b6369cadc | |||
5ee8d6431f | |||
34c1b60ab1 | |||
0a13e72362 | |||
fcee33cfe1 | |||
3140f68c98 | |||
cb7217d145 | |||
d44409fcd1 | |||
ac18da3085 | |||
294d0e1b86 | |||
b325779a78 | |||
900e7222b4 | |||
1b0daa0327 | |||
462687f233 | |||
71ee870d6d | |||
565106de63 | |||
c7777e2890 | |||
695e8da070 | |||
8aac3eaf00 | |||
4624a486c8 | |||
2d0ab47786 | |||
6e508e2ba1 |
360
kscreen.spec
360
kscreen.spec
@@ -1,19 +1,23 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
%define plasmaver %(echo %version | cut -d. -f1-3)
|
||||
Name: kscreen
|
||||
Version: 5.10.5
|
||||
Version: 5.27.4
|
||||
Release: 1mamba
|
||||
Summary: KDE Frameworks 5 restore and save screen configurations depending on which monitors are connected
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/plasma/%{version}/kscreen-%{version}.tar.xz
|
||||
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
||||
URL: https://kde.org/
|
||||
Source: http://download.kde.org/stable/plasma/%{plasmaver}/kscreen-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5Sensors-devel
|
||||
BuildRequires: libQt5X11Extras-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXi-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkauth-devel
|
||||
BuildRequires: libkcodecs-devel
|
||||
@@ -21,18 +25,26 @@ BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkconfigwidgets-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkdbusaddons-devel
|
||||
BuildRequires: libkdeclarative-devel
|
||||
BuildRequires: libkglobalaccel-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libkpackage-devel
|
||||
BuildRequires: libkscreen-devel
|
||||
BuildRequires: libkservice-devel
|
||||
BuildRequires: libkwidgetsaddons-devel
|
||||
BuildRequires: libkwindowsystem-devel
|
||||
BuildRequires: libkxmlgui-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: liblayer-shell-qt-devel
|
||||
BuildRequires: libplasma-framework-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libxcb-util-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: rpm-macros-kde5
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
KDE Frameworks 5 restore and save screen configurations depending on which monitors are connected.
|
||||
@@ -58,17 +70,335 @@ KDE Frameworks 5 restore and save screen configurations depending on which monit
|
||||
%files -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/kscreen-console
|
||||
%{_libdir}/qt5/plugins/kcm_kscreen.so
|
||||
%{_userunitdir}/plasma-kscreen-osd.service
|
||||
%{_libdir}/qt5/plugins/kf5/kded/kscreen.so
|
||||
%{_datadir}/icons/hicolor/*/actions/kdocumentinfo.png
|
||||
%{_datadir}/icons/hicolor/scalable/actions/kdocumentinfo.svgz
|
||||
%dir %{_datadir}/kcm_kscreen
|
||||
%dir %{_datadir}/kcm_kscreen/qml
|
||||
%{_datadir}/kcm_kscreen/*
|
||||
%{_datadir}/kservices5/kcm_kscreen.desktop
|
||||
%doc COPYING
|
||||
%{_libdir}/qt5/plugins/plasma/applets/plasma_applet_kscreen.so
|
||||
%{_libdir}/qt5/plugins/plasma/kcms/systemsettings/kcm_kscreen.so
|
||||
%{_libexecdir}/kscreen_osd_service
|
||||
%{_datadir}/applications/kcm_kscreen.desktop
|
||||
%{_datadir}/dbus-1/services/org.kde.kscreen.osdService.service
|
||||
%{_datadir}/kservices5/plasma-applet-org.kde.kscreen.desktop
|
||||
%{_datadir}/metainfo/org.kde.kscreen.appdata.xml
|
||||
%dir %{_datadir}/plasma/plasmoids/org.kde.kscreen
|
||||
%{_datadir}/plasma/plasmoids/org.kde.kscreen/*
|
||||
%dir %{_datadir}/kpackage/kcms/kcm_kscreen
|
||||
%{_datadir}/kpackage/kcms/kcm_kscreen/*
|
||||
%{_datadir}/qlogging-categories5/kscreen.categories
|
||||
#%dir %{_datadir}/kded_kscreen
|
||||
#%dir %{_datadir}/kded_kscreen/qml
|
||||
#%{_datadir}/kded_kscreen/qml/*
|
||||
%doc LICENSES
|
||||
|
||||
%changelog
|
||||
* Thu Apr 06 2023 Automatic Build System <autodist@mambasoft.it> 5.27.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 16 2023 Automatic Build System <autodist@mambasoft.it> 5.27.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 02 2023 Automatic Build System <autodist@mambasoft.it> 5.27.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 22 2023 Automatic Build System <autodist@mambasoft.it> 5.27.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 20 2023 Automatic Build System <autodist@mambasoft.it> 5.27.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 04 2023 Automatic Build System <autodist@mambasoft.it> 5.26.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 01 2022 Automatic Build System <autodist@mambasoft.it> 5.26.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 10 2022 Automatic Build System <autodist@mambasoft.it> 5.26.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 30 2022 Automatic Build System <autodist@mambasoft.it> 5.26.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 20 2022 Automatic Build System <autodist@mambasoft.it> 5.26.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 15 2022 Automatic Build System <autodist@mambasoft.it> 5.26.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 07 2022 Automatic Build System <autodist@mambasoft.it> 5.25.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 03 2022 Automatic Build System <autodist@mambasoft.it> 5.25.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 13 2022 Automatic Build System <autodist@mambasoft.it> 5.25.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 29 2022 Automatic Build System <autodist@mambasoft.it> 5.25.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 22 2022 Automatic Build System <autodist@mambasoft.it> 5.25.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 15 2022 Automatic Build System <autodist@mambasoft.it> 5.25.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 06 2022 Automatic Build System <autodist@mambasoft.it> 5.24.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 30 2022 Automatic Build System <autodist@mambasoft.it> 5.24.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 12 2022 Automatic Build System <autodist@mambasoft.it> 5.24.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 26 2022 Automatic Build System <autodist@mambasoft.it> 5.24.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 16 2022 Automatic Build System <autodist@mambasoft.it> 5.24.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 10 2022 Automatic Build System <autodist@mambasoft.it> 5.24.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 05 2022 Automatic Build System <autodist@mambasoft.it> 5.23.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 01 2021 Automatic Build System <autodist@mambasoft.it> 5.23.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 11 2021 Automatic Build System <autodist@mambasoft.it> 5.23.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 28 2021 Automatic Build System <autodist@mambasoft.it> 5.23.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 21 2021 Automatic Build System <autodist@mambasoft.it> 5.23.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 16 2021 Automatic Build System <autodist@mambasoft.it> 5.23.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 01 2021 Automatic Build System <autodist@mambasoft.it> 5.22.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 29 2021 Automatic Build System <autodist@mambasoft.it> 5.22.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 07 2021 Automatic Build System <autodist@mambasoft.it> 5.22.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 23 2021 Automatic Build System <autodist@mambasoft.it> 5.22.2.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 17 2021 Automatic Build System <autodist@mambasoft.it> 5.22.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 10 2021 Automatic Build System <autodist@mambasoft.it> 5.22.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 08 2021 Automatic Build System <autodist@mambasoft.it> 5.21.5-2mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed May 05 2021 Automatic Build System <autodist@mambasoft.it> 5.21.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 07 2021 Automatic Build System <autodist@mambasoft.it> 5.21.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 17 2021 Automatic Build System <autodist@mambasoft.it> 5.21.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 03 2021 Automatic Build System <autodist@mambasoft.it> 5.21.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 5.21.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Feb 16 2021 Automatic Build System <autodist@mambasoft.it> 5.21.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 05 2021 Automatic Build System <autodist@mambasoft.it> 5.20.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 01 2020 Automatic Build System <autodist@mambasoft.it> 5.20.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 11 2020 Automatic Build System <autodist@mambasoft.it> 5.20.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 28 2020 Automatic Build System <autodist@mambasoft.it> 5.20.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 20 2020 Automatic Build System <autodist@mambasoft.it> 5.20.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 14 2020 Automatic Build System <autodist@mambasoft.it> 5.20.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 01 2020 Automatic Build System <autodist@mambasoft.it> 5.19.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 29 2020 Automatic Build System <autodist@mambasoft.it> 5.19.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jul 07 2020 Automatic Build System <autodist@mambasoft.it> 5.19.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 25 2020 Automatic Build System <autodist@mambasoft.it> 5.19.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 17 2020 Automatic Build System <autodist@mambasoft.it> 5.19.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 09 2020 Automatic Build System <autodist@mambasoft.it> 5.19.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed May 06 2020 Automatic Build System <autodist@mambasoft.it> 5.18.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 04 2020 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 5.18.4.1-1mamba
|
||||
- update to 5.18.4.1
|
||||
|
||||
* Wed Apr 01 2020 Automatic Build System <autodist@mambasoft.it> 5.18.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 11 2020 Automatic Build System <autodist@mambasoft.it> 5.18.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 26 2020 Automatic Build System <autodist@mambasoft.it> 5.18.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 19 2020 Automatic Build System <autodist@mambasoft.it> 5.18.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 14 2020 Automatic Build System <autodist@mambasoft.it> 5.18.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 08 2020 Automatic Build System <autodist@mambasoft.it> 5.17.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 03 2019 Automatic Build System <autodist@mambasoft.it> 5.17.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 12 2019 Automatic Build System <autodist@mambasoft.it> 5.17.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 30 2019 Automatic Build System <autodist@mambasoft.it> 5.17.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 22 2019 Automatic Build System <autodist@mambasoft.it> 5.17.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 19 2019 Automatic Build System <autodist@mambasoft.it> 5.17.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 10 2019 Automatic Build System <autodist@mambasoft.it> 5.16.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 02 2019 Automatic Build System <autodist@mambasoft.it> 5.16.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 10 2019 Automatic Build System <autodist@mambasoft.it> 5.16.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 25 2019 Automatic Build System <autodist@mambasoft.it> 5.16.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 19 2019 Automatic Build System <autodist@mambasoft.it> 5.16.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 13 2019 Automatic Build System <autodist@mambasoft.it> 5.16.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed May 08 2019 Automatic Build System <autodist@mambasoft.it> 5.15.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 02 2019 Automatic Build System <autodist@mambasoft.it> 5.15.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 13 2019 Automatic Build System <autodist@mambasoft.it> 5.15.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Feb 26 2019 Automatic Build System <autodist@mambasoft.it> 5.15.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 20 2019 Automatic Build System <autodist@mambasoft.it> 5.15.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 18 2019 Automatic Build System <autodist@mambasoft.it> 5.15.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 09 2019 Automatic Build System <autodist@mambasoft.it> 5.14.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 28 2018 Automatic Build System <autodist@mambasoft.it> 5.14.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 06 2018 Automatic Build System <autodist@mambasoft.it> 5.14.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 23 2018 Automatic Build System <autodist@mambasoft.it> 5.14.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 16 2018 Automatic Build System <autodist@mambasoft.it> 5.14.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 14 2018 Automatic Build System <autodist@mambasoft.it> 5.14.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 04 2018 Automatic Build System <autodist@mambasoft.it> 5.13.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 03 2018 Automatic Build System <autodist@mambasoft.it> 5.13.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jul 10 2018 Automatic Build System <autodist@mambasoft.it> 5.13.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 26 2018 Automatic Build System <autodist@mambasoft.it> 5.13.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 19 2018 Automatic Build System <autodist@mambasoft.it> 5.13.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 17 2018 Automatic Build System <autodist@mambasoft.it> 5.13.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 01 2018 Automatic Build System <autodist@mambasoft.it> 5.12.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 01 2018 Automatic Build System <autodist@mambasoft.it> 5.12.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 06 2018 Automatic Build System <autodist@mambasoft.it> 5.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 21 2018 Automatic Build System <autodist@mambasoft.it> 5.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 14 2018 Automatic Build System <autodist@mambasoft.it> 5.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 09 2018 Automatic Build System <autodist@mambasoft.it> 5.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 03 2018 Automatic Build System <autodist@mambasoft.it> 5.11.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 07 2017 Automatic Build System <autodist@mambasoft.it> 5.11.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 07 2017 Automatic Build System <autodist@mambasoft.it> 5.11.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 24 2017 Automatic Build System <autodist@mambasoft.it> 5.11.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 22 2017 Automatic Build System <autodist@mambasoft.it> 5.11.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 11 2017 Automatic Build System <autodist@mambasoft.it> 5.11.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 23 2017 Automatic Build System <autodist@mambasoft.it> 5.10.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user