commit 3589bb5e974460e11eedf05d1f38b09ca9ea302c
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Jul 27 01:38:07 2021 +0100
Updated to latest Git snapshot.
.gitignore | 3 +++
sources | 6 +++---
tg_owt.spec | 13 ++++++++-----
3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1b72b93..a9ae54b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,6 @@
/tg_owt-be23804.tar.gz
/tg_owt-a198773.tar.gz
/tg_owt-2d804d2.tar.gz
+/tg_owt-91d836d.tar.gz
+/libvpx-fc04a94.tar.gz
+/libyuv-639dd4e.tar.gz
diff --git a/sources b/sources
index d23dc8a..7d05ab0 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (libvpx-5b63f0f.tar.gz) =
f5f5cf02d72b04345600c5c83bc91e4fb220ef324f72686da2aaecbc3c636ab2e2ccf296619fc91a3b7d5dc5e01949817285de13e753c4119486392d987ee937
-SHA512 (libyuv-ad89006.tar.gz) =
0d5b1afeab9d45a3ccfaf9f184e26218c4caccf1d829cbe0ec8522241a5b0b60209754c082086911d2e866ab94776c64c0c1f9acdeac4b1a25fc447053f090ec
-SHA512 (tg_owt-2d804d2.tar.gz) =
33d439bfb03afaba2d38e31d1a168d03a2b26f0c0ce0fbccecab6195a99aff0643769ba62614d35aa2048ffb78a3703178e4dcad8bfa7620e716b736a44fdd5d
+SHA512 (tg_owt-91d836d.tar.gz) =
a5d10011c427d8685bcf0743c356ff8c58c3cad6c59ac2409298b30b15cb04233889a5ed0a18107ac5b3477eee96741fdc85176d4330c866e8e3329753be7d73
+SHA512 (libvpx-fc04a94.tar.gz) =
cb2777128272fcc614f4cff9903ab93a5e765a0d36198f3951c9699a1cbae71e182aad711213d6116ec0becd63d864437ea9141b26145700c83dbf4241d0811f
+SHA512 (libyuv-639dd4e.tar.gz) =
91b18e32e23f0d2cdf92341bd0e480b04e5c7c908070306bbe7813a7dafb824eb3d1078d91b8097b592a282bcbd62baaf65a6dae9565b2fa7aa61e82abcdd0d6
diff --git a/tg_owt.spec b/tg_owt.spec
index 186f88a..91d8952 100644
--- a/tg_owt.spec
+++ b/tg_owt.spec
@@ -1,21 +1,21 @@
%undefine __cmake_in_source_build
%global debug_package %{nil}
-%global commit0 2d804d2c9c5d05324c8ab22f2e6ff8306521b3c3
+%global commit0 91d836dc84a16584c6ac52b36c04c0de504d9c34
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
-%global date 20210321
+%global date 20210627
# Git revision of libvpx...
-%global commit1 5b63f0f821e94f8072eb483014cfc33b05978bb9
+%global commit1 fc04a9491ebaaa8e2b1c7c8e0587c8a1873531d6
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
# Git revision of libyuv...
-%global commit2 ad890067f661dc747a975bc55ba3767fe30d4452
+%global commit2 639dd4ea76403fb2e69df0636ce1df6a9587b004
%global shortcommit2 %(c=%{commit2}; echo ${c:0:7})
Name: tg_owt
Version: 0
-Release: 9.%{date}git%{shortcommit0}%{?dist}
+Release: 10.%{date}git%{shortcommit0}%{?dist}
# Main project - BSD
# abseil-cpp - ASL 2.0
@@ -156,6 +156,9 @@ cp -f -p src/rtc_base/third_party/sigslot/README.chromium
legal/README.sigslot
%{_libdir}/lib%{name}.a
%changelog
+* Tue Jul 27 2021 Leigh Scott <leigh123linux(a)gmail.com> - 0-10.20210627git91d836d
+- Updated to latest Git snapshot.
+
* Mon Mar 22 2021 Alexey Gorgurov <alexfails(a)fedoraproject.org> -
0-9.20210321git2d804d2
- Converted to static-only library as the upstream doesn't support shared builds.
Show replies by date