commit 111a2af1dae41a81b9d67bdaec4bba3dfffded25
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Sat Nov 18 18:45:05 2017 +0500
Updated to 1.0.1-git.
.gitignore | 1 +
libtgvoip.spec | 11 +++++++----
sources | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 540f46b..e5d7b66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/libtgvoip-bfd5cfe.tar.gz
+/libtgvoip-6a0b3b2.tar.gz
diff --git a/libtgvoip.spec b/libtgvoip.spec
index f4e225f..04a45cb 100644
--- a/libtgvoip.spec
+++ b/libtgvoip.spec
@@ -1,11 +1,11 @@
-%global commit0 bfd5cfecb3970de2d077ec25e6fbb01797e5afe1
+%global commit0 6a0b3b23b79949828d36be2a45007602c6f493d4
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
-%global date 20170801
+%global date 20171111
Summary: VoIP library for Telegram clients
Name: libtgvoip
-Version: 1.0
-Release: 3.%{date}git%{shortcommit0}%{?dist}
+Version: 1.0.1
+Release: 1.%{date}git%{shortcommit0}%{?dist}
# Libtgvoip shared library - Public Domain.
# Bundled webrtc library - BSD with patented echo cancellation algorithms.
@@ -71,6 +71,9 @@ find audio -maxdepth 1 -type f -name "*.h" -exec install -m
0644 -p '{}' %{build
%{_libdir}/%{name}.so
%changelog
+* Sat Nov 18 2017 Vitaly Zaitsev <vitaly(a)easycoding.org> -
1.0.1-1.20171111git6a0b3b2
+- Updated to 1.0.1-git.
+
* Fri Aug 04 2017 Vitaly Zaitsev <vitaly(a)easycoding.org> -
1.0-3.20170801gitbfd5cfe
- Fixed build on other architectures. Build against regular OpenSSL.
diff --git a/sources b/sources
index b12815d..aeb4c59 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2480e46da1089a24e17f923d26a5ca69 libtgvoip-bfd5cfe.tar.gz
+463774e3d51c56c1c740feed966305d8 libtgvoip-6a0b3b2.tar.gz
Show replies by date