commit 814fae007cbe3af3064c6e98ea147ab3ff9e3121
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon Mar 18 13:44:46 2019 +0100
Updated to version 2.4.4 (regular release).
.gitignore | 1 +
libtgvoip-build-fixes.patch | 8 ++++----
libtgvoip.spec | 7 +++++--
sources | 2 +-
4 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 252aff7..9a82edc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
/libtgvoip-2.2.4.tar.gz
/libtgvoip-2.4.tar.gz
/libtgvoip-2.4.2.tar.gz
+/libtgvoip-2.4.4.tar.gz
diff --git a/libtgvoip-build-fixes.patch b/libtgvoip-build-fixes.patch
index a09cbce..4d78b86 100644
--- a/libtgvoip-build-fixes.patch
+++ b/libtgvoip-build-fixes.patch
@@ -1,4 +1,4 @@
-From e94437a0f3444da9f42022090ba797725998928a Mon Sep 17 00:00:00 2001
+From 4d0a403c58f9f3bbc8704ba595cec175623f7410 Mon Sep 17 00:00:00 2001
From: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Thu, 6 Jul 2017 17:27:01 +0200
Subject: [PATCH] Fixed build of libtgvoip under Fedora as shared library.
@@ -8,7 +8,7 @@ Subject: [PATCH] Fixed build of libtgvoip under Fedora as shared library.
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/libtgvoip.gyp b/libtgvoip.gyp
-index 8c62b56..8fe9c5b 100644
+index ec86cbf..c424dbe 100644
--- a/libtgvoip.gyp
+++ b/libtgvoip.gyp
@@ -4,7 +4,8 @@
@@ -35,7 +35,7 @@ index 8c62b56..8fe9c5b 100644
],
'direct_dependent_settings': {
'include_dirs': [
-@@ -70,8 +71,6 @@
+@@ -72,8 +73,6 @@
'<(tgvoip_src_loc)/video/VideoSource.h',
'<(tgvoip_src_loc)/video/VideoRenderer.cpp',
'<(tgvoip_src_loc)/video/VideoRenderer.h',
@@ -44,7 +44,7 @@ index 8c62b56..8fe9c5b 100644
# Windows
'<(tgvoip_src_loc)/os/windows/NetworkSocketWinsock.cpp',
-@@ -722,7 +721,9 @@
+@@ -724,7 +723,9 @@
],
diff --git a/libtgvoip.spec b/libtgvoip.spec
index 398c4b5..09fda34 100644
--- a/libtgvoip.spec
+++ b/libtgvoip.spec
@@ -1,6 +1,6 @@
Name: libtgvoip
-Version: 2.4.2
-Release: 4%{?dist}
+Version: 2.4.4
+Release: 1%{?dist}
Summary: VoIP library for Telegram clients
# Libtgvoip shared library - Public Domain.
@@ -70,6 +70,9 @@ find video -maxdepth 1 -type f -name "*.h" -exec install -m
0644 -p '{}' %{build
%{_libdir}/%{name}.so
%changelog
+* Tue Mar 12 2019 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.4.4-1
+- Updated to 2.4.4 (regular release).
+
* Sat Mar 09 2019 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.4.2-4
- Enabled ARM builds again.
- Minor SPEC fixes.
diff --git a/sources b/sources
index 9b36e00..a16432a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-34ef6e2ce1679615bf30048c7c323610 libtgvoip-2.4.2.tar.gz
+f232e43f65cf9c6ebad831ee24b74d48 libtgvoip-2.4.4.tar.gz
Show replies by date