commit c68fa0f1811c0fa93f230fe6c05c4e7ee8fd5101
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Fri Nov 20 17:02:56 2020 +0100
Updated to latest Git snapshot.
.gitignore | 1 +
sources | 2 +-
tg_owt-add-missing-sources.patch | 23 -----------------------
tg_owt.spec | 12 ++++++------
4 files changed, 8 insertions(+), 30 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3022c5d..dee6e70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/tg_owt-e8fcae7.tar.gz
/tg_owt-12f4a27.tar.gz
+/tg_owt-10b988a.tar.gz
diff --git a/sources b/sources
index e857cea..ca59597 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tg_owt-12f4a27.tar.gz) =
de9d4490c3e68f17dd75e523596683395e67e91b51c5c7af61c0a51517779129cc965bc97d63b5054bdddb76d385ab33d6995d72b08316941fa2a72a93d1c3fa
+SHA512 (tg_owt-10b988a.tar.gz) =
10f6ca1a6a82e9bd9af9e815b4d849fdace39332df61d32a9b706bffc3e8647b20f58e63a2fcc4e714e1480768ddd8f7ad21588f1e9762b3c056b205abfd5806
diff --git a/tg_owt.spec b/tg_owt.spec
index ec11c7d..bde33db 100644
--- a/tg_owt.spec
+++ b/tg_owt.spec
@@ -1,12 +1,12 @@
%undefine __cmake_in_source_build
-%global commit0 12f4a27f2f02f9dd40f9891d8ec6e58bc1ff5263
+%global commit0 10b988aa9111fd25358443ac34d0d422b5108029
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
-%global date 20201105
+%global date 20201112
Name: tg_owt
Version: 0
-Release: 2.%{date}git%{shortcommit0}%{?dist}
+Release: 3.%{date}git%{shortcommit0}%{?dist}
# Main project - BSD
# abseil-cpp - ASL 2.0
@@ -22,9 +22,6 @@ Summary: WebRTC library for the Telegram messenger
URL:
https://github.com/desktop-app/%{name}
Source0: %{url}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
-#
https://github.com/desktop-app/tg_owt/pull/37
-Patch100: %{name}-add-missing-sources.patch
-
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(libavcodec)
BuildRequires: pkgconfig(libavformat)
@@ -152,6 +149,9 @@ cp -f -p src/rtc_base/third_party/sigslot/README.chromium
legal/README.sigslot
%{_libdir}/lib%{name}.so
%changelog
+* Fri Nov 20 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-3.20201112git10b988a
+- Updated to latest Git snapshot.
+
* Thu Nov 12 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-2.20201105git12f4a27
- Updated to latest Git snapshot.