commit 76894b3b54b201036914d71e30e6e806b950f29d
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon Apr 18 15:56:15 2022 +0200
Updated to latest Git snapshot.
.gitignore | 1 +
sources | 2 +-
tg_owt.spec | 9 ++++++---
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5d4ce68..5ee74cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
/tg_owt-25c8637.tar.gz
/tg_owt-db7d469.tar.gz
/tg_owt-a264028.tar.gz
+/tg_owt-63a934d.tar.gz
diff --git a/sources b/sources
index 1c37f04..06cf512 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (libyuv-ad89006.tar.gz) =
0d5b1afeab9d45a3ccfaf9f184e26218c4caccf1d829cbe0ec8522241a5b0b60209754c082086911d2e866ab94776c64c0c1f9acdeac4b1a25fc447053f090ec
-SHA512 (tg_owt-a264028.tar.gz) =
f805b475d25fa6d6c37336ad0f00619de5fcfd85075f2fa1273d509fcf70fa9c1c0fdb515cb36405674f3fdba4464cc84044c2e60cc6d543570d4e50577f4b3a
+SHA512 (tg_owt-63a934d.tar.gz) =
5c5570383f2aab6a9b8f3f99811d47424d2b3ce9c76f5664b26925fdc3ac94420e7c72331a4da63509cda8156b97c1f0b2e9f8d5dbca6556a78db9bbff5ef745
diff --git a/tg_owt.spec b/tg_owt.spec
index b1f2ec3..58c43a8 100644
--- a/tg_owt.spec
+++ b/tg_owt.spec
@@ -1,9 +1,9 @@
%undefine __cmake_in_source_build
%global debug_package %{nil}
-%global commit0 a264028ec71d9096e0aa629113c49c25db89d260
+%global commit0 63a934db1ed212ebf8aaaa20f0010dd7b0d7b396
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
-%global date 20220225
+%global date 20220413
# Git revision of libyuv...
%global commit1 ad890067f661dc747a975bc55ba3767fe30d4452
@@ -11,7 +11,7 @@
Name: tg_owt
Version: 0
-Release: 18.%{date}git%{shortcommit0}%{?dist}
+Release: 19.%{date}git%{shortcommit0}%{?dist}
# Main project - BSD
# abseil-cpp - ASL 2.0
@@ -171,6 +171,9 @@ cp -f -p src/rtc_base/third_party/sigslot/README.chromium
legal/README.sigslot
%{_libdir}/lib%{name}.a
%changelog
+* Mon Apr 18 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-19.20220413git63a934d
+- Updated to latest Git snapshot.
+
* Fri Mar 11 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-18.20220225gita264028
- Updated to latest Git snapshot.