commit 0f1f68a3391dbc2704a22d6ea0d6e8d4e171cea8
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Fri Mar 11 18:59:14 2022 +0100
Updated to the latest Git snapshot.
.gitignore | 1 +
sources | 2 +-
tg_owt-gcc12-fixes.patch | 25 -------------------------
tg_owt.spec | 12 ++++++------
4 files changed, 8 insertions(+), 32 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a379ca7..5d4ce68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
/tg_owt-d5c3d43.tar.gz
/tg_owt-25c8637.tar.gz
/tg_owt-db7d469.tar.gz
+/tg_owt-a264028.tar.gz
diff --git a/sources b/sources
index 651bea9..1c37f04 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (libyuv-ad89006.tar.gz) =
0d5b1afeab9d45a3ccfaf9f184e26218c4caccf1d829cbe0ec8522241a5b0b60209754c082086911d2e866ab94776c64c0c1f9acdeac4b1a25fc447053f090ec
-SHA512 (tg_owt-db7d469.tar.gz) =
31080802bd303d0977b029c2b917b24232b56d228fd96141f9c364d9fe63357fb5fdb5c6762270b26ffc615e98ab9862e88ee22a2762255c206c8e8c511165f2
+SHA512 (tg_owt-a264028.tar.gz) =
f805b475d25fa6d6c37336ad0f00619de5fcfd85075f2fa1273d509fcf70fa9c1c0fdb515cb36405674f3fdba4464cc84044c2e60cc6d543570d4e50577f4b3a
diff --git a/tg_owt.spec b/tg_owt.spec
index 4417061..c3c8eb1 100644
--- a/tg_owt.spec
+++ b/tg_owt.spec
@@ -1,9 +1,9 @@
%undefine __cmake_in_source_build
%global debug_package %{nil}
-%global commit0 db7d4697aba4aeb51369e25cc9f8f4b3a2bbb8e7
+%global commit0 a264028ec71d9096e0aa629113c49c25db89d260
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
-%global date 20220207
+%global date 20220225
# Git revision of libyuv...
%global commit1 ad890067f661dc747a975bc55ba3767fe30d4452
@@ -11,7 +11,7 @@
Name: tg_owt
Version: 0
-Release: 17.%{date}git%{shortcommit0}%{?dist}
+Release: 18.%{date}git%{shortcommit0}%{?dist}
# Main project - BSD
# abseil-cpp - ASL 2.0
@@ -27,9 +27,6 @@ URL:
https://github.com/desktop-app/%{name}
Source0: %{url}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
Source1:
https://chromium.googlesource.com/libyuv/libyuv/+archive/%{commit1}.tar.g...
-#
https://github.com/desktop-app/tg_owt/pull/90
-Patch100: %{name}-gcc12-fixes.patch
-
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(epoxy)
BuildRequires: pkgconfig(gbm)
@@ -169,6 +166,9 @@ cp -f -p src/rtc_base/third_party/sigslot/README.chromium
legal/README.sigslot
%{_libdir}/lib%{name}.a
%changelog
+* Fri Mar 11 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-18.20220225gita264028
+- Updated to latest Git snapshot.
+
* Tue Feb 08 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-17.20220207gitdb7d469
- Updated to latest Git snapshot.