commit 531711bdf1ea88db01bd0a512f1063751d94b7e6
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Sat Nov 26 14:32:23 2022 +0100
Updated to version 4.3.4.
.gitignore | 1 +
sources | 2 +-
telegram-desktop.spec | 11 +++++++----
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 56526fa..96feff4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -185,3 +185,4 @@
/tdesktop-4.2.4-full.tar.gz
/tdesktop-4.3.0-full.tar.gz
/tdesktop-4.3.1-full.tar.gz
+/tdesktop-4.3.4-full.tar.gz
diff --git a/sources b/sources
index 5bd2acb..914c1b5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tdesktop-4.3.1-full.tar.gz) =
365c16f4260827e3ad7e066f6ec96fc97a6f5874df376933f16de20c3488c24f52bc1aa3bd5df936f29a198e287dc8e706b259d57d7d7a9d6468c7edc7568514
+SHA512 (tdesktop-4.3.4-full.tar.gz) =
415e0d60508317ef6d07e1f8aa2d974b166925f19349106cc543e487dd5bef8d1ff0548fb815682c6c4bb3bf762c08fcb1c7073f2c7ad305ae885b7979c70f88
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 58a9b6f..20aff08 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -10,13 +10,14 @@
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
Name: telegram-desktop
-Version: 4.3.1
+Version: 4.3.4
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
# * Telegram Desktop - GPLv3+ with OpenSSL exception -- main tarball;
# * tg_owt - BSD and ASL 2.0 -- static dependency;
# * rlottie - LGPLv2+ -- static dependency;
+# * cld3 - ASL 2.0 -- static dependency;
# * qt_functions.cpp - LGPLv3 -- build-time dependency;
# * open-sans-fonts - ASL 2.0 -- bundled font;
# * vazirmatn-fonts - OFL -- bundled font.
@@ -56,6 +57,7 @@ BuildRequires: pkgconfig(liblzma)
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(libxxhash)
BuildRequires: pkgconfig(opus)
+BuildRequires: pkgconfig(protobuf)
BuildRequires: pkgconfig(rnnoise)
BuildRequires: pkgconfig(vpx)
@@ -144,6 +146,7 @@ Provides: telegram = %{?epoch:%{epoch}:}%{version}-%{release}
Provides: telegram%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
# Virtual provides for bundled libraries...
+Provides: bundled(cld3) = 3.0.13~gitb48dc46
Provides: bundled(libtgvoip) = 2.4.4
Provides: bundled(rlottie) = 0~git8c69fc2
@@ -211,11 +214,11 @@ desktop-file-validate
%{buildroot}%{_datadir}/applications/*.desktop
%{_metainfodir}/*.metainfo.xml
%changelog
+* Sat Nov 26 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 4.3.4-1
+- Updated to version 4.3.4.
+
* Tue Nov 08 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 4.3.1-1
- Updated to version 4.3.1.
* Sun Nov 06 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 4.3.0-1
- Updated to version 4.3.0.
-
-* Fri Sep 30 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 4.2.4-1
-- Updated to version 4.2.4.
Show replies by date