2024-01-06 01:44:13 +01:00
|
|
|
Name: kig
|
2024-01-06 01:44:14 +01:00
|
|
|
Version: 18.04.3
|
2024-01-06 01:44:14 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 01:44:13 +01:00
|
|
|
Summary: Interactive Geometry
|
|
|
|
Group: Graphical Desktop/Applications/Educational
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
|
|
|
URL: http://www.kde.org
|
2024-01-06 01:44:13 +01:00
|
|
|
Source: http://download.kde.org/stable/applications/%{version}/src/kig-%{version}.tar.xz
|
2024-01-06 01:44:13 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libpython-devel
|
2024-01-06 01:44:13 +01:00
|
|
|
BuildRequires: libqt5-devel
|
2024-01-06 01:44:13 +01:00
|
|
|
BuildRequires: libsoprano-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: python-boost-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 01:44:13 +01:00
|
|
|
BuildRequires: cmake
|
2024-01-06 01:44:13 +01:00
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
#Requires: kde-workspace
|
2024-01-06 01:44:13 +01:00
|
|
|
Provides: kig4 = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Obsoletes: kig4
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Kig is an application for Interactive Geometry.
|
|
|
|
Features:
|
|
|
|
* Allows the students to interactively explore mathematical figures and concepts using the computer;
|
|
|
|
* Serves as a WYSIWYG tool for drawing mathematical figures and including them in other documents.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-06 01:44:13 +01:00
|
|
|
%cmake -d build
|
2024-01-06 01:44:13 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
2024-01-06 01:44:14 +01:00
|
|
|
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
|
|
|
|
2024-01-06 01:44:13 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post
|
|
|
|
## remove the following line if no dynamic libraries are provided by this package
|
|
|
|
/sbin/ldconfig
|
2024-01-06 01:44:13 +01:00
|
|
|
touch --no-create %{_kde5_icondir}/hicolor &>/dev/null
|
|
|
|
touch --no-create %{_kde5_icondir}/oxygen &>/dev/null
|
2024-01-06 01:44:13 +01:00
|
|
|
exit 0
|
|
|
|
|
|
|
|
%posttrans
|
|
|
|
## remove the following line if no dynamic libraries are provided by this package
|
|
|
|
/sbin/ldconfig
|
|
|
|
update-desktop-database -q &>/dev/null
|
2024-01-06 01:44:13 +01:00
|
|
|
update-mime-database %{_kde5_mimedir} &>/dev/null
|
|
|
|
gtk-update-icon-cache %{_kde5_icondir}/hicolor &>/dev/null
|
|
|
|
gtk-update-icon-cache %{_kde5_icondir}/oxygen &>/dev/null
|
2024-01-06 01:44:13 +01:00
|
|
|
exit 0
|
|
|
|
|
|
|
|
%postun
|
|
|
|
## remove the following line if no dynamic libraries are provided by this package
|
|
|
|
/sbin/ldconfig
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
update-desktop-database -q &>/dev/null
|
2024-01-06 01:44:13 +01:00
|
|
|
update-mime-database %{_kde5_mimedir} &>/dev/null
|
|
|
|
touch --no-create %{_kde5_icondir}/hicolor &>/dev/null
|
|
|
|
touch --no-create %{_kde5_icondir}/oxygen &>/dev/null
|
|
|
|
gtk-update-icon-cache %{_kde5_icondir}/hicolor &>/dev/null
|
|
|
|
gtk-update-icon-cache %{_kde5_icondir}/oxygen &>/dev/null
|
2024-01-06 01:44:13 +01:00
|
|
|
fi
|
|
|
|
exit 0
|
|
|
|
|
2024-01-06 01:44:14 +01:00
|
|
|
%files -f %{name}5_qt.lang
|
2024-01-06 01:44:13 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 01:44:13 +01:00
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_bindir}/py%{name}.py
|
|
|
|
%{_libdir}/plugins/kigpart.so
|
|
|
|
%{_datadir}/applications/org.kde.kig.desktop
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
|
|
|
%{_datadir}/icons/hicolor/*/mimetypes/application-x-%{name}.png
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svgz
|
|
|
|
%{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}.svgz
|
2024-01-06 01:44:14 +01:00
|
|
|
%{_datadir}/metainfo/org.kde.kig.appdata.xml
|
2024-01-06 01:44:14 +01:00
|
|
|
%{_datadir}/katepart5/syntax/python-kig.xml
|
2024-01-06 01:44:13 +01:00
|
|
|
%dir %{_datadir}/kig
|
|
|
|
%{_datadir}/kig/icons/hicolor/*/actions/*.png
|
|
|
|
%{_datadir}/kig/icons/hicolor/scalable/actions/*.svgz
|
|
|
|
%{_datadir}/kig/tips
|
|
|
|
%{_datadir}/kservices5/kig_part.desktop
|
|
|
|
%{_datadir}/kxmlgui5/kig/kigpartui.rc
|
|
|
|
%{_datadir}/kxmlgui5/kig/kigui.rc
|
|
|
|
#%{_datadir}/katepart/syntax/python-kig.xml
|
|
|
|
%dir %{_datadir}/kig/builtin-macros
|
|
|
|
%{_datadir}/kig/builtin-macros/*.kigt
|
2024-01-06 01:44:13 +01:00
|
|
|
%{_mandir}/man1/%{name}.*
|
2024-01-06 01:44:14 +01:00
|
|
|
%{_mandir}/ca/man1/kig.1*
|
|
|
|
%{_mandir}/de/man1/kig.1*
|
|
|
|
%{_mandir}/es/man1/kig.1*
|
|
|
|
%{_mandir}/et/man1/kig.1*
|
|
|
|
%{_mandir}/it/man1/kig.1*
|
|
|
|
%{_mandir}/nl/man1/kig.1*
|
|
|
|
%{_mandir}/pt_BR/man1/kig.1*
|
|
|
|
%{_mandir}/ru/man1/kig.1*
|
|
|
|
%{_mandir}/sv/man1/kig.1*
|
|
|
|
%{_mandir}/uk/man1/kig.1*
|
|
|
|
%lang(en) %{_docdir}/HTML/en/kig
|
|
|
|
%lang(ca) %{_datadir}/doc/HTML/ca/kig
|
|
|
|
%lang(de) %{_datadir}/doc/HTML/de/kig
|
|
|
|
%lang(es) %{_datadir}/doc/HTML/es/kig
|
|
|
|
%lang(et) %{_datadir}/doc/HTML/et/kig
|
|
|
|
%lang(it) %{_datadir}/doc/HTML/it/kig
|
|
|
|
%lang(nl) %{_datadir}/doc/HTML/nl/kig
|
|
|
|
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/kig
|
|
|
|
%lang(sv) %{_datadir}/doc/HTML/sv/kig
|
|
|
|
%lang(uk) %{_datadir}/doc/HTML/uk/kig
|
2024-01-06 01:44:13 +01:00
|
|
|
%doc AUTHORS COPYING COPYING.DOC
|
|
|
|
#ChangeLog README.Developers README.in TODO
|
2024-01-06 01:44:13 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 01:44:14 +01:00
|
|
|
* Fri Jul 13 2018 Automatic Build System <autodist@mambasoft.it> 18.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:14 +01:00
|
|
|
* Fri Jun 08 2018 Automatic Build System <autodist@mambasoft.it> 18.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:14 +01:00
|
|
|
* Thu May 10 2018 Automatic Build System <autodist@mambasoft.it> 18.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:14 +01:00
|
|
|
* Sat Apr 21 2018 Automatic Build System <autodist@mambasoft.it> 18.04.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:14 +01:00
|
|
|
* Thu Mar 08 2018 Automatic Build System <autodist@mambasoft.it> 17.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Automatic Build System <autodist@mambasoft.it> 17.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:14 +01:00
|
|
|
* Thu Jan 11 2018 Automatic Build System <autodist@mambasoft.it> 17.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:14 +01:00
|
|
|
* Wed Dec 20 2017 Automatic Build System <autodist@mambasoft.it> 17.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:14 +01:00
|
|
|
* Fri Nov 10 2017 Automatic Build System <autodist@mambasoft.it> 17.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:14 +01:00
|
|
|
* Fri Oct 27 2017 Automatic Build System <autodist@mambasoft.it> 17.08.2-2mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:14 +01:00
|
|
|
* Thu Oct 12 2017 Automatic Build System <autodist@mambasoft.it> 17.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:14 +01:00
|
|
|
* Fri Sep 08 2017 Automatic Build System <autodist@mambasoft.it> 17.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:14 +01:00
|
|
|
* Tue Aug 22 2017 Automatic Build System <autodist@mambasoft.it> 17.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:14 +01:00
|
|
|
* Sun Aug 06 2017 Automatic Build System <autodist@mambasoft.it> 17.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:14 +01:00
|
|
|
* Tue Mar 14 2017 Automatic Build System <autodist@mambasoft.it> 16.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:14 +01:00
|
|
|
* Fri Feb 10 2017 Automatic Build System <autodist@mambasoft.it> 16.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:14 +01:00
|
|
|
* Fri Jan 13 2017 Automatic Build System <autodist@mambasoft.it> 16.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Dec 28 2016 Automatic Build System <autodist@mambasoft.it> 16.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:14 +01:00
|
|
|
* Fri Nov 11 2016 Automatic Build System <autodist@mambasoft.it> 16.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:13 +01:00
|
|
|
* Sun Oct 16 2016 Automatic Build System <autodist@mambasoft.it> 16.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:13 +01:00
|
|
|
* Fri Sep 09 2016 Automatic Build System <autodist@mambasoft.it> 16.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:13 +01:00
|
|
|
* Fri Aug 26 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 16.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:13 +01:00
|
|
|
* Wed Jul 13 2016 Automatic Build System <autodist@mambasoft.it> 16.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:13 +01:00
|
|
|
* Wed Jun 15 2016 Automatic Build System <autodist@mambasoft.it> 16.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:13 +01:00
|
|
|
* Wed May 11 2016 Automatic Build System <autodist@mambasoft.it> 16.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:13 +01:00
|
|
|
* Sun May 01 2016 Automatic Build System <autodist@mambasoft.it> 16.04.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:13 +01:00
|
|
|
* Wed Mar 16 2016 Automatic Build System <autodist@mambasoft.it> 15.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Feb 16 2016 Automatic Build System <autodist@mambasoft.it> 15.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jan 12 2016 Automatic Build System <autodist@mambasoft.it> 15.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Dec 23 2015 Automatic Build System <autodist@mambasoft.it> 15.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Nov 10 2015 Automatic Build System <autodist@mambasoft.it> 15.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Oct 13 2015 Automatic Build System <autodist@mambasoft.it> 15.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Sep 20 2015 Automatic Build System <autodist@mambasoft.it> 15.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Aug 23 2015 Automatic Build System <autodist@mambasoft.it> 15.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jul 02 2015 Automatic Build System <autodist@mambasoft.it> 15.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jun 03 2015 Automatic Build System <autodist@mambasoft.it> 15.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue May 12 2015 Automatic Build System <autodist@mambasoft.it> 15.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Apr 19 2015 Automatic Build System <autodist@mambasoft.it> 15.04.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Mar 10 2015 Automatic Build System <autodist@mambasoft.it> 14.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Mar 03 2015 Automatic Build System <autodist@mambasoft.it> 14.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Jan 26 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 14.12.1-1mamba
|
|
|
|
- update to 14.12.1
|
|
|
|
|
2024-01-06 01:44:13 +01:00
|
|
|
* Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:13 +01:00
|
|
|
* Mon Oct 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:13 +01:00
|
|
|
* Sat Sep 27 2014 Automatic Build System <autodist@mambasoft.it> 4.14.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:13 +01:00
|
|
|
* Fri Aug 22 2014 Automatic Build System <autodist@mambasoft.it> 4.14.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:13 +01:00
|
|
|
* Tue Jul 15 2014 Automatic Build System <autodist@mambasoft.it> 4.13.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:13 +01:00
|
|
|
* Fri Jun 13 2014 Automatic Build System <autodist@mambasoft.it> 4.13.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:13 +01:00
|
|
|
* Mon May 19 2014 Automatic Build System <autodist@mambasoft.it> 4.13.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:44:13 +01:00
|
|
|
* Thu Apr 17 2014 Automatic Build System <autodist@mambasoft.it> 4.13.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Apr 03 2014 Automatic Build System <autodist@mambasoft.it> 4.12.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Mar 05 2014 Automatic Build System <autodist@mambasoft.it> 4.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Feb 05 2014 Automatic Build System <autodist@mambasoft.it> 4.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jan 14 2014 Automatic Build System <autodist@mambasoft.it> 4.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Dec 19 2013 Automatic Build System <autodist@mambasoft.it> 4.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Dec 05 2013 Automatic Build System <autodist@mambasoft.it> 4.11.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Dec 02 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 4.11.3-2mamba
|
|
|
|
- rebuilt with boost 1.55
|
|
|
|
|
|
|
|
* Wed Nov 06 2013 Automatic Build System <autodist@mambasoft.it> 4.11.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Oct 02 2013 Automatic Build System <autodist@mambasoft.it> 4.11.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Sep 04 2013 Automatic Build System <autodist@mambasoft.it> 4.11.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Aug 14 2013 Automatic Build System <autodist@mambasoft.it> 4.11.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jul 02 2013 Automatic Build System <autodist@mambasoft.it> 4.10.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jun 05 2013 Automatic Build System <autodist@mambasoft.it> 4.10.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue May 07 2013 Automatic Build System <autodist@mambasoft.it> 4.10.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Apr 03 2013 Automatic Build System <autodist@mambasoft.it> 4.10.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Mar 05 2013 Automatic Build System <autodist@mambasoft.it> 4.10.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Feb 13 2013 Automatic Build System <autodist@mambasoft.it> 4.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jan 03 2013 Automatic Build System <autodist@mambasoft.it> 4.9.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Dec 15 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 4.9.4-2mamba
|
|
|
|
- rebuilt with libboost 1.52
|
|
|
|
|
|
|
|
* Wed Dec 05 2012 Automatic Build System <autodist@mambasoft.it> 4.9.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Nov 08 2012 Automatic Build System <autodist@mambasoft.it> 4.9.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Oct 04 2012 Automatic Build System <autodist@mambasoft.it> 4.9.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Sep 06 2012 Automatic Build System <autodist@mambasoft.it> 4.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Aug 15 2012 Automatic Build System <autodist@mambasoft.it> 4.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jun 10 2012 Automatic Build System <autodist@mambasoft.it> 4.8.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat May 05 2012 Automatic Build System <autodist@mambasoft.it> 4.8.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Apr 07 2012 Automatic Build System <autodist@mambasoft.it> 4.8.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Mar 27 2012 Automatic Build System <autodist@mambasoft.it> 4.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Dec 11 2011 Automatic Build System <autodist@mambasoft.it> 4.7.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Nov 03 2011 Automatic Build System <autodist@mambasoft.it> 4.7.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Oct 14 2011 Automatic Build System <autodist@mambasoft.it> 4.7.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Oct 02 2011 Davide Madrisan <davide.madrisan@gmail.com> 4.7.1-1mamba
|
|
|
|
- package created by autospec
|