2024-01-06 01:07:40 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
Name: kdelibs4support
|
2024-01-06 01:07:43 +01:00
|
|
|
Version: 5.102.0
|
2024-01-06 01:07:40 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Code and utilities to ease the transition from kdelibs 4 to KDE Frameworks 5
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 01:07:42 +01:00
|
|
|
URL: https://kde.org/
|
2024-01-06 01:07:40 +01:00
|
|
|
Source: http://download.kde.org/stable/frameworks/%{majver}/portingAids/kdelibs4support-%{version}.tar.xz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libICE-devel
|
2024-01-06 01:07:42 +01:00
|
|
|
BuildRequires: libQt5Svg-devel
|
|
|
|
BuildRequires: libQt5X11Extras-devel
|
2024-01-06 01:07:40 +01:00
|
|
|
BuildRequires: libSM-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXext-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libkauth-devel
|
|
|
|
BuildRequires: libkbookmarks-devel
|
|
|
|
BuildRequires: libkcodecs-devel
|
|
|
|
BuildRequires: libkcompletion-devel
|
2024-01-06 01:07:41 +01:00
|
|
|
BuildRequires: libkconfig-devel
|
2024-01-06 01:07:40 +01:00
|
|
|
BuildRequires: libkconfigwidgets-devel
|
|
|
|
BuildRequires: libkcoreaddons-devel
|
|
|
|
BuildRequires: libkcrash-devel
|
|
|
|
BuildRequires: libkdbusaddons-devel
|
|
|
|
BuildRequires: libkglobalaccel-devel
|
|
|
|
BuildRequires: libkguiaddons-devel
|
|
|
|
BuildRequires: libki18n-devel
|
|
|
|
BuildRequires: libkiconthemes-devel
|
|
|
|
BuildRequires: libkio-devel
|
|
|
|
BuildRequires: libkitemviews-devel
|
|
|
|
BuildRequires: libkjobwidgets-devel
|
|
|
|
BuildRequires: libknotifications-devel
|
|
|
|
BuildRequires: libkparts-devel
|
|
|
|
BuildRequires: libkservice-devel
|
|
|
|
BuildRequires: libktextwidgets-devel
|
|
|
|
BuildRequires: libkunitconversion-devel
|
|
|
|
BuildRequires: libkwidgetsaddons-devel
|
|
|
|
BuildRequires: libkwindowsystem-devel
|
|
|
|
BuildRequires: libkxmlgui-devel
|
|
|
|
BuildRequires: libsolid-devel
|
|
|
|
BuildRequires: libsonnet-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
2024-01-06 01:07:41 +01:00
|
|
|
BuildRequires: libxcb-devel
|
2024-01-06 01:07:40 +01:00
|
|
|
BuildRequires: perl-devel
|
2024-01-06 01:07:42 +01:00
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: qt5-qttools-devel
|
2024-01-06 01:07:40 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 01:07:41 +01:00
|
|
|
BuildRequires: libkemoticons-devel
|
2024-01-06 01:07:40 +01:00
|
|
|
BuildRequires: kdesignerplugin
|
2024-01-06 01:07:41 +01:00
|
|
|
BuildRequires: kded-devel
|
2024-01-06 01:07:40 +01:00
|
|
|
BuildRequires: cmake
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description
|
2024-01-06 01:07:41 +01:00
|
|
|
This framework provides code and utilities to ease the transition from kdelibs 4 to KDE Frameworks 5.
|
|
|
|
This includes CMake macros and C++ classes whose functionality has been replaced by code in CMake, Qt and other frameworks.
|
2024-01-06 01:07:40 +01:00
|
|
|
|
|
|
|
%package -n lib%{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: Code and utilities to ease the transition from kdelibs 4 to KDE Frameworks 5
|
|
|
|
Requires: libkemoticons >= %{majver}
|
2024-01-06 01:07:42 +01:00
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 01:07:40 +01:00
|
|
|
|
|
|
|
%description -n lib%{name}
|
2024-01-06 01:07:41 +01:00
|
|
|
This framework provides code and utilities to ease the transition from kdelibs 4 to KDE Frameworks 5.
|
|
|
|
This includes CMake macros and C++ classes whose functionality has been replaced by code in CMake, Qt and other frameworks.
|
2024-01-06 01:07:40 +01:00
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: libkemoticons-devel >= %{majver}
|
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-06 01:07:40 +01:00
|
|
|
%cmake_kde5 -d build
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang
|
2024-01-06 01:07:40 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -n lib%{name} -p /sbin/ldconfig
|
|
|
|
%postun -n lib%{name} -p /sbin/ldconfig
|
|
|
|
|
2024-01-06 01:07:42 +01:00
|
|
|
%files
|
2024-01-06 01:07:40 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_sysconfdir}/xdg/colors/40.colors
|
|
|
|
%{_sysconfdir}/xdg/colors/Oxygen.colors
|
|
|
|
%{_sysconfdir}/xdg/colors/Rainbow.colors
|
|
|
|
%{_sysconfdir}/xdg/colors/Royal.colors
|
|
|
|
%{_sysconfdir}/xdg/colors/Web.colors
|
|
|
|
%{_sysconfdir}/xdg/kdebug.areas
|
|
|
|
%{_sysconfdir}/xdg/kdebugrc
|
|
|
|
%{_sysconfdir}/xdg/ksslcalist
|
2024-01-06 01:07:42 +01:00
|
|
|
%{_bindir}/kdebugdialog5
|
2024-01-06 01:07:40 +01:00
|
|
|
%{_datadir}/kf5/locale/countries/*
|
|
|
|
%{_datadir}/kf5/locale/currency/*
|
|
|
|
%{_datadir}/kf5/widgets/pics/*.png
|
|
|
|
%{_datadir}/kservices5/kcm_ssl.desktop
|
|
|
|
%{_datadir}/kservices5/qimageioplugins/*.desktop
|
|
|
|
%{_datadir}/kservicetypes5/kdatatool.desktop
|
|
|
|
%{_datadir}/kservicetypes5/kfilewrite.desktop
|
|
|
|
%{_datadir}/kservicetypes5/kscan.desktop
|
|
|
|
%{_datadir}/kservicetypes5/qimageio_plugin.desktop
|
|
|
|
%{_datadir}/locale/kf5_all_languages
|
|
|
|
%{_datadir}/dbus-1/interfaces/kf5_org.freedesktop.PowerManagement.Inhibit.xml
|
|
|
|
%{_datadir}/dbus-1/interfaces/kf5_org.freedesktop.PowerManagement.xml
|
|
|
|
%{_datadir}/dbus-1/interfaces/kf5_org.kde.Solid.Networking.Client.xml
|
|
|
|
%{_datadir}/dbus-1/interfaces/kf5_org.kde.Solid.PowerManagement.PolicyAgent.xml
|
|
|
|
%{_datadir}/kf5/kdoctools/customization/catalog4.xml
|
|
|
|
%{_datadir}/kf5/kdoctools/customization/dtd/kdex.dtd
|
|
|
|
%{_datadir}/kf5/kssl/ca-bundle.crt
|
2024-01-06 01:07:42 +01:00
|
|
|
|
|
|
|
%files -n lib%{name} -f %{name}5_qt.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libKF5KDELibs4Support.so.*
|
|
|
|
%{_libdir}/qt5/plugins/designer/kf5deprecatedwidgets.so
|
|
|
|
%{_libdir}/qt5/plugins/kcm_ssl.so
|
|
|
|
%{_libdir}/qt5/plugins/kf5/kded/networkstatus.so
|
|
|
|
%{_libdir}/qt5/plugins/kf5/kio/metainfo.so
|
|
|
|
%{_libexecdir}/kf5/filesharelist
|
2024-01-06 01:07:40 +01:00
|
|
|
%doc COPYING COPYING.LIB
|
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/kf5-config
|
|
|
|
%dir %{_includedir}/KF5/KDELibs4Support
|
|
|
|
%dir %{_includedir}/KF5/KDELibs4Support/KDE
|
|
|
|
%{_includedir}/KF5/KDELibs4Support/KDE/*
|
|
|
|
%{_includedir}/KF5/KDELibs4Support/kgenericfactory.tcc
|
|
|
|
%dir %{_includedir}/KF5/KDELibs4Support/kio
|
|
|
|
%{_includedir}/KF5/KDELibs4Support/kio/*.h
|
|
|
|
%dir %{_includedir}/KF5/KDELibs4Support/knewstuff3
|
|
|
|
%{_includedir}/KF5/KDELibs4Support/knewstuff3/*.h
|
|
|
|
%dir %{_includedir}/KF5/KDELibs4Support/kparts
|
|
|
|
%{_includedir}/KF5/KDELibs4Support/kparts/*.h
|
|
|
|
%{_includedir}/KF5/KDELibs4Support/*.h
|
|
|
|
%dir %{_includedir}/KF5/KDELibs4Support/solid
|
|
|
|
%{_includedir}/KF5/KDELibs4Support/solid/*.h
|
2024-01-06 01:07:42 +01:00
|
|
|
%{_includedir}/KF5/KDELibs4Support/kdelibs4support_version.h
|
2024-01-06 01:07:40 +01:00
|
|
|
%dir %{_libdir}/cmake/KDELibs4
|
|
|
|
%{_libdir}/cmake/KDELibs4/KF5KDELibs4*.cmake
|
|
|
|
%{_libdir}/cmake/KDELibs4/KDELibsDependencies.cmake
|
|
|
|
%{_libdir}/cmake/KDELibs4/Win32.Manifest.in
|
|
|
|
%{_libdir}/cmake/KDELibs4/kde4_cmake_uninstall.cmake.in
|
|
|
|
%dir %{_libdir}/cmake/KF5KDE4Support
|
|
|
|
%{_libdir}/cmake/KF5KDE4Support/KF5KDE4Support*.cmake
|
|
|
|
%dir %{_libdir}/cmake/KF5KDELibs4Support
|
|
|
|
%{_libdir}/cmake/KF5KDELibs4Support/BasicFindPackageVersion.cmake.in
|
|
|
|
%{_libdir}/cmake/KF5KDELibs4Support/*.cmake
|
|
|
|
%{_libdir}/cmake/KF5KDELibs4Support/cmake-modules-styleguide.txt
|
|
|
|
%{_libdir}/cmake/KF5KDELibs4Support/kde4uic.cmake
|
|
|
|
%{_libdir}/cmake/KF5KDELibs4Support/FindLibPython.py
|
|
|
|
%{_libdir}/cmake/KF5KDELibs4Support/FindSIP.py
|
|
|
|
%{_libdir}/cmake/KF5KDELibs4Support/PythonCompile.py
|
2024-01-06 01:07:40 +01:00
|
|
|
%{_libexecdir}/kf5/fileshareset
|
2024-01-06 01:07:40 +01:00
|
|
|
%{_libdir}/libKF5KDELibs4Support.so
|
2024-01-06 01:07:42 +01:00
|
|
|
%{_mandir}/man1/kf5-config.1*
|
2024-01-06 01:07:40 +01:00
|
|
|
#%doc README.md
|
2024-01-06 01:07:40 +01:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 01:07:43 +01:00
|
|
|
* Tue Jan 17 2023 Automatic Build System <autodist@mambasoft.it> 5.102.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:42 +01:00
|
|
|
* Mon Dec 12 2022 Automatic Build System <autodist@mambasoft.it> 5.101.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:42 +01:00
|
|
|
* Thu Nov 17 2022 Automatic Build System <autodist@mambasoft.it> 5.100.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:42 +01:00
|
|
|
* Mon Oct 17 2022 Automatic Build System <autodist@mambasoft.it> 5.99.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:42 +01:00
|
|
|
* Thu Sep 15 2022 Automatic Build System <autodist@mambasoft.it> 5.98.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:42 +01:00
|
|
|
* Fri Aug 19 2022 Automatic Build System <autodist@mambasoft.it> 5.97.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:42 +01:00
|
|
|
* Mon Jul 11 2022 Automatic Build System <autodist@mambasoft.it> 5.96.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:42 +01:00
|
|
|
* Wed Jun 15 2022 Automatic Build System <autodist@mambasoft.it> 5.95.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:42 +01:00
|
|
|
* Sun May 15 2022 Automatic Build System <autodist@mambasoft.it> 5.94.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat May 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.93.0-2mamba
|
|
|
|
- add a main package and move there kdebugdialog5 from -devel
|
|
|
|
|
2024-01-06 01:07:42 +01:00
|
|
|
* Mon Apr 11 2022 Automatic Build System <autodist@mambasoft.it> 5.93.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:42 +01:00
|
|
|
* Wed Mar 16 2022 Automatic Build System <autodist@mambasoft.it> 5.92.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:42 +01:00
|
|
|
* Fri Feb 18 2022 Automatic Build System <autodist@mambasoft.it> 5.91.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:42 +01:00
|
|
|
* Sun Jan 09 2022 Automatic Build System <autodist@mambasoft.it> 5.90.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:42 +01:00
|
|
|
* Mon Dec 20 2021 Automatic Build System <autodist@mambasoft.it> 5.89.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:42 +01:00
|
|
|
* Sat Nov 13 2021 Automatic Build System <autodist@mambasoft.it> 5.88.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:42 +01:00
|
|
|
* Tue Oct 12 2021 Automatic Build System <autodist@mambasoft.it> 5.87.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:42 +01:00
|
|
|
* Mon Sep 13 2021 Automatic Build System <autodist@mambasoft.it> 5.86.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:42 +01:00
|
|
|
* Mon Aug 23 2021 Automatic Build System <autodist@mambasoft.it> 5.85.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:42 +01:00
|
|
|
* Mon Jul 12 2021 Automatic Build System <autodist@mambasoft.it> 5.84.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:42 +01:00
|
|
|
* Thu Jun 17 2021 Automatic Build System <autodist@mambasoft.it> 5.83.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:42 +01:00
|
|
|
* Mon May 10 2021 Automatic Build System <autodist@mambasoft.it> 5.82.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:42 +01:00
|
|
|
* Sun Apr 11 2021 Automatic Build System <autodist@mambasoft.it> 5.81.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:42 +01:00
|
|
|
* Tue Mar 16 2021 Automatic Build System <autodist@mambasoft.it> 5.80.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:42 +01:00
|
|
|
* Mon Feb 15 2021 Automatic Build System <autodist@mambasoft.it> 5.79.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Thu Jan 14 2021 Automatic Build System <autodist@mambasoft.it> 5.78.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Thu Dec 24 2020 Automatic Build System <autodist@mambasoft.it> 5.77.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Tue Nov 17 2020 Automatic Build System <autodist@mambasoft.it> 5.76.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Thu Oct 15 2020 Automatic Build System <autodist@mambasoft.it> 5.75.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Mon Sep 21 2020 Automatic Build System <autodist@mambasoft.it> 5.74.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Sat Aug 15 2020 Automatic Build System <autodist@mambasoft.it> 5.73.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Wed Jul 15 2020 Automatic Build System <autodist@mambasoft.it> 5.72.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Thu Jun 18 2020 Automatic Build System <autodist@mambasoft.it> 5.71.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Tue May 12 2020 Automatic Build System <autodist@mambasoft.it> 5.70.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Tue Apr 14 2020 Automatic Build System <autodist@mambasoft.it> 5.69.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Tue Mar 17 2020 Automatic Build System <autodist@mambasoft.it> 5.68.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Wed Feb 12 2020 Automatic Build System <autodist@mambasoft.it> 5.67.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Wed Jan 15 2020 Automatic Build System <autodist@mambasoft.it> 5.66.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Wed Dec 25 2019 Automatic Build System <autodist@mambasoft.it> 5.65.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Thu Nov 14 2019 Automatic Build System <autodist@mambasoft.it> 5.64.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Sun Oct 20 2019 Automatic Build System <autodist@mambasoft.it> 5.63.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Fri Sep 20 2019 Automatic Build System <autodist@mambasoft.it> 5.62.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Mon Sep 02 2019 Automatic Build System <autodist@mambasoft.it> 5.61.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Wed Jul 24 2019 Automatic Build System <autodist@mambasoft.it> 5.60.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Fri Jun 14 2019 Automatic Build System <autodist@mambasoft.it> 5.59.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Fri May 17 2019 Automatic Build System <autodist@mambasoft.it> 5.58.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Sat Apr 20 2019 Automatic Build System <autodist@mambasoft.it> 5.57.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Wed Mar 13 2019 Automatic Build System <autodist@mambasoft.it> 5.56.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Mon Feb 18 2019 Automatic Build System <autodist@mambasoft.it> 5.55.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Mon Jan 21 2019 Automatic Build System <autodist@mambasoft.it> 5.54.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Tue Dec 18 2018 Automatic Build System <autodist@mambasoft.it> 5.53.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Mon Nov 26 2018 Automatic Build System <autodist@mambasoft.it> 5.52.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:41 +01:00
|
|
|
* Mon Oct 22 2018 Automatic Build System <autodist@mambasoft.it> 5.51.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Tue Sep 11 2018 Automatic Build System <autodist@mambasoft.it> 5.50.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Wed Aug 22 2018 Automatic Build System <autodist@mambasoft.it> 5.49.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Tue Jul 17 2018 Automatic Build System <autodist@mambasoft.it> 5.48.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Tue Jun 19 2018 Automatic Build System <autodist@mambasoft.it> 5.47.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Fri May 18 2018 Automatic Build System <autodist@mambasoft.it> 5.46.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Sat Apr 21 2018 Automatic Build System <autodist@mambasoft.it> 5.45.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Sun Mar 18 2018 Automatic Build System <autodist@mambasoft.it> 5.44.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Wed Mar 07 2018 Automatic Build System <autodist@mambasoft.it> 5.43.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Mon Jan 22 2018 Automatic Build System <autodist@mambasoft.it> 5.42.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Sat Dec 30 2017 Automatic Build System <autodist@mambasoft.it> 5.41.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Tue Nov 14 2017 Automatic Build System <autodist@mambasoft.it> 5.40.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Mon Oct 23 2017 Automatic Build System <autodist@mambasoft.it> 5.39.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Thu Sep 14 2017 Automatic Build System <autodist@mambasoft.it> 5.38.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Fri Aug 25 2017 Automatic Build System <autodist@mambasoft.it> 5.37.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Wed Aug 09 2017 Automatic Build System <autodist@mambasoft.it> 5.36.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Fri Apr 14 2017 Automatic Build System <autodist@mambasoft.it> 5.32.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Wed Jan 25 2017 Automatic Build System <autodist@mambasoft.it> 5.30.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Dec 25 2016 Automatic Build System <autodist@mambasoft.it> 5.29.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Sat Oct 15 2016 Automatic Build System <autodist@mambasoft.it> 5.27.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Tue Oct 11 2016 Automatic Build System <autodist@mambasoft.it> 5.26.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Thu Aug 25 2016 Automatic Build System <autodist@mambasoft.it> 5.25.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Sun Jul 31 2016 Automatic Build System <autodist@mambasoft.it> 5.24.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Sun Jun 26 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.23.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Sun May 29 2016 Automatic Build System <autodist@mambasoft.it> 5.22.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Sun May 01 2016 Automatic Build System <autodist@mambasoft.it> 5.21.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Mon Apr 04 2016 Automatic Build System <autodist@mambasoft.it> 5.20.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Sun Feb 28 2016 Automatic Build System <autodist@mambasoft.it> 5.19.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Tue Jan 19 2016 Automatic Build System <autodist@mambasoft.it> 5.18.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Sun Dec 27 2015 Automatic Build System <autodist@mambasoft.it> 5.17.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Wed Dec 09 2015 Automatic Build System <autodist@mambasoft.it> 5.16.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Wed Nov 18 2015 Automatic Build System <autodist@mambasoft.it> 5.15.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Tue Aug 18 2015 Automatic Build System <autodist@mambasoft.it> 5.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Thu Jul 09 2015 Automatic Build System <autodist@mambasoft.it> 5.11.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Tue May 26 2015 Automatic Build System <autodist@mambasoft.it> 5.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:07:40 +01:00
|
|
|
* Sat Apr 25 2015 Automatic Build System <autodist@mambasoft.it> 5.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Mar 29 2015 Automatic Build System <autodist@mambasoft.it> 5.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Mar 15 2015 Automatic Build System <autodist@mambasoft.it> 5.7.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Feb 15 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.6.0-1mamba
|
|
|
|
- package created using the webbuild interface
|