automatic version update by autodist [release 4.0.2-1mamba;Sun Jul 24 2022]

This commit is contained in:
Automatic Build System 2024-01-05 18:22:22 +01:00
parent 696c1a0238
commit e1792e1c54
2 changed files with 24 additions and 4 deletions

View File

@ -0,0 +1,12 @@
diff --git a/tgcalls/utils/gzip.h b/tgcalls/utils/gzip.h
index a3f3ea2..7ae5cc5 100644
--- a/tgcalls/utils/gzip.h
+++ b/tgcalls/utils/gzip.h
@@ -3,6 +3,7 @@
#include <absl/types/optional.h>
#include <vector>
+#include <cstdint>
namespace tgcalls {

View File

@ -1,5 +1,5 @@
Name: telegram Name: telegram
Version: 3.7.3 Version: 4.0.2
Release: 1mamba Release: 1mamba
Summary: The official desktop client for the Telegram messenger Summary: The official desktop client for the Telegram messenger
Group: Graphical Desktop/Applications/Internet Group: Graphical Desktop/Applications/Internet
@ -15,6 +15,7 @@ Patch1: telegram-1.5.15-no-gtk2.patch
Patch2: telegram-1.5.15-libtgvoip.patch Patch2: telegram-1.5.15-libtgvoip.patch
Patch3: telegram-2.7.4-fix-webview-includes.patch Patch3: telegram-2.7.4-fix-webview-includes.patch
Patch4: telegram-2.7.4-add_missing_include_optional.patch Patch4: telegram-2.7.4-add_missing_include_optional.patch
Patch5: telegram-4.0.2-fix-tgcalls-cstdint.patch
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -59,12 +60,10 @@ BuildRequires: qt6-qtwayland-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
#BuildRequires: libbreakpad-devel #BuildRequires: libbreakpad-devel
BuildRequires: range-v3-devel BuildRequires: range-v3-devel
#BuildRequires: libunity-devel
BuildRequires: range-v3-devel >= 0.11.0 BuildRequires: range-v3-devel >= 0.11.0
BuildRequires: libtg_owt-devel >= 0.0.20210128 BuildRequires: libtg_owt-devel >= 0.1.20220508git.10d5f4b
BuildRequires: libmicrosoft-gsl-devel BuildRequires: libmicrosoft-gsl-devel
BuildRequires: tl-expected-devel BuildRequires: tl-expected-devel
BuildRequires: qt6-qt5compat-devel
BuildRequires: librnnoise-devel BuildRequires: librnnoise-devel
Requires: kconfig Requires: kconfig
Requires: qt6-qtimageformats Requires: qt6-qtimageformats
@ -83,9 +82,15 @@ The official desktop client for the Telegram messenger.
#%patch4 -p1 #%patch4 -p1
#cd Telegram/lib_webview #cd Telegram/lib_webview
#%patch3 -p1 #%patch3 -p1
#rm -rf Telegram/ThirdParty/libtgvoip/webrtc_dsp/absl
cd Telegram/ThirdParty/tgcalls
%patch5 -p1
cd ../../..
%build %build
#:<< __EOF #:<< __EOF
#export PKG_CONFIG_PATH='%{_libdir}/ffmpeg4/pkgconfig'
%cmake -d build \ %cmake -d build \
-G Ninja \ -G Ninja \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
@ -136,6 +141,9 @@ fi
%doc LICENSE LEGAL %doc LICENSE LEGAL
%changelog %changelog
* Sun Jul 24 2022 Automatic Build System <autodist@mambasoft.it> 4.0.2-1mamba
- automatic version update by autodist
* Sat Jun 04 2022 Automatic Build System <autodist@mambasoft.it> 3.7.3-1mamba * Sat Jun 04 2022 Automatic Build System <autodist@mambasoft.it> 3.7.3-1mamba
- automatic version update by autodist - automatic version update by autodist