2024-01-05 17:48:48 +01:00
|
|
|
Name: signal-desktop
|
2024-11-08 00:47:59 +01:00
|
|
|
Version: 7.32.0
|
2024-01-05 17:48:49 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 17:48:48 +01:00
|
|
|
Summary: Signal Desktop links with Signal on Android or iOS and lets you message from your computers
|
|
|
|
Group: Graphical Desktop/Applications/Internet
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://signal.org/
|
|
|
|
Source: https://github.com/signalapp/Signal-Desktop.git/v%{version}/Signal-Desktop-%{version}.tar.bz2
|
|
|
|
Source2: signal-desktop.desktop
|
|
|
|
Patch0: signal-desktop-5.40.1-expire-from-source-date-epoch.patch
|
|
|
|
Patch1: signal-desktop-5.40.1-fix-better-sqlite-ssl-error.patch
|
|
|
|
License: Affero GNU Public License
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-09-17 23:19:16 +02:00
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXcomposite-devel
|
|
|
|
BuildRequires: libXdamage-devel
|
|
|
|
BuildRequires: libXext-devel
|
|
|
|
BuildRequires: libXfixes-devel
|
|
|
|
BuildRequires: libXrandr-devel
|
|
|
|
BuildRequires: libalsa-devel
|
|
|
|
BuildRequires: libat-spi2-core-devel
|
|
|
|
BuildRequires: libcairo-devel
|
|
|
|
BuildRequires: libcups-devel
|
|
|
|
BuildRequires: libdbus-devel
|
|
|
|
BuildRequires: libdrm-devel
|
|
|
|
BuildRequires: libexpat-devel
|
|
|
|
BuildRequires: libgcc
|
2024-10-31 16:27:36 +01:00
|
|
|
BuildRequires: libgdk-pixbuf-devel
|
2024-09-17 23:19:16 +02:00
|
|
|
BuildRequires: libglib-devel
|
|
|
|
BuildRequires: libgtk3-devel
|
|
|
|
BuildRequires: libmesa-devel
|
|
|
|
BuildRequires: libnspr-devel
|
|
|
|
BuildRequires: libnss-devel
|
|
|
|
BuildRequires: libpango-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
2024-10-31 16:27:36 +01:00
|
|
|
BuildRequires: libudev-devel
|
2024-09-17 23:19:16 +02:00
|
|
|
BuildRequires: libxcb-devel
|
|
|
|
BuildRequires: libxkbcommon-devel
|
2024-01-05 17:48:48 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-09-17 23:19:16 +02:00
|
|
|
BuildRequires: nodejs
|
2024-01-05 17:48:48 +01:00
|
|
|
BuildRequires: git-lfs
|
|
|
|
|
|
|
|
%description
|
|
|
|
Signal Desktop links with Signal on Android or iOS and lets you message from your computers.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
2024-09-17 23:19:16 +02:00
|
|
|
# Don't clean build at the end
|
|
|
|
%global __spec_rmbuild_cmd /bin/true
|
|
|
|
|
2024-01-05 17:48:48 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n Signal-Desktop-%{version}
|
|
|
|
#-D -T
|
|
|
|
#:<< _EOF
|
|
|
|
|
2024-01-05 17:48:48 +01:00
|
|
|
%define _build_id_links none
|
2024-09-17 23:19:16 +02:00
|
|
|
%global __requires_exclude ^libffmpeg.so.*$
|
2024-01-05 17:48:48 +01:00
|
|
|
%global __provides_exclude_from ^%{_libdir}/signal-desktop/.*$
|
|
|
|
|
2024-01-05 17:48:48 +01:00
|
|
|
# git-lfs hook needs to be installed for one of the dependencies
|
|
|
|
git lfs install
|
|
|
|
|
|
|
|
# Allow higher Node versions
|
2024-09-17 23:19:16 +02:00
|
|
|
sed 's#"node": "#&>=#' -i package.json
|
2024-01-05 17:48:48 +01:00
|
|
|
|
2024-09-17 23:19:16 +02:00
|
|
|
# Install dependencies for sticker-creator
|
|
|
|
npm --prefix ./sticker-creator/ install
|
2024-01-05 17:48:48 +01:00
|
|
|
|
2024-09-17 23:19:16 +02:00
|
|
|
# Install dependencies for signal-desktop
|
|
|
|
npm install --ignore-engines
|
2024-01-05 17:48:48 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
#:<< _EOF
|
|
|
|
export SOURCE_DATE_EPOCH=`date +%s`
|
|
|
|
|
2024-09-17 23:19:16 +02:00
|
|
|
# Build the sticker creator
|
|
|
|
npm --prefix ./sticker-creator/ run build
|
|
|
|
|
|
|
|
# Build signal-desktop
|
|
|
|
npm run build
|
2024-01-05 17:48:48 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
install -d -m0755 %{buildroot}{%{_libdir},%{_bindir}}
|
|
|
|
cp -a release/linux-unpacked %{buildroot}%{_libdir}/signal-desktop
|
|
|
|
ln -s ../%{_lib}/signal-desktop/signal-desktop %{buildroot}%{_bindir}
|
|
|
|
|
2024-09-17 23:19:16 +02:00
|
|
|
chmod u+s %{buildroot}%{_libdir}/signal-desktop/chrome-sandbox
|
|
|
|
|
2024-01-05 17:48:48 +01:00
|
|
|
install -D -m0644 %{SOURCE2} %{buildroot}%{_datadir}/applications/signal-desktop.desktop
|
|
|
|
|
|
|
|
for i in 16 24 32 48 64 128 256 512 1024; do
|
|
|
|
install -D -m0644 build/icons/png/${i}x${i}.png \
|
|
|
|
%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/signal-desktop.png
|
|
|
|
done
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/signal-desktop
|
|
|
|
%{_datadir}/applications/signal-desktop.desktop
|
|
|
|
%dir %{_libdir}/signal-desktop
|
|
|
|
%{_libdir}/signal-desktop/*
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/signal-desktop.png
|
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-11-08 00:47:59 +01:00
|
|
|
* Thu Nov 07 2024 Automatic Build System <autodist@openmamba.org> 7.32.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-10-31 16:27:36 +01:00
|
|
|
* Thu Oct 31 2024 Automatic Build System <autodist@openmamba.org> 7.31.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-10-24 23:09:12 +02:00
|
|
|
* Thu Oct 24 2024 Automatic Build System <autodist@openmamba.org> 7.30.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-10-18 09:03:53 +02:00
|
|
|
* Fri Oct 18 2024 Automatic Build System <autodist@openmamba.org> 7.29.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-10-11 22:32:29 +02:00
|
|
|
* Thu Oct 10 2024 Automatic Build System <autodist@openmamba.org> 7.28.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-10-03 21:42:21 +02:00
|
|
|
* Thu Oct 03 2024 Automatic Build System <autodist@openmamba.org> 7.27.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-27 15:16:41 +02:00
|
|
|
* Fri Sep 27 2024 Automatic Build System <autodist@openmamba.org> 7.26.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-19 19:43:14 +02:00
|
|
|
* Thu Sep 19 2024 Automatic Build System <autodist@openmamba.org> 7.25.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-17 23:19:16 +02:00
|
|
|
* Tue Sep 17 2024 Automatic Build System <autodist@openmamba.org> 7.24.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-08-23 14:51:26 +02:00
|
|
|
* Thu Aug 22 2024 Automatic Build System <autodist@openmamba.org> 7.21.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-08-20 23:29:34 +02:00
|
|
|
* Tue Aug 20 2024 Automatic Build System <autodist@openmamba.org> 7.20.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-08-18 22:57:38 +02:00
|
|
|
* Thu Aug 15 2024 Automatic Build System <autodist@openmamba.org> 7.20.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-08-14 18:54:34 +02:00
|
|
|
* Wed Aug 14 2024 Automatic Build System <autodist@openmamba.org> 7.19.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-08-07 19:17:31 +02:00
|
|
|
* Wed Aug 07 2024 Automatic Build System <autodist@openmamba.org> 7.19.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-08-01 22:26:02 +02:00
|
|
|
* Thu Aug 01 2024 Automatic Build System <autodist@openmamba.org> 7.18.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-07-26 09:16:36 +02:00
|
|
|
* Fri Jul 26 2024 Automatic Build System <autodist@openmamba.org> 7.17.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-07-18 23:14:45 +02:00
|
|
|
* Thu Jul 18 2024 Automatic Build System <autodist@openmamba.org> 7.16.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-07-04 15:40:53 +02:00
|
|
|
* Wed Jul 03 2024 Automatic Build System <autodist@openmamba.org> 7.15.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-06-28 17:39:56 +02:00
|
|
|
* Fri Jun 28 2024 Automatic Build System <autodist@openmamba.org> 7.14.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-06-25 00:23:04 +02:00
|
|
|
* Fri Jun 21 2024 Automatic Build System <autodist@openmamba.org> 7.13.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-06-13 10:44:47 +02:00
|
|
|
* Thu Jun 13 2024 Automatic Build System <autodist@openmamba.org> 7.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-06-08 10:41:08 +02:00
|
|
|
* Wed Jun 05 2024 Automatic Build System <autodist@openmamba.org> 7.11.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-06-01 11:26:03 +02:00
|
|
|
* Fri May 31 2024 Automatic Build System <autodist@openmamba.org> 7.11.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-05-25 00:17:54 +02:00
|
|
|
* Fri May 24 2024 Automatic Build System <autodist@openmamba.org> 7.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-05-21 09:06:20 +02:00
|
|
|
* Tue May 21 2024 Automatic Build System <autodist@openmamba.org> 7.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-18 09:06:06 +01:00
|
|
|
* Mon Mar 18 2024 Automatic Build System <autodist@openmamba.org> 7.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-16 11:18:01 +01:00
|
|
|
* Thu Feb 15 2024 Automatic Build System <autodist@openmamba.org> 6.47.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-08 23:41:38 +01:00
|
|
|
* Thu Feb 08 2024 Automatic Build System <autodist@openmamba.org> 6.47.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-01 11:18:39 +01:00
|
|
|
* Thu Feb 01 2024 Automatic Build System <autodist@openmamba.org> 6.46.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-26 16:54:00 +01:00
|
|
|
* Fri Jan 26 2024 Automatic Build System <autodist@openmamba.org> 6.45.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-25 22:10:47 +01:00
|
|
|
* Thu Jan 25 2024 Automatic Build System <autodist@openmamba.org> 6.45.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-18 13:38:02 +01:00
|
|
|
* Thu Jan 18 2024 Automatic Build System <autodist@openmamba.org> 6.44.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-11 10:38:33 +01:00
|
|
|
* Thu Jan 11 2024 Automatic Build System <autodist@openmamba.org> 6.44.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-09 16:39:57 +01:00
|
|
|
* Tue Jan 09 2024 Automatic Build System <autodist@openmamba.org> 6.43.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:08:18 +01:00
|
|
|
* Fri Jan 05 2024 Automatic Build System <autodist@mambasoft.it> 6.43.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:41 +01:00
|
|
|
* Thu Jan 04 2024 Automatic Build System <autodist@mambasoft.it> 6.43.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:40 +01:00
|
|
|
* Sat Dec 23 2023 Automatic Build System <autodist@mambasoft.it> 6.42.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:39 +01:00
|
|
|
* Fri Dec 15 2023 Automatic Build System <autodist@mambasoft.it> 6.42.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:38 +01:00
|
|
|
* Thu Dec 07 2023 Automatic Build System <autodist@mambasoft.it> 6.41.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Dec 05 2023 Automatic Build System <autodist@mambasoft.it> 6.40.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:37 +01:00
|
|
|
* Thu Nov 16 2023 Automatic Build System <autodist@mambasoft.it> 6.39.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:36 +01:00
|
|
|
* Thu Nov 09 2023 Automatic Build System <autodist@mambasoft.it> 6.38.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:36 +01:00
|
|
|
* Fri Nov 03 2023 Automatic Build System <autodist@mambasoft.it> 6.37.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:34 +01:00
|
|
|
* Wed Oct 25 2023 Automatic Build System <autodist@mambasoft.it> 6.36.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Oct 20 2023 Automatic Build System <autodist@mambasoft.it> 6.35.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:33 +01:00
|
|
|
* Tue Oct 17 2023 Automatic Build System <autodist@mambasoft.it> 6.34.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:29 +01:00
|
|
|
* Thu Oct 12 2023 Automatic Build System <autodist@mambasoft.it> 6.34.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:26 +01:00
|
|
|
* Fri Oct 06 2023 Automatic Build System <autodist@mambasoft.it> 6.33.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:24 +01:00
|
|
|
* Sat Sep 30 2023 Automatic Build System <autodist@mambasoft.it> 6.32.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:22 +01:00
|
|
|
* Fri Sep 22 2023 Automatic Build System <autodist@mambasoft.it> 6.31.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:21 +01:00
|
|
|
* Wed Sep 13 2023 Automatic Build System <autodist@mambasoft.it> 6.30.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:19 +01:00
|
|
|
* Fri Sep 08 2023 Automatic Build System <autodist@mambasoft.it> 6.30.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:18 +01:00
|
|
|
* Thu Sep 07 2023 Automatic Build System <autodist@mambasoft.it> 6.30.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:17 +01:00
|
|
|
* Fri Aug 25 2023 Automatic Build System <autodist@mambasoft.it> 6.29.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:16 +01:00
|
|
|
* Tue Aug 22 2023 Automatic Build System <autodist@mambasoft.it> 6.29.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:14 +01:00
|
|
|
* Wed Aug 09 2023 Automatic Build System <autodist@mambasoft.it> 6.28.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:13 +01:00
|
|
|
* Sat Aug 05 2023 Automatic Build System <autodist@mambasoft.it> 6.27.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:12 +01:00
|
|
|
* Tue Aug 01 2023 Automatic Build System <autodist@mambasoft.it> 6.27.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:11 +01:00
|
|
|
* Fri Jul 21 2023 Automatic Build System <autodist@mambasoft.it> 6.26.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:09 +01:00
|
|
|
* Thu Jul 13 2023 Automatic Build System <autodist@mambasoft.it> 6.25.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:08 +01:00
|
|
|
* Thu Jul 06 2023 Automatic Build System <autodist@mambasoft.it> 6.24.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:07 +01:00
|
|
|
* Thu Jun 29 2023 Automatic Build System <autodist@mambasoft.it> 6.23.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:05 +01:00
|
|
|
* Fri Jun 23 2023 Automatic Build System <autodist@mambasoft.it> 6.22.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:04 +01:00
|
|
|
* Thu Jun 15 2023 Automatic Build System <autodist@mambasoft.it> 6.21.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:02 +01:00
|
|
|
* Sun Jun 11 2023 Automatic Build System <autodist@mambasoft.it> 6.20.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:01 +01:00
|
|
|
* Wed Jun 07 2023 Automatic Build System <autodist@mambasoft.it> 6.20.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:49:00 +01:00
|
|
|
* Thu Mar 23 2023 Automatic Build System <autodist@mambasoft.it> 6.11.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:58 +01:00
|
|
|
* Tue Mar 21 2023 Automatic Build System <autodist@mambasoft.it> 6.10.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:58 +01:00
|
|
|
* Thu Feb 23 2023 Automatic Build System <autodist@mambasoft.it> 6.7.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:57 +01:00
|
|
|
* Thu Feb 16 2023 Automatic Build System <autodist@mambasoft.it> 6.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:56 +01:00
|
|
|
* Sat Feb 11 2023 Automatic Build System <autodist@mambasoft.it> 6.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:55 +01:00
|
|
|
* Fri Feb 10 2023 Automatic Build System <autodist@mambasoft.it> 6.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:54 +01:00
|
|
|
* Sat Feb 04 2023 Automatic Build System <autodist@mambasoft.it> 6.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:53 +01:00
|
|
|
* Wed Jan 18 2023 Automatic Build System <autodist@mambasoft.it> 6.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:49 +01:00
|
|
|
* Sat Dec 24 2022 Automatic Build System <autodist@mambasoft.it> 6.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:49 +01:00
|
|
|
* Mon Nov 14 2022 Automatic Build System <autodist@mambasoft.it> 5.63.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:49 +01:00
|
|
|
* Fri Oct 07 2022 Automatic Build System <autodist@mambasoft.it> 5.62.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:49 +01:00
|
|
|
* Sat Oct 01 2022 Automatic Build System <autodist@mambasoft.it> 5.61.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:49 +01:00
|
|
|
* Fri Sep 30 2022 Automatic Build System <autodist@mambasoft.it> 5.61.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:49 +01:00
|
|
|
* Fri Sep 23 2022 Automatic Build System <autodist@mambasoft.it> 5.60.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:49 +01:00
|
|
|
* Fri Sep 16 2022 Automatic Build System <autodist@mambasoft.it> 5.59.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:49 +01:00
|
|
|
* Thu Sep 15 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.58.0-2mamba
|
|
|
|
- fix requires exclusion
|
|
|
|
|
|
|
|
* Wed Sep 14 2022 Automatic Build System <autodist@mambasoft.it> 5.58.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:48 +01:00
|
|
|
* Fri Sep 02 2022 Automatic Build System <autodist@mambasoft.it> 5.57.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:48 +01:00
|
|
|
* Fri Aug 26 2022 Automatic Build System <autodist@mambasoft.it> 5.56.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:48 +01:00
|
|
|
* Sun Aug 21 2022 Automatic Build System <autodist@mambasoft.it> 5.55.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:48 +01:00
|
|
|
* Wed Aug 10 2022 Automatic Build System <autodist@mambasoft.it> 5.54.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Aug 04 2022 Automatic Build System <autodist@mambasoft.it> 5.53.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Jul 29 2022 Automatic Build System <autodist@mambasoft.it> 5.52.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:48 +01:00
|
|
|
* Wed Jul 27 2022 Automatic Build System <autodist@mambasoft.it> 5.51.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:48 +01:00
|
|
|
* Fri Jul 22 2022 Automatic Build System <autodist@mambasoft.it> 5.51.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:48 +01:00
|
|
|
* Fri Jul 15 2022 Automatic Build System <autodist@mambasoft.it> 5.50.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:48 +01:00
|
|
|
* Sat Jul 09 2022 Automatic Build System <autodist@mambasoft.it> 5.49.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:48 +01:00
|
|
|
* Sat Jul 02 2022 Automatic Build System <autodist@mambasoft.it> 5.48.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:48 +01:00
|
|
|
* Fri Jun 24 2022 Automatic Build System <autodist@mambasoft.it> 5.47.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:48 +01:00
|
|
|
* Fri Jun 17 2022 Automatic Build System <autodist@mambasoft.it> 5.46.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:48 +01:00
|
|
|
* Thu Jun 09 2022 Automatic Build System <autodist@mambasoft.it> 5.45.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:48 +01:00
|
|
|
* Fri Jun 03 2022 Automatic Build System <autodist@mambasoft.it> 5.45.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:48 +01:00
|
|
|
* Fri May 27 2022 Automatic Build System <autodist@mambasoft.it> 5.44.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:48 +01:00
|
|
|
* Thu May 26 2022 Automatic Build System <autodist@mambasoft.it> 5.44.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:48 +01:00
|
|
|
* Sat May 14 2022 Automatic Build System <autodist@mambasoft.it> 5.43.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:48 +01:00
|
|
|
* Mon May 09 2022 Automatic Build System <autodist@mambasoft.it> 5.42.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:48:48 +01:00
|
|
|
* Wed Apr 27 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.40.1-3mamba
|
|
|
|
- rebuilt with nvm to install compatible nodejs versione (16.13.0)
|
|
|
|
|
|
|
|
* Tue Apr 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.40.1-2mamba
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Sat Apr 23 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.40.1-1mamba
|
|
|
|
- package created using the webbuild interface
|