commit 9ad89e845ef328e1e8a5cb1ceccc0dfb725a8510
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Sun Sep 2 16:47:22 2018 +0200
Updated to 2.2.4 (regular release).
.gitignore | 1 +
libtgvoip-add-missing-headers.patch | 31 -------------------------------
libtgvoip-build-fixes.patch | 2 +-
libtgvoip-proxy-fix.patch | 33 ---------------------------------
libtgvoip.spec | 11 +++++------
sources | 2 +-
6 files changed, 8 insertions(+), 72 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a243d33..de38355 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
/libtgvoip-2.1.1.tar.gz
/libtgvoip-2.2.tar.gz
/libtgvoip-2.2.3.tar.gz
+/libtgvoip-2.2.4.tar.gz
diff --git a/libtgvoip-build-fixes.patch b/libtgvoip-build-fixes.patch
index 196a71a..ff5aa83 100644
--- a/libtgvoip-build-fixes.patch
+++ b/libtgvoip-build-fixes.patch
@@ -1,4 +1,4 @@
-From ac7d2e4c4c95a52eef881a0b5b826437cf3c4c71 Mon Sep 17 00:00:00 2001
+From 9bae6eb0555636cd2950c69422f2e4a205242cb0 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.
diff --git a/libtgvoip.spec b/libtgvoip.spec
index 0b9dba0..b812d01 100644
--- a/libtgvoip.spec
+++ b/libtgvoip.spec
@@ -1,6 +1,6 @@
Name: libtgvoip
-Version: 2.2.3
-Release: 2%{?dist}
+Version: 2.2.4
+Release: 1%{?dist}
Summary: VoIP library for Telegram clients
# Libtgvoip shared library - Public Domain.
@@ -11,10 +11,6 @@ URL:
https://github.com/grishka/%{name}
Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: %{name}-build-fixes.patch
-# Temporary backported from upstream patches.
-Patch100: %{name}-add-missing-headers.patch
-Patch101: %{name}-proxy-fix.patch
-
Provides: bundled(webrtc-audio-processing) = 0.3
BuildRequires: pulseaudio-libs-devel
BuildRequires: alsa-lib-devel
@@ -69,6 +65,9 @@ find audio -maxdepth 1 -type f -name "*.h" -exec install -m
0644 -p '{}' %{build
%{_libdir}/%{name}.so
%changelog
+* Sun Sep 02 2018 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.2.4-1
+- Updated to 2.2.4 (regular release).
+
* Mon Aug 27 2018 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.2.3-2
- Added upstream patch with proxy fix.
diff --git a/sources b/sources
index a3d7344..8190f8d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0a2042cfe7325f32e678ec04e28b5b0d libtgvoip-2.2.3.tar.gz
+96a5582c5ce65c8e51202044212c49ce libtgvoip-2.2.4.tar.gz