2024-01-05 17:05:07 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
2024-01-05 17:05:07 +01:00
|
|
|
%define pkgver %(echo %version | tr _ -)
|
2024-01-05 17:05:06 +01:00
|
|
|
Name: qt-creator
|
2024-10-06 21:15:43 +02:00
|
|
|
Version: 14.0.2
|
2024-08-15 00:24:23 +02:00
|
|
|
Release: 1mamba
|
2024-01-05 17:05:07 +01:00
|
|
|
Summary: An integrated development environment (IDE) tailored to the needs of Qt developers
|
2024-01-05 17:05:06 +01:00
|
|
|
Group: Development/Tools
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 17:05:08 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://www.qt.io/product/development-tools
|
2024-01-05 17:05:07 +01:00
|
|
|
Source: http://download.qt.io/official_releases/qtcreator/%{majver}/%{version}/qt-creator-opensource-src-%{version}.tar.xz
|
2024-01-05 17:05:06 +01:00
|
|
|
Source1: qtcreator.desktop
|
|
|
|
Source2: qtcreator-wrapper
|
2024-10-06 21:15:43 +02:00
|
|
|
Patch1: qt-creator-14.0.2-clang-19.patch
|
2024-01-05 17:05:06 +01:00
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 17:05:08 +01:00
|
|
|
BuildRequires: libQt6SerialPort-devel
|
2024-06-14 09:42:07 +02:00
|
|
|
BuildRequires: libclang-devel
|
2024-01-05 17:05:08 +01:00
|
|
|
BuildRequires: libdw-devel
|
|
|
|
BuildRequires: libelf-devel
|
2024-01-05 17:05:06 +01:00
|
|
|
BuildRequires: libgcc
|
2024-04-07 12:52:35 +02:00
|
|
|
BuildRequires: libglib-devel
|
2024-01-05 17:05:08 +01:00
|
|
|
BuildRequires: libglvnd-devel
|
2024-08-15 00:24:23 +02:00
|
|
|
BuildRequires: libllvm-devel
|
2024-04-07 12:52:35 +02:00
|
|
|
BuildRequires: libsecret-devel
|
2024-01-05 17:05:06 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
2024-01-05 17:05:08 +01:00
|
|
|
BuildRequires: libxkbcommon-devel
|
2024-01-05 17:05:08 +01:00
|
|
|
BuildRequires: libyaml-cpp-devel
|
2024-01-05 17:05:08 +01:00
|
|
|
BuildRequires: libzstd-devel
|
2024-01-05 17:05:08 +01:00
|
|
|
BuildRequires: qt6-qt5compat-devel
|
|
|
|
BuildRequires: qt6-qtbase-devel
|
2024-08-15 00:24:23 +02:00
|
|
|
BuildRequires: qt6-qtcharts-devel
|
2024-01-05 17:05:08 +01:00
|
|
|
BuildRequires: qt6-qtdeclarative-devel
|
2024-01-05 17:05:18 +01:00
|
|
|
BuildRequires: qt6-qtpositioning-devel
|
2024-01-05 17:05:08 +01:00
|
|
|
BuildRequires: qt6-qtquick3d-devel
|
|
|
|
BuildRequires: qt6-qtshadertools-devel
|
|
|
|
BuildRequires: qt6-qtsvg-devel
|
|
|
|
BuildRequires: qt6-qttools-devel
|
2024-01-05 17:05:18 +01:00
|
|
|
BuildRequires: qt6-qtwebchannel-devel
|
2024-01-05 17:05:08 +01:00
|
|
|
BuildRequires: qt6-qtwebengine-devel
|
2024-01-05 17:05:06 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-10-06 21:15:43 +02:00
|
|
|
BuildRequires: libclang-devel >= 19.1.1
|
2024-01-05 17:05:08 +01:00
|
|
|
BuildRequires: libyaml-cpp-devel >= 0.7.0
|
2024-06-14 09:42:07 +02:00
|
|
|
Requires: qt6-designer
|
2024-01-05 17:05:06 +01:00
|
|
|
Requires: gcc-c++
|
|
|
|
|
|
|
|
%description
|
|
|
|
Qt Creator is a cross-platform integrated development environment (IDE) tailored to the needs of Qt developers.
|
|
|
|
|
|
|
|
It includes:
|
|
|
|
* An advanced C++ code editor
|
|
|
|
* Integrated GUI layout and forms designer
|
|
|
|
* Project and build management tools
|
|
|
|
* Integrated, context-sensitive help system
|
|
|
|
* Visual debugger
|
|
|
|
* Rapid code navigation tools
|
|
|
|
* Supports multiple platforms
|
|
|
|
|
2024-01-05 17:05:08 +01:00
|
|
|
%debug_package
|
2024-01-05 17:05:07 +01:00
|
|
|
|
2024-06-14 09:42:07 +02:00
|
|
|
# Don't clean build at the end
|
|
|
|
%global __spec_rmbuild_cmd /bin/true
|
|
|
|
|
2024-01-05 17:05:06 +01:00
|
|
|
%prep
|
2024-01-05 17:05:07 +01:00
|
|
|
%setup -q -n %{name}-opensource-src-%{pkgver}
|
2024-01-05 17:05:07 +01:00
|
|
|
#-D -T
|
|
|
|
#:<< _EOF
|
2024-10-06 21:15:43 +02:00
|
|
|
%patch 1 -p1 -b .clang-19
|
2024-01-05 17:05:06 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-05 17:05:08 +01:00
|
|
|
%cmake -d build \
|
2024-06-14 09:42:07 +02:00
|
|
|
-DCMAKE_INSTALL_LIBDIR=%{_lib} \
|
|
|
|
-DCMAKE_INSTALL_LIBEXECDIR=%{_libexecdir} \
|
2024-01-05 17:05:08 +01:00
|
|
|
-DWITH_DOCS=ON \
|
|
|
|
-DBUILD_DEVELOPER_DOCS=ON \
|
|
|
|
-DBUILD_QBS=OFF \
|
|
|
|
-DQTC_CLANG_BUILDMODE_MATCH=ON \
|
2024-06-14 09:42:07 +02:00
|
|
|
-DCLANGTOOLING_LINK_CLANG_DYLIB=ON
|
2024-01-05 17:05:08 +01:00
|
|
|
|
2024-01-05 17:05:06 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 17:05:08 +01:00
|
|
|
%makeinstall -C build
|
2024-01-05 17:05:07 +01:00
|
|
|
|
2024-06-14 09:42:07 +02:00
|
|
|
# Make qtcreator.sh the default binary and apply fixes
|
|
|
|
mv %{buildroot}%{_bindir}/qtcreator{,.bin}
|
|
|
|
mv %{buildroot}%{_bindir}/qtcreator{.sh,}
|
2024-01-05 17:05:06 +01:00
|
|
|
|
2024-06-14 09:42:07 +02:00
|
|
|
sed -i 's|../lib"|../%{_lib}"|' %{buildroot}%{_bindir}/qtcreator
|
|
|
|
sed -i 's|/qtcreator"|/qtcreator.bin"|' %{buildroot}%{_bindir}/qtcreator
|
2024-01-05 17:05:06 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-06-14 09:42:07 +02:00
|
|
|
%{_bindir}/qtcreator*
|
|
|
|
%{_datadir}/applications/*.desktop
|
|
|
|
%{_datadir}/metainfo/org.qt-project.qtcreator.appdata.xml
|
2024-01-05 17:05:07 +01:00
|
|
|
%dir %{_libdir}/qtcreator
|
|
|
|
%{_libdir}/qtcreator/*
|
2024-06-14 09:42:07 +02:00
|
|
|
%dir %{_libexecdir}/qtcreator
|
|
|
|
%{_libexecdir}/qtcreator/*
|
2024-01-05 17:05:06 +01:00
|
|
|
%dir %{_datadir}/qtcreator
|
|
|
|
%{_datadir}/qtcreator/*
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/*.png
|
2024-01-05 17:05:07 +01:00
|
|
|
%doc LICENSE.GPL3-EXCEPT
|
2024-01-05 17:05:06 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-10-06 21:15:43 +02:00
|
|
|
* Sat Oct 05 2024 Automatic Build System <autodist@openmamba.org> 14.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-08-15 00:24:23 +02:00
|
|
|
* Wed Aug 14 2024 Automatic Build System <autodist@openmamba.org> 14.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-06-14 09:42:07 +02:00
|
|
|
* Sat Jun 08 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 13.0.2-2mamba
|
|
|
|
- clean old specfile customizations, require qt6-designer
|
|
|
|
|
2024-06-08 10:31:17 +02:00
|
|
|
* Thu Jun 06 2024 Automatic Build System <autodist@openmamba.org> 13.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-05-08 12:01:28 +02:00
|
|
|
* Tue May 07 2024 Automatic Build System <autodist@openmamba.org> 13.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-04-07 12:52:35 +02:00
|
|
|
* Sun Apr 07 2024 Automatic Build System <autodist@openmamba.org> 13.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-08 11:48:03 +01:00
|
|
|
* Thu Feb 08 2024 Automatic Build System <autodist@openmamba.org> 12.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-19 17:55:43 +01:00
|
|
|
* Fri Jan 19 2024 Automatic Build System <autodist@mambasoft.it> 12.0.1-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: libclang-devel>=17.0.6-2mamba
|
|
|
|
|
2024-01-05 17:05:29 +01:00
|
|
|
* Wed Dec 13 2023 Automatic Build System <autodist@mambasoft.it> 12.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:26 +01:00
|
|
|
* Sat Nov 25 2023 Automatic Build System <autodist@mambasoft.it> 12.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:24 +01:00
|
|
|
* Tue Oct 24 2023 Automatic Build System <autodist@mambasoft.it> 11.0.3-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: libclang-devel>=17.0.3-1mamba
|
|
|
|
|
2024-01-05 17:05:21 +01:00
|
|
|
* Sat Oct 07 2023 Automatic Build System <autodist@mambasoft.it> 11.0.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:20 +01:00
|
|
|
* Tue Aug 15 2023 Automatic Build System <autodist@mambasoft.it> 11.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:18 +01:00
|
|
|
* Fri Aug 04 2023 Automatic Build System <autodist@mambasoft.it> 11.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:17 +01:00
|
|
|
* Fri Jul 21 2023 Automatic Build System <autodist@mambasoft.it> 11.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:15 +01:00
|
|
|
* Fri Jun 16 2023 Automatic Build System <autodist@mambasoft.it> 10.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:14 +01:00
|
|
|
* Mon May 15 2023 Automatic Build System <autodist@mambasoft.it> 10.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:13 +01:00
|
|
|
* Wed Apr 05 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 10.0.0-1mamba
|
|
|
|
- update to 10.0.0
|
|
|
|
|
2024-01-05 17:05:10 +01:00
|
|
|
* Thu Feb 23 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:08 +01:00
|
|
|
* Sat Dec 17 2022 Automatic Build System <autodist@mambasoft.it> 9.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:08 +01:00
|
|
|
* Thu Nov 24 2022 Automatic Build System <autodist@mambasoft.it> 9.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:08 +01:00
|
|
|
* Sat Oct 22 2022 Automatic Build System <autodist@mambasoft.it> 8.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:08 +01:00
|
|
|
* Sun Aug 14 2022 Automatic Build System <autodist@mambasoft.it> 8.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:08 +01:00
|
|
|
* Wed May 25 2022 Automatic Build System <autodist@mambasoft.it> 7.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:08 +01:00
|
|
|
* Mon May 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 7.0.1-2mamba
|
|
|
|
- rebuilt with clang 14.0.3
|
|
|
|
|
2024-01-05 17:05:08 +01:00
|
|
|
* Wed Apr 27 2022 Automatic Build System <autodist@mambasoft.it> 7.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:08 +01:00
|
|
|
* Mon Apr 18 2022 Automatic Build System <autodist@mambasoft.it> 7.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:08 +01:00
|
|
|
* Mon Feb 28 2022 Automatic Build System <autodist@mambasoft.it> 6.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:08 +01:00
|
|
|
* Fri Nov 12 2021 Automatic Build System <autodist@mambasoft.it> 5.0.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Oct 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.2-1mamba
|
|
|
|
- update to 5.0.2
|
|
|
|
|
2024-01-05 17:05:08 +01:00
|
|
|
* Wed Mar 24 2021 Automatic Build System <autodist@mambasoft.it> 4.14.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:08 +01:00
|
|
|
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 4.14.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Fri Dec 18 2020 Automatic Build System <autodist@mambasoft.it> 4.14.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Sat Nov 21 2020 Automatic Build System <autodist@mambasoft.it> 4.13.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Tue Oct 13 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.13.2-2mamba
|
|
|
|
- rebuilt with docs
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Sat Oct 03 2020 Automatic Build System <autodist@mambasoft.it> 4.13.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Thu Sep 17 2020 Automatic Build System <autodist@mambasoft.it> 4.13.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Wed Aug 26 2020 Automatic Build System <autodist@mambasoft.it> 4.13.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Wed Jul 08 2020 Automatic Build System <autodist@mambasoft.it> 4.12.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Thu Jun 18 2020 Automatic Build System <autodist@mambasoft.it> 4.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Wed Jun 03 2020 Automatic Build System <autodist@mambasoft.it> 4.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Thu May 21 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.12.1-1mamba
|
|
|
|
- update to 4.12.1
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Wed Apr 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.12.0_rc1-1mamba
|
|
|
|
- update to 4.12.0_rc1
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Tue Mar 31 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.11.1-3mamba
|
|
|
|
- translatons patch fixed
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Sun Mar 29 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.11.1-2mamba
|
|
|
|
- patched to enable it and es translations
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Sun Feb 09 2020 Automatic Build System <autodist@mambasoft.it> 4.11.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Thu Dec 12 2019 Automatic Build System <autodist@mambasoft.it> 4.11.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Wed Nov 06 2019 Automatic Build System <autodist@mambasoft.it> 4.10.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Wed Oct 09 2019 Automatic Build System <autodist@mambasoft.it> 4.10.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Fri Sep 06 2019 Automatic Build System <autodist@mambasoft.it> 4.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Fri Jun 28 2019 Automatic Build System <autodist@mambasoft.it> 4.9.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Wed May 29 2019 Automatic Build System <autodist@mambasoft.it> 4.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Mon Apr 15 2019 Automatic Build System <autodist@mambasoft.it> 4.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Sat Mar 02 2019 Automatic Build System <autodist@mambasoft.it> 4.8.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Fri Jan 25 2019 Automatic Build System <autodist@mambasoft.it> 4.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Sun Jun 17 2018 Automatic Build System <autodist@mambasoft.it> 4.6.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Thu May 03 2018 Automatic Build System <autodist@mambasoft.it> 4.6.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Wed Mar 28 2018 Automatic Build System <autodist@mambasoft.it> 4.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Sat Mar 17 2018 Automatic Build System <autodist@mambasoft.it> 4.5.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Tue Feb 13 2018 Automatic Build System <autodist@mambasoft.it> 4.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Wed Dec 27 2017 Automatic Build System <autodist@mambasoft.it> 4.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Mon Oct 23 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 4.4.1-1mamba
|
|
|
|
- update to 4.4.1
|
|
|
|
|
2024-01-05 17:05:07 +01:00
|
|
|
* Fri Jul 11 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.1-2mamba
|
|
|
|
- fixed menu icon
|
|
|
|
|
|
|
|
* Fri Jul 11 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.1-1mamba
|
|
|
|
- update to 2.8.1
|
|
|
|
|
2024-01-05 17:05:06 +01:00
|
|
|
* Tue Feb 12 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.2-1mamba
|
|
|
|
- update to 2.6.2
|
|
|
|
|
|
|
|
* Sun Aug 12 2012 Automatic Build System <autodist@mambasoft.it> 2.5.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed May 30 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 2.5.0-1mamba
|
|
|
|
- update to 2.5.0
|
|
|
|
|
|
|
|
* Tue Oct 04 2011 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 2.3.1-1mamba
|
|
|
|
- update to 2.3.1
|
|
|
|
|
|
|
|
* Wed Sep 07 2011 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 2.3.0-1mamba
|
|
|
|
- update to 2.3.0
|
|
|
|
|
|
|
|
* Mon Jul 25 2011 Automatic Build System <autodist@mambasoft.it> 2.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri May 06 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.0-1mamba
|
|
|
|
- update to 2.2.0
|
|
|
|
|
|
|
|
* Thu Feb 17 2011 Automatic Build System <autodist@mambasoft.it> 2.1.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sun Nov 07 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 2.0.1-1mamba
|
|
|
|
- update to 2.0.1
|
|
|
|
|
|
|
|
* Mon Jul 12 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.3.1-1mamba
|
|
|
|
- package created by autospec
|