2024-01-06 01:56:00 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
|
|
|
|
Name: kitinerary
|
2024-08-29 12:11:52 +02:00
|
|
|
Version: 24.08.0
|
2024-03-29 18:27:39 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: KDE library containing itinerary data model and itinerary extraction code
|
2024-01-06 01:56:00 +01:00
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 01:56:00 +01:00
|
|
|
URL: https://kde.org/
|
2024-03-29 18:27:39 +01:00
|
|
|
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/kitinerary-%{version}.tar.xz
|
2024-01-06 01:56:01 +01:00
|
|
|
Patch0: kitinerary-22.04.3-zxing-1.4.0.patch
|
2024-01-06 01:56:00 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
2024-03-29 18:27:39 +01:00
|
|
|
BuildRequires: libglvnd-devel
|
|
|
|
BuildRequires: libkf6-karchive-devel
|
|
|
|
BuildRequires: libkf6-kcalendarcore-devel
|
|
|
|
BuildRequires: libkf6-kcodecs-devel
|
|
|
|
BuildRequires: libkf6-kcontacts-devel
|
|
|
|
BuildRequires: libkf6-ki18n-devel
|
2024-01-06 01:56:00 +01:00
|
|
|
BuildRequires: libkmime-devel
|
|
|
|
BuildRequires: libkpkpass-devel
|
2024-01-06 01:56:00 +01:00
|
|
|
BuildRequires: libopenssl-devel
|
2024-01-06 01:56:00 +01:00
|
|
|
BuildRequires: libphonenumber-devel
|
2024-01-06 01:56:00 +01:00
|
|
|
BuildRequires: libpoppler-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
2024-01-06 01:56:00 +01:00
|
|
|
BuildRequires: libxml2-devel
|
2024-01-06 01:56:00 +01:00
|
|
|
BuildRequires: libz-devel
|
2024-01-06 01:56:00 +01:00
|
|
|
BuildRequires: libzxing-cpp-devel
|
2024-03-29 18:27:39 +01:00
|
|
|
BuildRequires: qt6-qtbase-devel
|
|
|
|
BuildRequires: qt6-qtdeclarative-devel
|
2024-01-06 01:56:00 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-02-27 10:10:41 +01:00
|
|
|
BuildRequires: libpoppler-devel >= 24.02.0-1mamba
|
2024-01-06 01:56:00 +01:00
|
|
|
BuildRequires: cmake
|
2024-03-29 18:27:39 +01:00
|
|
|
BuildRequires: kf6-rpm-macros
|
2024-01-06 01:56:00 +01:00
|
|
|
BuildRequires: extra-cmake-modules
|
2024-02-27 10:10:41 +01:00
|
|
|
BuildRequires: libphonenumber-devel >= 8.13.31
|
2024-01-06 01:56:01 +01:00
|
|
|
BuildRequires: libpoppler-qt5-devel >= 22.05.0
|
2024-01-06 01:56:02 +01:00
|
|
|
BuildRequires: libzxing-cpp-devel >= 2.0.0
|
2024-01-06 01:56:00 +01:00
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description
|
|
|
|
A library containing itinerary data model and itinerary extraction code.
|
|
|
|
|
|
|
|
%package -n lib%{name}
|
|
|
|
Group: System/Libraries
|
2024-03-29 18:27:39 +01:00
|
|
|
Summary: KDE library containing itinerary data model and itinerary extraction code
|
2024-01-06 01:56:00 +01:00
|
|
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
A library containing itinerary data model and itinerary extraction code.
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-06 01:56:01 +01:00
|
|
|
#%patch0 -p1
|
2024-01-06 01:56:00 +01:00
|
|
|
|
|
|
|
%build
|
2024-03-29 18:27:39 +01:00
|
|
|
%cmake_kf6
|
|
|
|
%cmake_build
|
2024-01-06 01:56:00 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-03-29 18:27:39 +01:00
|
|
|
%cmake_install
|
2024-01-06 01:56:00 +01:00
|
|
|
|
2024-03-29 18:27:39 +01:00
|
|
|
%find_lang %{name} --with-qt --with-man --all-name || touch %{name}.lang
|
2024-01-06 01:56:00 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-06 01:56:03 +01:00
|
|
|
%post -n lib%{name} -p /sbin/ldconfig
|
|
|
|
%postun -n lib%{name} -p /sbin/ldconfig
|
2024-01-06 01:56:00 +01:00
|
|
|
|
2024-03-29 18:27:39 +01:00
|
|
|
%files -n lib%{name} -f %{name}.lang
|
2024-01-06 01:56:00 +01:00
|
|
|
%defattr(-,root,root)
|
2024-03-29 18:27:39 +01:00
|
|
|
%{_libdir}/libKPim6Itinerary.so.*
|
|
|
|
%{_libexecdir}/kf6/kitinerary-extractor
|
2024-01-06 01:56:00 +01:00
|
|
|
%{_datadir}/mime/packages/application-vnd-kde-itinerary.xml
|
2024-03-29 18:27:39 +01:00
|
|
|
%{_datadir}/qlogging-categories6/org_kde_kitinerary.categories
|
2024-01-06 01:56:00 +01:00
|
|
|
%doc LICENSES
|
2024-01-06 01:56:00 +01:00
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%defattr(-,root,root)
|
2024-03-29 18:27:39 +01:00
|
|
|
%dir %{_includedir}/KPim6/KItinerary
|
|
|
|
%{_includedir}/KPim6/KItinerary/*
|
|
|
|
%dir %{_includedir}/KPim6/kitinerary
|
|
|
|
%{_includedir}/KPim6/kitinerary/*
|
|
|
|
%{_includedir}/KPim6/kitinerary_version.h
|
|
|
|
%{_libdir}/libKPim6Itinerary.so
|
|
|
|
%dir %{_libdir}/cmake/KPim6Itinerary
|
|
|
|
%{_libdir}/cmake/KPim6Itinerary/*.cmake
|
|
|
|
%{_qt6_docdir}/KPim6Itinerary.*
|
2024-01-06 01:56:00 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-08-29 12:11:52 +02:00
|
|
|
* Sat Aug 24 2024 Automatic Build System <autodist@openmamba.org> 24.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-07-07 22:50:52 +02:00
|
|
|
* Fri Jul 05 2024 Automatic Build System <autodist@openmamba.org> 24.05.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-06-16 16:17:34 +02:00
|
|
|
* Sat Jun 15 2024 Automatic Build System <autodist@openmamba.org> 24.05.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-05-28 12:40:11 +02:00
|
|
|
* Sat May 25 2024 Automatic Build System <autodist@openmamba.org> 24.05.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-04-15 17:33:10 +02:00
|
|
|
* Sat Apr 13 2024 Automatic Build System <autodist@openmamba.org> 24.02.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-29 18:27:39 +01:00
|
|
|
* Sat Mar 23 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Mar 02 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-27 10:10:41 +01:00
|
|
|
* Sun Feb 25 2024 Automatic Build System <autodist@mambasoft.it> 23.08.5-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: libpoppler-devel>=24.02.0-1mamba
|
|
|
|
|
2024-02-24 16:00:48 +01:00
|
|
|
* Sat Feb 17 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:05 +01:00
|
|
|
* Fri Dec 08 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:05 +01:00
|
|
|
* Sat Nov 11 2023 Automatic Build System <autodist@mambasoft.it> 23.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:05 +01:00
|
|
|
* Sun Oct 15 2023 Automatic Build System <autodist@mambasoft.it> 23.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:04 +01:00
|
|
|
* Fri Sep 15 2023 Automatic Build System <autodist@mambasoft.it> 23.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:04 +01:00
|
|
|
* Sat Aug 26 2023 Automatic Build System <autodist@mambasoft.it> 23.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:04 +01:00
|
|
|
* Sat Jul 08 2023 Automatic Build System <autodist@mambasoft.it> 23.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:03 +01:00
|
|
|
* Sat Jun 10 2023 Automatic Build System <autodist@mambasoft.it> 23.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:03 +01:00
|
|
|
* Fri May 12 2023 Automatic Build System <autodist@mambasoft.it> 23.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:03 +01:00
|
|
|
* Thu Apr 27 2023 Automatic Build System <autodist@mambasoft.it> 23.04.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:02 +01:00
|
|
|
* Sat Mar 04 2023 Automatic Build System <autodist@mambasoft.it> 22.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:02 +01:00
|
|
|
* Sat Feb 04 2023 Automatic Build System <autodist@mambasoft.it> 22.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:02 +01:00
|
|
|
* Sun Jan 22 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 22.12.1-2mamba
|
|
|
|
- rebuilt with zxing-cpp 2.0.0
|
|
|
|
|
2024-01-06 01:56:01 +01:00
|
|
|
* Fri Jan 06 2023 Automatic Build System <autodist@mambasoft.it> 22.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:01 +01:00
|
|
|
* Fri Dec 09 2022 Automatic Build System <autodist@mambasoft.it> 22.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:01 +01:00
|
|
|
* Sat Nov 05 2022 Automatic Build System <autodist@mambasoft.it> 22.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:01 +01:00
|
|
|
* Sat Oct 15 2022 Automatic Build System <autodist@mambasoft.it> 22.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:01 +01:00
|
|
|
* Fri Sep 09 2022 Automatic Build System <autodist@mambasoft.it> 22.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:01 +01:00
|
|
|
* Sun Aug 21 2022 Automatic Build System <autodist@mambasoft.it> 22.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Aug 05 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 22.04.3-2mamba
|
|
|
|
- added upstream patch to fix crash with zxing-cpp 1.4.0
|
|
|
|
|
2024-01-06 01:56:01 +01:00
|
|
|
* Fri Jul 08 2022 Automatic Build System <autodist@mambasoft.it> 22.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:01 +01:00
|
|
|
* Sat Jun 11 2022 Automatic Build System <autodist@mambasoft.it> 22.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:01 +01:00
|
|
|
* Tue Jun 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 22.04.1-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: libpoppler-devel>=22.06.0-1mamba
|
|
|
|
|
2024-01-06 01:56:01 +01:00
|
|
|
* Sun May 15 2022 Automatic Build System <autodist@mambasoft.it> 22.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:01 +01:00
|
|
|
* Sun May 08 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 22.04.0-2mamba
|
|
|
|
- rebuilt with poppler 22.05.0
|
|
|
|
|
2024-01-06 01:56:01 +01:00
|
|
|
* Mon Apr 25 2022 Automatic Build System <autodist@mambasoft.it> 22.04.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:01 +01:00
|
|
|
* Fri Mar 04 2022 Automatic Build System <autodist@mambasoft.it> 21.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Sun Feb 06 2022 Automatic Build System <autodist@mambasoft.it> 21.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Fri Jan 07 2022 Automatic Build System <autodist@mambasoft.it> 21.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Sat Dec 11 2021 Automatic Build System <autodist@mambasoft.it> 21.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Sat Nov 06 2021 Automatic Build System <autodist@mambasoft.it> 21.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Sat Oct 09 2021 Automatic Build System <autodist@mambasoft.it> 21.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Fri Sep 03 2021 Automatic Build System <autodist@mambasoft.it> 21.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Mon Aug 16 2021 Automatic Build System <autodist@mambasoft.it> 21.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Fri Jul 09 2021 Automatic Build System <autodist@mambasoft.it> 21.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Thu Jun 17 2021 Automatic Build System <autodist@mambasoft.it> 21.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Sat May 15 2021 Automatic Build System <autodist@mambasoft.it> 21.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Fri Apr 23 2021 Automatic Build System <autodist@mambasoft.it> 21.04.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Fri Mar 19 2021 Automatic Build System <autodist@mambasoft.it> 20.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Sat Feb 06 2021 Automatic Build System <autodist@mambasoft.it> 20.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Fri Jan 08 2021 Automatic Build System <autodist@mambasoft.it> 20.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Sat Dec 19 2020 Automatic Build System <autodist@mambasoft.it> 20.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Sat Nov 07 2020 Automatic Build System <autodist@mambasoft.it> 20.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Sat Oct 10 2020 Automatic Build System <autodist@mambasoft.it> 20.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Fri Sep 04 2020 Automatic Build System <autodist@mambasoft.it> 20.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Sat Aug 22 2020 Automatic Build System <autodist@mambasoft.it> 20.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Sun Jul 12 2020 Automatic Build System <autodist@mambasoft.it> 20.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Sun Jun 14 2020 Automatic Build System <autodist@mambasoft.it> 20.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Sat May 16 2020 Automatic Build System <autodist@mambasoft.it> 20.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Sat Apr 25 2020 Automatic Build System <autodist@mambasoft.it> 20.04.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Sat Mar 07 2020 Automatic Build System <autodist@mambasoft.it> 19.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Fri Feb 07 2020 Automatic Build System <autodist@mambasoft.it> 19.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Sat Jan 11 2020 Automatic Build System <autodist@mambasoft.it> 19.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Thu Jan 02 2020 Automatic Build System <autodist@mambasoft.it> 19.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Sat Nov 09 2019 Automatic Build System <autodist@mambasoft.it> 19.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Thu Oct 10 2019 Automatic Build System <autodist@mambasoft.it> 19.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Fri Sep 13 2019 Automatic Build System <autodist@mambasoft.it> 19.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Sep 04 2019 Automatic Build System <autodist@mambasoft.it> 19.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Fri Jul 12 2019 Automatic Build System <autodist@mambasoft.it> 19.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Sat Jun 08 2019 Automatic Build System <autodist@mambasoft.it> 19.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Sat May 11 2019 Automatic Build System <autodist@mambasoft.it> 19.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Sat Apr 20 2019 Automatic Build System <autodist@mambasoft.it> 19.04.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Fri Mar 08 2019 Automatic Build System <autodist@mambasoft.it> 18.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Fri Feb 08 2019 Automatic Build System <autodist@mambasoft.it> 18.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Tue Jan 15 2019 Automatic Build System <autodist@mambasoft.it> 18.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Sat Dec 22 2018 Automatic Build System <autodist@mambasoft.it> 18.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Mon Nov 12 2018 Automatic Build System <autodist@mambasoft.it> 18.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Thu Oct 11 2018 Automatic Build System <autodist@mambasoft.it> 18.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Thu Sep 06 2018 Automatic Build System <autodist@mambasoft.it> 18.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:56:00 +01:00
|
|
|
* Sun Aug 26 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 18.08.0-1mamba
|
|
|
|
- package created using the webbuild interface
|