2024-01-05 19:09:21 +01:00
|
|
|
Name: vulkan-headers
|
2024-01-05 19:09:27 +01:00
|
|
|
Version: 1.3.249
|
2024-01-05 19:09:21 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Vulkan Header files and API registry
|
|
|
|
Group: Development/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 19:09:22 +01:00
|
|
|
URL: https://www.vulkan.org/
|
2024-01-05 19:09:21 +01:00
|
|
|
Source: https://github.com/KhronosGroup/Vulkan-Headers.git/v%{version}/Vulkan-Headers-%{version}.tar.bz2
|
|
|
|
License: Apache License 2.0
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
|
|
|
%description
|
|
|
|
Vulkan Header files and API registry.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Vulkan-Headers-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake -d build
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 19:09:22 +01:00
|
|
|
%dir %{_includedir}/vk_video
|
|
|
|
%{_includedir}/vk_video/*.h
|
2024-01-05 19:09:21 +01:00
|
|
|
%dir %{_includedir}/vulkan
|
|
|
|
%{_includedir}/vulkan/*.h
|
2024-01-05 19:09:22 +01:00
|
|
|
%{_includedir}/vulkan/*.hpp
|
2024-01-05 19:09:21 +01:00
|
|
|
%dir %{_datadir}/vulkan/registry
|
|
|
|
%{_datadir}/vulkan/registry/*
|
2024-01-05 19:09:23 +01:00
|
|
|
%dir %{_datadir}/cmake/VulkanHeaders
|
|
|
|
%{_datadir}/cmake/VulkanHeaders/VulkanHeaders*.cmake
|
2024-01-05 19:09:21 +01:00
|
|
|
%doc README.md
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 19:09:27 +01:00
|
|
|
* Fri Apr 28 2023 Automatic Build System <autodist@mambasoft.it> 1.3.249-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:27 +01:00
|
|
|
* Sat Apr 22 2023 Automatic Build System <autodist@mambasoft.it> 1.3.248-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:26 +01:00
|
|
|
* Fri Apr 14 2023 Automatic Build System <autodist@mambasoft.it> 1.3.247-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:26 +01:00
|
|
|
* Sat Apr 01 2023 Automatic Build System <autodist@mambasoft.it> 1.3.246-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:26 +01:00
|
|
|
* Sat Mar 25 2023 Automatic Build System <autodist@mambasoft.it> 1.3.245-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:25 +01:00
|
|
|
* Sat Mar 18 2023 Automatic Build System <autodist@mambasoft.it> 1.3.244-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:25 +01:00
|
|
|
* Mon Mar 13 2023 Automatic Build System <autodist@mambasoft.it> 1.3.243-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:25 +01:00
|
|
|
* Tue Feb 28 2023 Automatic Build System <autodist@mambasoft.it> 1.3.242-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:24 +01:00
|
|
|
* Sat Feb 18 2023 Automatic Build System <autodist@mambasoft.it> 1.3.241-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:24 +01:00
|
|
|
* Fri Jan 27 2023 Automatic Build System <autodist@mambasoft.it> 1.3.240-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:24 +01:00
|
|
|
* Sun Jan 22 2023 Automatic Build System <autodist@mambasoft.it> 1.3.239-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Tue Dec 20 2022 Automatic Build System <autodist@mambasoft.it> 1.3.238-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Fri Dec 09 2022 Automatic Build System <autodist@mambasoft.it> 1.3.237-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Sat Nov 19 2022 Automatic Build System <autodist@mambasoft.it> 1.3.235-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Sun Nov 13 2022 Automatic Build System <autodist@mambasoft.it> 1.3.234-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Sat Nov 05 2022 Automatic Build System <autodist@mambasoft.it> 1.3.233-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Fri Oct 28 2022 Automatic Build System <autodist@mambasoft.it> 1.3.232-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Sun Oct 16 2022 Automatic Build System <autodist@mambasoft.it> 1.3.231-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Sat Oct 01 2022 Automatic Build System <autodist@mambasoft.it> 1.3.230-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Sat Sep 24 2022 Automatic Build System <autodist@mambasoft.it> 1.3.229-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Fri Sep 16 2022 Automatic Build System <autodist@mambasoft.it> 1.3.228-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Sun Sep 11 2022 Automatic Build System <autodist@mambasoft.it> 1.3.227-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Fri Sep 02 2022 Automatic Build System <autodist@mambasoft.it> 1.3.226-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Sun Aug 21 2022 Automatic Build System <autodist@mambasoft.it> 1.3.225-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Aug 05 2022 Automatic Build System <autodist@mambasoft.it> 1.3.224-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Jul 29 2022 Automatic Build System <autodist@mambasoft.it> 1.3.223-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Fri Jul 22 2022 Automatic Build System <autodist@mambasoft.it> 1.3.222-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Fri Jul 15 2022 Automatic Build System <autodist@mambasoft.it> 1.3.221-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Mon Jul 11 2022 Automatic Build System <autodist@mambasoft.it> 1.3.220-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Fri Jul 01 2022 Automatic Build System <autodist@mambasoft.it> 1.3.219-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Fri Jun 17 2022 Automatic Build System <autodist@mambasoft.it> 1.3.218-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Sat Jun 11 2022 Automatic Build System <autodist@mambasoft.it> 1.3.217-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Sat Jun 04 2022 Automatic Build System <autodist@mambasoft.it> 1.3.216-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Wed May 25 2022 Automatic Build System <autodist@mambasoft.it> 1.3.215-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Wed May 18 2022 Automatic Build System <autodist@mambasoft.it> 1.3.214-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Tue May 10 2022 Automatic Build System <autodist@mambasoft.it> 1.3.213-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Mon Apr 25 2022 Automatic Build System <autodist@mambasoft.it> 1.3.212-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Wed Apr 06 2022 Automatic Build System <autodist@mambasoft.it> 1.3.211-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:23 +01:00
|
|
|
* Wed Mar 30 2022 Automatic Build System <autodist@mambasoft.it> 1.3.210-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Thu Mar 24 2022 Automatic Build System <autodist@mambasoft.it> 1.3.209-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Thu Mar 17 2022 Automatic Build System <autodist@mambasoft.it> 1.3.208-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Wed Mar 09 2022 Automatic Build System <autodist@mambasoft.it> 1.3.207-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Sat Feb 19 2022 Automatic Build System <autodist@mambasoft.it> 1.3.206-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Sat Feb 05 2022 Automatic Build System <autodist@mambasoft.it> 1.3.205-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Wed Jan 26 2022 Automatic Build System <autodist@mambasoft.it> 1.3.204-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Wed Dec 22 2021 Automatic Build System <autodist@mambasoft.it> 1.2.203-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Mon Dec 13 2021 Automatic Build System <autodist@mambasoft.it> 1.2.202-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Thu Dec 02 2021 Automatic Build System <autodist@mambasoft.it> 1.2.201-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Wed Nov 24 2021 Automatic Build System <autodist@mambasoft.it> 1.2.200-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Wed Nov 17 2021 Automatic Build System <autodist@mambasoft.it> 1.2.199-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Fri Nov 12 2021 Automatic Build System <autodist@mambasoft.it> 1.2.198-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Fri Nov 05 2021 Automatic Build System <autodist@mambasoft.it> 1.2.197-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Thu Oct 14 2021 Automatic Build System <autodist@mambasoft.it> 1.2.196-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Wed Oct 06 2021 Automatic Build System <autodist@mambasoft.it> 1.2.195-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Wed Sep 29 2021 Automatic Build System <autodist@mambasoft.it> 1.2.194-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Thu Sep 23 2021 Automatic Build System <autodist@mambasoft.it> 1.2.193-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Wed Sep 15 2021 Automatic Build System <autodist@mambasoft.it> 1.2.192-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Wed Sep 08 2021 Automatic Build System <autodist@mambasoft.it> 1.2.191-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Mon Aug 30 2021 Automatic Build System <autodist@mambasoft.it> 1.2.190-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Sat Aug 21 2021 Automatic Build System <autodist@mambasoft.it> 1.2.189-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Wed Aug 04 2021 Automatic Build System <autodist@mambasoft.it> 1.2.187-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Thu Jul 29 2021 Automatic Build System <autodist@mambasoft.it> 1.2.186-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Tue Jul 20 2021 Automatic Build System <autodist@mambasoft.it> 1.2.185-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Tue Jul 06 2021 Automatic Build System <autodist@mambasoft.it> 1.2.184-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Wed Jun 30 2021 Automatic Build System <autodist@mambasoft.it> 1.2.183-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Mon Jun 28 2021 Automatic Build System <autodist@mambasoft.it> 1.2.182-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Thu Jun 17 2021 Automatic Build System <autodist@mambasoft.it> 1.2.181-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Wed May 26 2021 Automatic Build System <autodist@mambasoft.it> 1.2.179-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Wed May 12 2021 Automatic Build System <autodist@mambasoft.it> 1.2.178-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Wed Apr 28 2021 Automatic Build System <autodist@mambasoft.it> 1.2.177-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Wed Apr 14 2021 Automatic Build System <autodist@mambasoft.it> 1.2.175-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Tue Mar 30 2021 Automatic Build System <autodist@mambasoft.it> 1.2.174-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Mon Mar 22 2021 Automatic Build System <autodist@mambasoft.it> 1.2.173-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Mon Mar 08 2021 Automatic Build System <autodist@mambasoft.it> 1.2.172-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Thu Mar 04 2021 Automatic Build System <autodist@mambasoft.it> 1.2.171-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 1.2.170-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:22 +01:00
|
|
|
* Tue Jan 26 2021 Automatic Build System <autodist@mambasoft.it> 1.2.168-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:21 +01:00
|
|
|
* Wed Jan 06 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.166-1mamba
|
|
|
|
- update to 1.2.166
|
|
|
|
|
2024-01-05 19:09:21 +01:00
|
|
|
* Fri Dec 11 2020 Automatic Build System <autodist@mambasoft.it> 1.2.164-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:21 +01:00
|
|
|
* Wed Nov 11 2020 Automatic Build System <autodist@mambasoft.it> 1.2.160-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:21 +01:00
|
|
|
* Tue Nov 03 2020 Automatic Build System <autodist@mambasoft.it> 1.2.159-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:21 +01:00
|
|
|
* Wed Oct 14 2020 Automatic Build System <autodist@mambasoft.it> 1.2.157-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:21 +01:00
|
|
|
* Sun Sep 20 2020 Automatic Build System <autodist@mambasoft.it> 1.2.153-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:21 +01:00
|
|
|
* Wed Sep 02 2020 Automatic Build System <autodist@mambasoft.it> 1.2.152-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:21 +01:00
|
|
|
* Wed Aug 26 2020 Automatic Build System <autodist@mambasoft.it> 1.2.151-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:21 +01:00
|
|
|
* Wed Aug 05 2020 Automatic Build System <autodist@mambasoft.it> 1.2.149-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:21 +01:00
|
|
|
* Sat Jul 25 2020 Automatic Build System <autodist@mambasoft.it> 1.2.148-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:21 +01:00
|
|
|
* Tue Jul 14 2020 Automatic Build System <autodist@mambasoft.it> 1.2.147-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:21 +01:00
|
|
|
* Thu Jul 09 2020 Automatic Build System <autodist@mambasoft.it> 1.2.146-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:21 +01:00
|
|
|
* Thu Jun 25 2020 Automatic Build System <autodist@mambasoft.it> 1.2.145-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:21 +01:00
|
|
|
* Wed Jun 10 2020 Automatic Build System <autodist@mambasoft.it> 1.2.143-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:21 +01:00
|
|
|
* Mon May 18 2020 Automatic Build System <autodist@mambasoft.it> 1.2.141-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:21 +01:00
|
|
|
* Sat May 09 2020 Automatic Build System <autodist@mambasoft.it> 1.2.140-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:21 +01:00
|
|
|
* Thu Apr 30 2020 Automatic Build System <autodist@mambasoft.it> 1.2.139-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:21 +01:00
|
|
|
* Wed Apr 08 2020 Automatic Build System <autodist@mambasoft.it> 1.2.137-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:21 +01:00
|
|
|
* Fri Mar 27 2020 Automatic Build System <autodist@mambasoft.it> 1.2.136-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:21 +01:00
|
|
|
* Sat Mar 21 2020 Automatic Build System <autodist@mambasoft.it> 1.2.135-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:09:21 +01:00
|
|
|
* Tue Mar 17 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.134-1mamba
|
|
|
|
- package created using the webbuild interface
|