2024-01-05 20:59:05 +01:00
|
|
|
%define plasmaver %(echo %version | cut -d. -f1-3)
|
2024-01-05 20:59:04 +01:00
|
|
|
|
|
|
|
Name: breeze-plymouth
|
2024-10-18 20:28:50 +02:00
|
|
|
Version: 6.2.1
|
2024-01-05 20:59:07 +01:00
|
|
|
Release: 1mamba
|
2024-03-29 17:48:07 +01:00
|
|
|
Summary: KDE Plasma boot splash theme
|
2024-01-05 20:59:04 +01:00
|
|
|
Group: Graphical Desktop/Look 'n' feel
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-03-29 17:48:07 +01:00
|
|
|
URL: https://kde.org/it/plasma-desktop/
|
|
|
|
Source: https://download.kde.org/%{stable_kf6}/plasma/%{plasmaver}/breeze-plymouth-%{version}.tar.xz
|
2024-01-05 20:59:04 +01:00
|
|
|
Source1: openmamba.plasma.logo.png
|
2024-01-05 20:59:04 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 20:59:06 +01:00
|
|
|
BuildRequires: libplymouth-devel
|
2024-01-05 20:59:04 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
2024-03-29 17:48:07 +01:00
|
|
|
BuildRequires: kf6-rpm-macros
|
2024-01-05 20:59:04 +01:00
|
|
|
BuildRequires: extra-cmake-modules
|
2024-01-05 20:59:05 +01:00
|
|
|
BuildRequires: plymouth-devel >= 3:0.9.4.20200311git
|
2024-01-05 20:59:07 +01:00
|
|
|
Requires(post): breeze-plymouth-os-logo
|
2024-01-05 20:59:07 +01:00
|
|
|
Provides: plymouththeme
|
2024-01-05 20:59:04 +01:00
|
|
|
|
|
|
|
%description
|
2024-03-29 17:48:07 +01:00
|
|
|
KDE Plasma boot splash theme.
|
2024-01-05 20:59:04 +01:00
|
|
|
|
2024-01-05 20:59:07 +01:00
|
|
|
%package os-logo
|
|
|
|
Group: Graphical Desktop/Look 'n' feel
|
|
|
|
Summary: openmamba OS logo for Breeze boot splash theme
|
|
|
|
|
|
|
|
%description os-logo
|
|
|
|
openmamba OS logo for Breeze boot splash theme.
|
|
|
|
|
2024-01-05 20:59:04 +01:00
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-03-29 17:48:07 +01:00
|
|
|
%cmake_kf6 \
|
2024-01-05 20:59:07 +01:00
|
|
|
-DDISTRO_NAME="" \
|
|
|
|
-DDISTRO_VERSION="" \
|
2024-01-05 20:59:07 +01:00
|
|
|
-DDISTRO_LOGO="os"
|
2024-01-05 20:59:04 +01:00
|
|
|
|
2024-03-29 17:48:07 +01:00
|
|
|
%cmake_build
|
2024-01-05 20:59:04 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-03-29 17:48:07 +01:00
|
|
|
%cmake_install
|
2024-01-05 20:59:04 +01:00
|
|
|
|
2024-01-05 20:59:07 +01:00
|
|
|
install -m0644 %{SOURCE1} %{buildroot}%{_datadir}/plymouth/themes/breeze/images/os.logo.png
|
2024-01-05 20:59:04 +01:00
|
|
|
|
2024-01-05 20:59:04 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-05 20:59:04 +01:00
|
|
|
%posttrans
|
|
|
|
if [ $1 -ge 1 ]; then
|
2024-01-05 20:59:07 +01:00
|
|
|
# Set breeze as current theme if none is set
|
|
|
|
grep "^Theme=" %{_sysconfdir}/plymouth/plymouthd.conf >/dev/null || /usr/sbin/plymouth-set-default-theme breeze
|
2024-01-05 20:59:04 +01:00
|
|
|
KVER=`uname -r`
|
|
|
|
INITRAMFS=/boot/initramfs-$KVER.img
|
|
|
|
if [ -e /boot/vmlinuz-$KVER ]; then
|
|
|
|
[ -e $INITRAMFS -a ${_sysconfdir}/dracut.conf -nt $INITRAMFS ] || continue
|
|
|
|
[ -e /usr/bin/mkinitrd ] && mkinitrd $INITRAMFS $KVER -f -q
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
:
|
|
|
|
|
2024-01-05 20:59:04 +01:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/plymouth/breeze-text.so
|
|
|
|
%dir %{_datadir}/plymouth/themes/breeze-text
|
|
|
|
%{_datadir}/plymouth/themes/breeze-text/*
|
|
|
|
%dir %{_datadir}/plymouth/themes/breeze
|
|
|
|
%{_datadir}/plymouth/themes/breeze/breeze.grub
|
|
|
|
%{_datadir}/plymouth/themes/breeze/breeze.plymouth
|
|
|
|
%{_datadir}/plymouth/themes/breeze/breeze.script
|
|
|
|
%dir %{_datadir}/plymouth/themes/breeze/images
|
|
|
|
%{_datadir}/plymouth/themes/breeze/images/*
|
2024-01-05 20:59:07 +01:00
|
|
|
%exclude %{_datadir}/plymouth/themes/breeze/images/os.logo.png
|
2024-01-05 20:59:04 +01:00
|
|
|
%{_datadir}/plymouth/themes/breeze/preview.png
|
2024-01-05 20:59:05 +01:00
|
|
|
%doc LICENSES
|
2024-01-05 20:59:04 +01:00
|
|
|
|
2024-01-05 20:59:07 +01:00
|
|
|
%files os-logo
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_datadir}/plymouth/themes/breeze/images/os.logo.png
|
|
|
|
|
2024-01-05 20:59:04 +01:00
|
|
|
%changelog
|
2024-10-18 20:28:50 +02:00
|
|
|
* Wed Oct 16 2024 Automatic Build System <autodist@openmamba.org> 6.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-10-12 11:07:17 +02:00
|
|
|
* Thu Oct 10 2024 Automatic Build System <autodist@openmamba.org> 6.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Sep 19 2024 Automatic Build System <autodist@openmamba.org> 6.1.90-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-14 12:37:17 +02:00
|
|
|
* Tue Sep 10 2024 Automatic Build System <autodist@openmamba.org> 6.1.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-08-09 23:57:51 +02:00
|
|
|
* Tue Aug 06 2024 Automatic Build System <autodist@openmamba.org> 6.1.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-07-19 23:51:50 +02:00
|
|
|
* Wed Jul 17 2024 Automatic Build System <autodist@openmamba.org> 6.1.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-07-05 16:06:04 +02:00
|
|
|
* Tue Jul 02 2024 Automatic Build System <autodist@openmamba.org> 6.1.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-06-29 10:26:17 +02:00
|
|
|
* Wed Jun 26 2024 Automatic Build System <autodist@openmamba.org> 6.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-06-24 23:31:36 +02:00
|
|
|
* Tue Jun 18 2024 Automatic Build System <autodist@openmamba.org> 6.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue May 28 2024 Automatic Build System <autodist@openmamba.org> 6.0.90-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-05-26 21:09:39 +02:00
|
|
|
* Wed May 22 2024 Automatic Build System <autodist@openmamba.org> 6.0.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-04-21 10:29:52 +02:00
|
|
|
* Wed Apr 17 2024 Automatic Build System <autodist@openmamba.org> 6.0.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-04-03 00:35:33 +02:00
|
|
|
* Wed Mar 27 2024 Automatic Build System <autodist@openmamba.org> 6.0.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-29 17:48:07 +01:00
|
|
|
* Wed Mar 13 2024 Automatic Build System <autodist@openmamba.org> 6.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Mar 07 2024 Automatic Build System <autodist@openmamba.org> 6.0.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Feb 29 2024 Automatic Build System <autodist@openmamba.org> 6.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Feb 02 2024 Automatic Build System <autodist@openmamba.org> 5.93.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Jan 20 2024 Automatic Build System <autodist@openmamba.org> 5.92.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:12 +01:00
|
|
|
* Wed Dec 06 2023 Automatic Build System <autodist@mambasoft.it> 5.27.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:12 +01:00
|
|
|
* Wed Oct 25 2023 Automatic Build System <autodist@mambasoft.it> 5.27.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:11 +01:00
|
|
|
* Tue Sep 12 2023 Automatic Build System <autodist@mambasoft.it> 5.27.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:11 +01:00
|
|
|
* Wed Aug 02 2023 Automatic Build System <autodist@mambasoft.it> 5.27.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:10 +01:00
|
|
|
* Wed Jun 21 2023 Automatic Build System <autodist@mambasoft.it> 5.27.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:10 +01:00
|
|
|
* Wed May 10 2023 Automatic Build System <autodist@mambasoft.it> 5.27.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:10 +01:00
|
|
|
* Tue Apr 04 2023 Automatic Build System <autodist@mambasoft.it> 5.27.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:09 +01:00
|
|
|
* Wed Mar 15 2023 Automatic Build System <autodist@mambasoft.it> 5.27.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:09 +01:00
|
|
|
* Wed Mar 01 2023 Automatic Build System <autodist@mambasoft.it> 5.27.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:08 +01:00
|
|
|
* Wed Feb 22 2023 Automatic Build System <autodist@mambasoft.it> 5.27.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Feb 14 2023 Automatic Build System <autodist@mambasoft.it> 5.27.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:08 +01:00
|
|
|
* Wed Jan 04 2023 Automatic Build System <autodist@mambasoft.it> 5.26.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:07 +01:00
|
|
|
* Wed Nov 30 2022 Automatic Build System <autodist@mambasoft.it> 5.26.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:07 +01:00
|
|
|
* Wed Nov 09 2022 Automatic Build System <autodist@mambasoft.it> 5.26.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:07 +01:00
|
|
|
* Thu Oct 27 2022 Automatic Build System <autodist@mambasoft.it> 5.26.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:07 +01:00
|
|
|
* Wed Oct 19 2022 Automatic Build System <autodist@mambasoft.it> 5.26.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Oct 12 2022 Automatic Build System <autodist@mambasoft.it> 5.26.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:07 +01:00
|
|
|
* Wed Sep 07 2022 Automatic Build System <autodist@mambasoft.it> 5.25.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Aug 02 2022 Automatic Build System <autodist@mambasoft.it> 5.25.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:07 +01:00
|
|
|
* Tue Jul 12 2022 Automatic Build System <autodist@mambasoft.it> 5.25.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:07 +01:00
|
|
|
* Sun Jul 03 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.25.2-3mamba
|
|
|
|
- posttrans: set breeze as current theme if nothing else is set
|
|
|
|
|
2024-01-05 20:59:07 +01:00
|
|
|
* Sat Jul 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.25.2-2mamba
|
|
|
|
- clear distro name and version
|
|
|
|
|
2024-01-05 20:59:07 +01:00
|
|
|
* Wed Jun 29 2022 Automatic Build System <autodist@mambasoft.it> 5.25.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:07 +01:00
|
|
|
* Tue Jun 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.25.1-2mamba
|
|
|
|
- provide plymouththeme
|
|
|
|
|
2024-01-05 20:59:07 +01:00
|
|
|
* Tue Jun 21 2022 Automatic Build System <autodist@mambasoft.it> 5.25.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:07 +01:00
|
|
|
* Thu Jun 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.25.0-2mamba
|
|
|
|
- split os logo into a subpackage
|
|
|
|
|
|
|
|
* Tue Jun 14 2022 Automatic Build System <autodist@mambasoft.it> 5.25.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:07 +01:00
|
|
|
* Wed May 04 2022 Automatic Build System <autodist@mambasoft.it> 5.24.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:07 +01:00
|
|
|
* Tue Mar 29 2022 Automatic Build System <autodist@mambasoft.it> 5.24.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:07 +01:00
|
|
|
* Wed Mar 09 2022 Automatic Build System <autodist@mambasoft.it> 5.24.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:07 +01:00
|
|
|
* Wed Feb 23 2022 Automatic Build System <autodist@mambasoft.it> 5.24.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:07 +01:00
|
|
|
* Wed Feb 16 2022 Automatic Build System <autodist@mambasoft.it> 5.24.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:07 +01:00
|
|
|
* Tue Feb 08 2022 Automatic Build System <autodist@mambasoft.it> 5.24.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:07 +01:00
|
|
|
* Wed Jan 05 2022 Automatic Build System <autodist@mambasoft.it> 5.23.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:07 +01:00
|
|
|
* Tue Nov 30 2021 Automatic Build System <autodist@mambasoft.it> 5.23.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:07 +01:00
|
|
|
* Wed Nov 10 2021 Automatic Build System <autodist@mambasoft.it> 5.23.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:07 +01:00
|
|
|
* Wed Oct 27 2021 Automatic Build System <autodist@mambasoft.it> 5.23.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:06 +01:00
|
|
|
* Wed Oct 20 2021 Automatic Build System <autodist@mambasoft.it> 5.23.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Oct 14 2021 Automatic Build System <autodist@mambasoft.it> 5.23.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:06 +01:00
|
|
|
* Wed Sep 01 2021 Automatic Build System <autodist@mambasoft.it> 5.22.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:06 +01:00
|
|
|
* Wed Jul 28 2021 Automatic Build System <autodist@mambasoft.it> 5.22.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:06 +01:00
|
|
|
* Wed Jul 07 2021 Automatic Build System <autodist@mambasoft.it> 5.22.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:06 +01:00
|
|
|
* Wed Jun 23 2021 Automatic Build System <autodist@mambasoft.it> 5.22.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jun 23 2021 Automatic Build System <autodist@mambasoft.it> 5.22.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:06 +01:00
|
|
|
* Wed Jun 16 2021 Automatic Build System <autodist@mambasoft.it> 5.22.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jun 08 2021 Automatic Build System <autodist@mambasoft.it> 5.22.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:06 +01:00
|
|
|
* Wed May 05 2021 Automatic Build System <autodist@mambasoft.it> 5.21.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:06 +01:00
|
|
|
* Wed Apr 07 2021 Automatic Build System <autodist@mambasoft.it> 5.21.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:06 +01:00
|
|
|
* Wed Mar 17 2021 Automatic Build System <autodist@mambasoft.it> 5.21.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:06 +01:00
|
|
|
* Wed Mar 03 2021 Automatic Build System <autodist@mambasoft.it> 5.21.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:06 +01:00
|
|
|
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 5.21.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:06 +01:00
|
|
|
* Tue Feb 16 2021 Automatic Build System <autodist@mambasoft.it> 5.21.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:06 +01:00
|
|
|
* Fri Jan 08 2021 Automatic Build System <autodist@mambasoft.it> 5.20.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:06 +01:00
|
|
|
* Wed Dec 02 2020 Automatic Build System <autodist@mambasoft.it> 5.20.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:06 +01:00
|
|
|
* Sat Nov 21 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.20.3-2mamba
|
|
|
|
- openmamba.plasma.logo.png: updated
|
|
|
|
|
2024-01-05 20:59:06 +01:00
|
|
|
* Wed Nov 11 2020 Automatic Build System <autodist@mambasoft.it> 5.20.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:06 +01:00
|
|
|
* Thu Oct 29 2020 Automatic Build System <autodist@mambasoft.it> 5.20.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Wed Oct 21 2020 Automatic Build System <autodist@mambasoft.it> 5.20.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Sun Oct 18 2020 Automatic Build System <autodist@mambasoft.it> 5.20.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Wed Sep 02 2020 Automatic Build System <autodist@mambasoft.it> 5.19.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Thu Jul 30 2020 Automatic Build System <autodist@mambasoft.it> 5.19.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Wed Jul 08 2020 Automatic Build System <autodist@mambasoft.it> 5.19.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Fri Jun 26 2020 Automatic Build System <autodist@mambasoft.it> 5.19.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Fri Jun 19 2020 Automatic Build System <autodist@mambasoft.it> 5.19.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Wed Jun 10 2020 Automatic Build System <autodist@mambasoft.it> 5.19.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Fri May 08 2020 Automatic Build System <autodist@mambasoft.it> 5.18.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Mon Apr 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.18.4.1-1mamba
|
|
|
|
- update to 5.18.4.1
|
|
|
|
|
|
|
|
* Wed Apr 01 2020 Automatic Build System <autodist@mambasoft.it> 5.18.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Fri Mar 13 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.18.3-2mamba
|
|
|
|
- rebuilt with plymouth 3:0.9.4.20200311git
|
|
|
|
|
|
|
|
* Wed Mar 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.18.3-1mamba
|
|
|
|
- update to 5.18.3
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Thu Feb 20 2020 Automatic Build System <autodist@mambasoft.it> 5.18.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Feb 15 2020 Automatic Build System <autodist@mambasoft.it> 5.18.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Wed Jan 08 2020 Automatic Build System <autodist@mambasoft.it> 5.17.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Wed Dec 04 2019 Automatic Build System <autodist@mambasoft.it> 5.17.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Tue Nov 12 2019 Automatic Build System <autodist@mambasoft.it> 5.17.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Wed Oct 30 2019 Automatic Build System <autodist@mambasoft.it> 5.17.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Wed Oct 23 2019 Automatic Build System <autodist@mambasoft.it> 5.17.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Wed Oct 16 2019 Automatic Build System <autodist@mambasoft.it> 5.17.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Tue Sep 10 2019 Automatic Build System <autodist@mambasoft.it> 5.16.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Fri Aug 02 2019 Automatic Build System <autodist@mambasoft.it> 5.16.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Sun Jul 14 2019 Automatic Build System <autodist@mambasoft.it> 5.16.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Wed Jun 26 2019 Automatic Build System <autodist@mambasoft.it> 5.16.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Thu Jun 20 2019 Automatic Build System <autodist@mambasoft.it> 5.16.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Sat Jun 15 2019 Automatic Build System <autodist@mambasoft.it> 5.16.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Thu May 09 2019 Automatic Build System <autodist@mambasoft.it> 5.15.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Wed Apr 03 2019 Automatic Build System <autodist@mambasoft.it> 5.15.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Wed Feb 27 2019 Automatic Build System <autodist@mambasoft.it> 5.15.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Wed Feb 20 2019 Automatic Build System <autodist@mambasoft.it> 5.15.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Feb 16 2019 Automatic Build System <autodist@mambasoft.it> 5.15.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Thu Jan 10 2019 Automatic Build System <autodist@mambasoft.it> 5.14.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Mon Dec 03 2018 Automatic Build System <autodist@mambasoft.it> 5.14.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Sun Nov 11 2018 Automatic Build System <autodist@mambasoft.it> 5.14.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Sun Oct 21 2018 Automatic Build System <autodist@mambasoft.it> 5.14.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Tue Oct 16 2018 Automatic Build System <autodist@mambasoft.it> 5.14.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:05 +01:00
|
|
|
* Wed Sep 05 2018 Automatic Build System <autodist@mambasoft.it> 5.13.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:04 +01:00
|
|
|
* Fri Aug 03 2018 Automatic Build System <autodist@mambasoft.it> 5.13.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:04 +01:00
|
|
|
* Fri Jul 13 2018 Automatic Build System <autodist@mambasoft.it> 5.13.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:04 +01:00
|
|
|
* Sun Jul 08 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 5.13.2-1mamba
|
|
|
|
- update to 5.13.2
|
|
|
|
|
2024-01-05 20:59:04 +01:00
|
|
|
* Wed Jun 20 2018 Automatic Build System <autodist@mambasoft.it> 5.13.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Jun 16 2018 Automatic Build System <autodist@mambasoft.it> 5.13.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:04 +01:00
|
|
|
* Mon May 07 2018 Automatic Build System <autodist@mambasoft.it> 5.12.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:04 +01:00
|
|
|
* Sun Apr 01 2018 Automatic Build System <autodist@mambasoft.it> 5.12.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:04 +01:00
|
|
|
* Wed Mar 07 2018 Automatic Build System <autodist@mambasoft.it> 5.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Feb 25 2018 Automatic Build System <autodist@mambasoft.it> 5.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Feb 08 2018 Automatic Build System <autodist@mambasoft.it> 5.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:04 +01:00
|
|
|
* Thu Jan 18 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 5.11.4-2mamba
|
|
|
|
- customized with openmamba logo
|
|
|
|
|
2024-01-05 20:59:04 +01:00
|
|
|
* Thu Dec 07 2017 Automatic Build System <autodist@mambasoft.it> 5.11.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:04 +01:00
|
|
|
* Thu Nov 09 2017 Automatic Build System <autodist@mambasoft.it> 5.11.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:59:04 +01:00
|
|
|
* Sun Oct 29 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 5.11.2-1mamba
|
|
|
|
- package created using the webbuild interface
|