commit 26463935b310406533e88e7ce37b8bea28fc40fd
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Thu Dec 9 12:08:13 2021 +0100
Updated to latest Git snapshot.
.gitignore | 1 +
sources | 4 ++--
tg_owt.spec | 19 +++++++++++--------
3 files changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f22c58..294c9fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
/libvpx-fc04a94.tar.gz
/libyuv-639dd4e.tar.gz
/tg_owt-d578c76.tar.gz
+/tg_owt-d5c3d43.tar.gz
diff --git a/sources b/sources
index f889bc8..5d43b3d 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (tg_owt-d578c76.tar.gz) =
cc365666355fcc22241344dc55baa427454bff342401113a3e8eb72d63266721be30fa07eecc37a075e9e6a026763b24e0051f953a53d6d70974f29411c351e4
-SHA512 (libyuv-ad89006.tar.gz) =
0d5b1afeab9d45a3ccfaf9f184e26218c4caccf1d829cbe0ec8522241a5b0b60209754c082086911d2e866ab94776c64c0c1f9acdeac4b1a25fc447053f090ec
SHA512 (libvpx-5b63f0f.tar.gz) =
f5f5cf02d72b04345600c5c83bc91e4fb220ef324f72686da2aaecbc3c636ab2e2ccf296619fc91a3b7d5dc5e01949817285de13e753c4119486392d987ee937
+SHA512 (libyuv-ad89006.tar.gz) =
0d5b1afeab9d45a3ccfaf9f184e26218c4caccf1d829cbe0ec8522241a5b0b60209754c082086911d2e866ab94776c64c0c1f9acdeac4b1a25fc447053f090ec
+SHA512 (tg_owt-d5c3d43.tar.gz) =
7f8b1ae63371106cd59db6e2a290fd24554d31de4188d243ed6645468dad91c9653b7685add61291830e5309284a87512a73b63c3be76f01ea33701c72f48c90
diff --git a/tg_owt.spec b/tg_owt.spec
index 9d8db08..daf15ed 100644
--- a/tg_owt.spec
+++ b/tg_owt.spec
@@ -1,9 +1,9 @@
%undefine __cmake_in_source_build
%global debug_package %{nil}
-%global commit0 d578c760dc6f1ae5f0f3bb5317b0b2ed04b79138
+%global commit0 d5c3d43b959c7e9e7d8004b9b7fdadd12ce7d589
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
-%global date 20211021
+%global date 20211207
# Git revision of libvpx...
%global commit1 5b63f0f821e94f8072eb483014cfc33b05978bb9
@@ -15,7 +15,7 @@
Name: tg_owt
Version: 0
-Release: 14.%{date}git%{shortcommit0}%{?dist}
+Release: 15.%{date}git%{shortcommit0}%{?dist}
# Main project - BSD
# abseil-cpp - ASL 2.0
@@ -73,15 +73,15 @@ Special fork of the OpenWebRTC library for the Telegram messenger.
%package devel
Summary: Development files for %{name}
Provides: %{name}-static%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
-Provides: bundled(abseil-cpp) = 0~gitfba8a31
+Provides: bundled(abseil-cpp) = 0~git39f46fa
Provides: bundled(base64) = 0~git
Provides: bundled(fft) = 0~git
-Provides: bundled(g711) = 0~git
-Provides: bundled(g722) = 0~git
+Provides: bundled(g711) = 1.1~git
+Provides: bundled(g722) = 1.14~git
Provides: bundled(libsrtp) = 2.2.0~git94ac00d
Provides: bundled(libvpx) = 1.8.2~git%{shortcommit1}
-Provides: bundled(libwebm) = 0~git
-Provides: bundled(libyuv) = 0~git%{shortcommit2}
+Provides: bundled(libwebm) = 0~git37d9b86
+Provides: bundled(libyuv) = 1767~git%{shortcommit2}
Provides: bundled(ooura) = 0~git
Provides: bundled(openh264) = 1.10.0~git6f26bce
Provides: bundled(pffft) = 0~git483453d
@@ -182,6 +182,9 @@ cp -f -p src/rtc_base/third_party/sigslot/README.chromium
legal/README.sigslot
%{_libdir}/lib%{name}.a
%changelog
+* Thu Dec 09 2021 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-15.20211207gitd5c3d43
+- Updated to latest Git snapshot.
+
* Tue Nov 16 2021 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-14.20211021gitd578c76
- Build with openssl 1.1 on Fedora 36+.
Show replies by date