2024-01-05 16:55:27 +01:00
|
|
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
2024-01-05 16:55:26 +01:00
|
|
|
Name: python-zeroconf
|
2024-01-05 16:55:37 +01:00
|
|
|
Version: 0.119.0
|
2024-01-05 16:55:26 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Multicast DNS Service Discovery for Python
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 16:55:27 +01:00
|
|
|
URL: https://github.com/python-zeroconf/python-zeroconf
|
2024-01-05 16:55:26 +01:00
|
|
|
Source: https://pypi.debian.net/zeroconf/zeroconf-%{version}.tar.gz
|
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-05 16:55:27 +01:00
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 16:55:37 +01:00
|
|
|
BuildRequires: libpython311-devel
|
|
|
|
BuildRequires: python3.11dist(ifaddr)
|
2024-01-05 16:55:26 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: libpython-devel
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n zeroconf-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{python_inc} \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-05 16:55:26 +01:00
|
|
|
|
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 16:55:27 +01:00
|
|
|
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
|
|
|
|
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
|
|
|
|
#%doc COPYING
|
2024-01-05 16:55:26 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 16:55:37 +01:00
|
|
|
* Wed Oct 18 2023 Automatic Build System <autodist@mambasoft.it> 0.119.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:37 +01:00
|
|
|
* Sun Oct 15 2023 Automatic Build System <autodist@mambasoft.it> 0.118.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:37 +01:00
|
|
|
* Fri Oct 13 2023 Automatic Build System <autodist@mambasoft.it> 0.116.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:37 +01:00
|
|
|
* Fri Oct 06 2023 Automatic Build System <autodist@mambasoft.it> 0.115.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:37 +01:00
|
|
|
* Mon Oct 02 2023 Automatic Build System <autodist@mambasoft.it> 0.115.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 0.115.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Sep 24 2023 Automatic Build System <autodist@mambasoft.it> 0.113.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:36 +01:00
|
|
|
* Fri Sep 15 2023 Automatic Build System <autodist@mambasoft.it> 0.112.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:36 +01:00
|
|
|
* Thu Sep 14 2023 Automatic Build System <autodist@mambasoft.it> 0.111.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:36 +01:00
|
|
|
* Tue Sep 12 2023 Automatic Build System <autodist@mambasoft.it> 0.108.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:36 +01:00
|
|
|
* Mon Sep 11 2023 Automatic Build System <autodist@mambasoft.it> 0.105.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:35 +01:00
|
|
|
* Sun Sep 10 2023 Automatic Build System <autodist@mambasoft.it> 0.103.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:35 +01:00
|
|
|
* Fri Sep 08 2023 Automatic Build System <autodist@mambasoft.it> 0.102.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:35 +01:00
|
|
|
* Thu Sep 07 2023 Automatic Build System <autodist@mambasoft.it> 0.99.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:35 +01:00
|
|
|
* Mon Sep 04 2023 Automatic Build System <autodist@mambasoft.it> 0.97.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:35 +01:00
|
|
|
* Mon Sep 04 2023 Automatic Build System <autodist@mambasoft.it> 0.96.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:34 +01:00
|
|
|
* Sun Sep 03 2023 Automatic Build System <autodist@mambasoft.it> 0.93.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:34 +01:00
|
|
|
* Sat Sep 02 2023 Automatic Build System <autodist@mambasoft.it> 0.91.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:34 +01:00
|
|
|
* Tue Aug 29 2023 Automatic Build System <autodist@mambasoft.it> 0.88.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:34 +01:00
|
|
|
* Mon Aug 28 2023 Automatic Build System <autodist@mambasoft.it> 0.86.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Aug 28 2023 Automatic Build System <autodist@mambasoft.it> 0.85.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:33 +01:00
|
|
|
* Sun Aug 27 2023 Automatic Build System <autodist@mambasoft.it> 0.84.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:33 +01:00
|
|
|
* Sun Aug 27 2023 Automatic Build System <autodist@mambasoft.it> 0.83.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:33 +01:00
|
|
|
* Wed Aug 23 2023 Automatic Build System <autodist@mambasoft.it> 0.82.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:33 +01:00
|
|
|
* Wed Aug 23 2023 Automatic Build System <autodist@mambasoft.it> 0.81.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:32 +01:00
|
|
|
* Wed Aug 16 2023 Automatic Build System <autodist@mambasoft.it> 0.80.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:32 +01:00
|
|
|
* Tue Aug 15 2023 Automatic Build System <autodist@mambasoft.it> 0.79.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:32 +01:00
|
|
|
* Mon Aug 14 2023 Automatic Build System <autodist@mambasoft.it> 0.76.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:32 +01:00
|
|
|
* Sat Aug 05 2023 Automatic Build System <autodist@mambasoft.it> 0.74.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Aug 04 2023 Automatic Build System <autodist@mambasoft.it> 0.72.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:31 +01:00
|
|
|
* Wed Aug 02 2023 Automatic Build System <autodist@mambasoft.it> 0.72.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:31 +01:00
|
|
|
* Tue Jul 25 2023 Automatic Build System <autodist@mambasoft.it> 0.71.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:31 +01:00
|
|
|
* Mon Jul 24 2023 Automatic Build System <autodist@mambasoft.it> 0.71.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:31 +01:00
|
|
|
* Sun Jul 09 2023 Automatic Build System <autodist@mambasoft.it> 0.71.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:30 +01:00
|
|
|
* Mon Jul 03 2023 Automatic Build System <autodist@mambasoft.it> 0.70.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:30 +01:00
|
|
|
* Mon Jun 19 2023 Automatic Build System <autodist@mambasoft.it> 0.69.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:30 +01:00
|
|
|
* Sun Jun 18 2023 Automatic Build System <autodist@mambasoft.it> 0.68.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:30 +01:00
|
|
|
* Tue Jun 13 2023 Automatic Build System <autodist@mambasoft.it> 0.66.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:30 +01:00
|
|
|
* Mon Jun 05 2023 Automatic Build System <autodist@mambasoft.it> 0.64.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:29 +01:00
|
|
|
* Mon Jun 05 2023 Automatic Build System <autodist@mambasoft.it> 0.64.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:29 +01:00
|
|
|
* Fri May 26 2023 Automatic Build System <autodist@mambasoft.it> 0.63.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:29 +01:00
|
|
|
* Thu May 04 2023 Automatic Build System <autodist@mambasoft.it> 0.62.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:29 +01:00
|
|
|
* Tue May 02 2023 Automatic Build System <autodist@mambasoft.it> 0.60.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:28 +01:00
|
|
|
* Wed Apr 26 2023 Automatic Build System <autodist@mambasoft.it> 0.58.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Apr 26 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.55.0-2mamba
|
|
|
|
- rebuilt with python 3.10
|
|
|
|
|
|
|
|
* Fri Apr 07 2023 Automatic Build System <autodist@mambasoft.it> 0.55.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:28 +01:00
|
|
|
* Tue Apr 04 2023 Automatic Build System <autodist@mambasoft.it> 0.54.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Apr 03 2023 Automatic Build System <autodist@mambasoft.it> 0.53.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Apr 02 2023 Automatic Build System <autodist@mambasoft.it> 0.52.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:28 +01:00
|
|
|
* Sun Apr 02 2023 Automatic Build System <autodist@mambasoft.it> 0.51.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:28 +01:00
|
|
|
* Sat Apr 01 2023 Automatic Build System <autodist@mambasoft.it> 0.50.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:28 +01:00
|
|
|
* Mon Mar 20 2023 Automatic Build System <autodist@mambasoft.it> 0.47.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
* Wed Feb 15 2023 Automatic Build System <autodist@mambasoft.it> 0.47.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
* Sat Dec 24 2022 Automatic Build System <autodist@mambasoft.it> 0.47.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
* Thu Dec 22 2022 Automatic Build System <autodist@mambasoft.it> 0.47.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Dec 22 2022 Automatic Build System <autodist@mambasoft.it> 0.45.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
* Tue Dec 20 2022 Automatic Build System <autodist@mambasoft.it> 0.44.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
* Tue Nov 01 2022 Automatic Build System <autodist@mambasoft.it> 0.39.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
* Thu Oct 27 2022 Automatic Build System <autodist@mambasoft.it> 0.39.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
* Fri Oct 21 2022 Automatic Build System <autodist@mambasoft.it> 0.39.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
* Tue Sep 06 2022 Automatic Build System <autodist@mambasoft.it> 0.39.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Aug 06 2022 Automatic Build System <autodist@mambasoft.it> 0.39.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
* Thu Jun 16 2022 Automatic Build System <autodist@mambasoft.it> 0.38.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
* Sat May 07 2022 Automatic Build System <autodist@mambasoft.it> 0.38.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
* Mon May 02 2022 Automatic Build System <autodist@mambasoft.it> 0.38.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
* Wed Mar 02 2022 Automatic Build System <autodist@mambasoft.it> 0.38.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
* Tue Feb 01 2022 Automatic Build System <autodist@mambasoft.it> 0.38.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
* Fri Dec 24 2021 Automatic Build System <autodist@mambasoft.it> 0.38.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
* Fri Nov 19 2021 Automatic Build System <autodist@mambasoft.it> 0.37.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
* Sun Nov 14 2021 Automatic Build System <autodist@mambasoft.it> 0.36.13-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
* Fri Nov 05 2021 Automatic Build System <autodist@mambasoft.it> 0.36.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
* Sun Oct 31 2021 Automatic Build System <autodist@mambasoft.it> 0.36.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
* Sun Oct 24 2021 Automatic Build System <autodist@mambasoft.it> 0.36.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
* Mon Oct 11 2021 Automatic Build System <autodist@mambasoft.it> 0.36.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
* Thu Sep 23 2021 Automatic Build System <autodist@mambasoft.it> 0.36.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
* Mon Sep 20 2021 Automatic Build System <autodist@mambasoft.it> 0.36.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Sep 19 2021 Automatic Build System <autodist@mambasoft.it> 0.36.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
* Fri Sep 17 2021 Automatic Build System <autodist@mambasoft.it> 0.36.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
* Wed Sep 15 2021 Automatic Build System <autodist@mambasoft.it> 0.36.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:27 +01:00
|
|
|
* Tue Aug 31 2021 Automatic Build System <autodist@mambasoft.it> 0.36.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:26 +01:00
|
|
|
* Mon Aug 30 2021 Automatic Build System <autodist@mambasoft.it> 0.36.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:26 +01:00
|
|
|
* Tue Aug 17 2021 Automatic Build System <autodist@mambasoft.it> 0.36.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:26 +01:00
|
|
|
* Tue Aug 17 2021 Automatic Build System <autodist@mambasoft.it> 0.35.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:26 +01:00
|
|
|
* Sat Aug 14 2021 Automatic Build System <autodist@mambasoft.it> 0.35.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:26 +01:00
|
|
|
* Mon Aug 09 2021 Automatic Build System <autodist@mambasoft.it> 0.34.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:26 +01:00
|
|
|
* Mon Aug 09 2021 Automatic Build System <autodist@mambasoft.it> 0.34.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:26 +01:00
|
|
|
* Sat Aug 07 2021 Automatic Build System <autodist@mambasoft.it> 0.33.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:26 +01:00
|
|
|
* Fri Aug 06 2021 Automatic Build System <autodist@mambasoft.it> 0.33.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:26 +01:00
|
|
|
* Thu Jul 29 2021 Automatic Build System <autodist@mambasoft.it> 0.33.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:26 +01:00
|
|
|
* Mon Jul 19 2021 Automatic Build System <autodist@mambasoft.it> 0.33.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:26 +01:00
|
|
|
* Mon Jul 05 2021 Automatic Build System <autodist@mambasoft.it> 0.32.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:26 +01:00
|
|
|
* Wed Jun 30 2021 Automatic Build System <autodist@mambasoft.it> 0.32.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:26 +01:00
|
|
|
* Tue May 18 2021 Automatic Build System <autodist@mambasoft.it> 0.31.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:26 +01:00
|
|
|
* Thu May 06 2021 Automatic Build System <autodist@mambasoft.it> 0.30.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:26 +01:00
|
|
|
* Thu Mar 25 2021 Automatic Build System <autodist@mambasoft.it> 0.29.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:26 +01:00
|
|
|
* Thu Feb 11 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.28.8-1mamba
|
|
|
|
- package created using the webbuild interface
|