[rpmfusion-packager] Fix python deps for el7
by Leigh Scott
commit 63cb90702388fd1776cf2bbca91849359ede63c3
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Sep 2 19:05:18 2018 +0100
Fix python deps for el7
rpmfusion-packager.spec | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/rpmfusion-packager.spec b/rpmfusion-packager.spec
index 5af67a4..cb2b3e2 100644
--- a/rpmfusion-packager.spec
+++ b/rpmfusion-packager.spec
@@ -1,6 +1,6 @@
Name: rpmfusion-packager
Version: 0.6.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Tools for setting up a rpmfusion maintainer environment
License: GPLv2+
@@ -21,7 +21,11 @@ Requires: libabigail
Requires: mock-rpmfusion-free
# Tools required by the scripts included
+%if 0%{?fedora}
Requires: python2-pycurl
+%else
+Requires: python-pycurl
+%endif
# See FIXME in rpmfusion-cvs
#Requires: pyOpenSSL
@@ -37,7 +41,11 @@ infrastructure.
%package -n rpmfusion-cert
Summary: Fedora certificate tool and python library
Group: Applications/Databases
+%if 0%{?fedora}
Requires: python2-pyOpenSSL
+%else
+Requires: pyOpenSSL
+%endif
Requires: python2-requests
Requires: python2-fedora
Requires: python2-six
@@ -72,6 +80,9 @@ autoreconf -i
%{python2_sitelib}/rpmfusion_cert
%changelog
+* Sun Sep 02 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.6.2-3
+- Fix python deps for el7
+
* Sun Sep 02 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.6.2-2
- Use versioned python deps
6 years, 2 months
[rpmfusion-packager] Use versioned python deps
by Leigh Scott
commit bc0d720f79ce7705ae4f861a35bd4579fc36ca8a
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Sep 2 18:47:46 2018 +0100
Use versioned python deps
rpmfusion-packager.spec | 25 ++++++++++++++++---------
1 file changed, 16 insertions(+), 9 deletions(-)
---
diff --git a/rpmfusion-packager.spec b/rpmfusion-packager.spec
index b1bfd65..5af67a4 100644
--- a/rpmfusion-packager.spec
+++ b/rpmfusion-packager.spec
@@ -1,23 +1,27 @@
Name: rpmfusion-packager
Version: 0.6.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Tools for setting up a rpmfusion maintainer environment
License: GPLv2+
URL: https://github.com/rpmfusion-infra/rpmfusion-packager
-Source0: https://github.com/rpmfusion-infra/rpmfusion-packager/archive/v%{version}...
+Source0: %url/archive/v%{version}/rpmfusion-packager-%{version}.tar.gz
-BuildRequires: autoconf automake
+BuildRequires: autoconf
+BuildRequires: automake
BuildRequires: python2-devel
# Packager tools
-Requires: rpm-build rpmdevtools rpmlint mock
+Requires: rpm-build
+Requires: rpmdevtools
+Requires: rpmlint
+Requires: mock
Requires: rfpkg
Requires: koji
Requires: libabigail
Requires: mock-rpmfusion-free
# Tools required by the scripts included
-Requires: python-pycurl
+Requires: python2-pycurl
# See FIXME in rpmfusion-cvs
#Requires: pyOpenSSL
@@ -33,10 +37,10 @@ infrastructure.
%package -n rpmfusion-cert
Summary: Fedora certificate tool and python library
Group: Applications/Databases
-Requires: pyOpenSSL
-Requires: python-requests
-Requires: python-fedora
-Requires: python-six
+Requires: python2-pyOpenSSL
+Requires: python2-requests
+Requires: python2-fedora
+Requires: python2-six
%description -n rpmfusion-cert
Provides rpmfusion-cert and the rpmfusion_cert python library
@@ -68,6 +72,9 @@ autoreconf -i
%{python2_sitelib}/rpmfusion_cert
%changelog
+* Sun Sep 02 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.6.2-2
+- Use versioned python deps
+
* Sat Feb 17 2018 Sérgio Basto <sergio(a)serjux.com> - 0.6.2-1
- Fix a bug with rpmfusion-cert
6 years, 2 months
[telegram-desktop] Updated to 1.3.15 (alpha).
by Vitaly Zaitsev
commit 7e047ab128457ce5ecb37efab5143072adfc52bf
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Sun Sep 2 16:52:40 2018 +0200
Updated to 1.3.15 (alpha).
.gitignore | 1 +
sources | 2 +-
telegram-desktop-api-tokens.patch | 2 +-
telegram-desktop-build-fixes.patch | 126 ++++++++++++++++++++++++++++------
telegram-desktop-fix-regression.patch | 26 -------
telegram-desktop-system-fonts.patch | 2 +-
telegram-desktop.spec | 11 +--
7 files changed, 115 insertions(+), 55 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cf1fea9..b08a8fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -56,3 +56,4 @@
/tdesktop-1.3.12.tar.gz
/crl-4291015.tar.gz
/tdesktop-1.3.14.tar.gz
+/tdesktop-1.3.15.tar.gz
diff --git a/sources b/sources
index 32211cf..a3b1e26 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
b92e75c44c9d4c9fd96b1d19eb3a666d crl-4291015.tar.gz
-6546ed1572d7950d03df892f31b68bd6 tdesktop-1.3.14.tar.gz
+2d470428474d45b9a674970c04cf941b tdesktop-1.3.15.tar.gz
diff --git a/telegram-desktop-api-tokens.patch b/telegram-desktop-api-tokens.patch
index cdfe550..807fd79 100644
--- a/telegram-desktop-api-tokens.patch
+++ b/telegram-desktop-api-tokens.patch
@@ -1,4 +1,4 @@
-From 1d1d5e98f2e5b262376b4bb3065a5d5d38066aa0 Mon Sep 17 00:00:00 2001
+From db3fe59c48a45d5f6b27ff1abd422950e399c314 Mon Sep 17 00:00:00 2001
From: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon, 9 Apr 2018 16:57:13 +0200
Subject: [PATCH 2/3] Changed default Telegram Desktop's test API keys to
diff --git a/telegram-desktop-build-fixes.patch b/telegram-desktop-build-fixes.patch
index 50db860..79fe9d0 100644
--- a/telegram-desktop-build-fixes.patch
+++ b/telegram-desktop-build-fixes.patch
@@ -1,4 +1,4 @@
-From 72961fff5d683383a9269e796fef20a3a8044dc3 Mon Sep 17 00:00:00 2001
+From f31a8bbeca59889a98ee1416f6d1ebe26f3a5723 Mon Sep 17 00:00:00 2001
From: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Fri, 31 Mar 2017 14:29:58 +0200
Subject: [PATCH 1/3] Fixed build under Fedora using rpmbuild and mock.
@@ -7,21 +7,23 @@ Subject: [PATCH 1/3] Fixed build under Fedora using rpmbuild and mock.
Telegram/Resources/qrc/telegram_linux.qrc | 1 -
Telegram/SourceFiles/core/launcher.cpp | 1 +
Telegram/SourceFiles/qt_functions.cpp | 94 +++++++++++++++++++++++
- Telegram/gyp/CMakeLists.inj | 4 +
+ Telegram/gyp/CMakeLists.inj | 6 ++
Telegram/gyp/PrecompiledHeader.cmake | 4 +-
- Telegram/gyp/Telegram.gyp | 29 ++-----
+ Telegram/gyp/Telegram.gyp | 31 ++------
Telegram/gyp/codegen_rules.gypi | 6 +-
+ Telegram/gyp/lib_base.gyp | 11 +--
Telegram/gyp/lib_export.gyp | 9 +--
Telegram/gyp/lib_scheme.gyp | 4 +-
+ Telegram/gyp/lib_storage.gyp | 11 +--
Telegram/gyp/qt.gypi | 87 ++++++---------------
Telegram/gyp/qt_moc.gypi | 5 +-
Telegram/gyp/qt_rcc.gypi | 2 +-
Telegram/gyp/settings_linux.gypi | 25 +-----
- Telegram/gyp/telegram_linux.gypi | 74 +++++-------------
+ Telegram/gyp/telegram_linux.gypi | 75 ++++++------------
Telegram/gyp/telegram_sources.txt | 9 +--
lib/xdg/telegramdesktop.appdata.xml | 2 +-
lib/xdg/telegramdesktop.desktop | 6 +-
- 17 files changed, 172 insertions(+), 190 deletions(-)
+ 19 files changed, 183 insertions(+), 206 deletions(-)
create mode 100644 Telegram/SourceFiles/qt_functions.cpp
create mode 100644 Telegram/gyp/CMakeLists.inj
@@ -36,10 +38,10 @@ index 0554fa179..3ea027406 100644
</qresource>
</RCC>
diff --git a/Telegram/SourceFiles/core/launcher.cpp b/Telegram/SourceFiles/core/launcher.cpp
-index 0a58df067..ce4db4dc6 100644
+index d4bdadc17..728b6b2fe 100644
--- a/Telegram/SourceFiles/core/launcher.cpp
+++ b/Telegram/SourceFiles/core/launcher.cpp
-@@ -58,6 +58,7 @@ int Launcher::exec() {
+@@ -59,6 +59,7 @@ int Launcher::exec() {
Logs::start(this); // must be started before Platform is started
Platform::start(); // must be started before QApplication is created
@@ -149,14 +151,16 @@ index 000000000..4a722b8d7
+}
diff --git a/Telegram/gyp/CMakeLists.inj b/Telegram/gyp/CMakeLists.inj
new file mode 100644
-index 000000000..bbee42894
+index 000000000..a04c9c3c9
--- /dev/null
+++ b/Telegram/gyp/CMakeLists.inj
-@@ -0,0 +1,4 @@
+@@ -0,0 +1,6 @@
+set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
+include(../../Telegram/gyp/PrecompiledHeader.cmake)
+add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
+add_precompiled_header(lib_export ../../Telegram/SourceFiles/export/export_pch.h)
++add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h)
++add_precompiled_header(lib_storage ../../Telegram/SourceFiles/storage/storage_pch.h)
diff --git a/Telegram/gyp/PrecompiledHeader.cmake b/Telegram/gyp/PrecompiledHeader.cmake
index a0e1e0489..bd9bce0c1 100644
--- a/Telegram/gyp/PrecompiledHeader.cmake
@@ -180,7 +184,7 @@ index a0e1e0489..bd9bce0c1 100644
IMPLICIT_DEPENDS CXX "${_pch_header}"
COMMENT "Precompiling header ${_name} for ${_target} (C++)")
diff --git a/Telegram/gyp/Telegram.gyp b/Telegram/gyp/Telegram.gyp
-index 831214704..23cc83d5e 100644
+index 1cab5ae29..e0b1ebf1d 100644
--- a/Telegram/gyp/Telegram.gyp
+++ b/Telegram/gyp/Telegram.gyp
@@ -18,7 +18,6 @@
@@ -206,9 +210,9 @@ index 831214704..23cc83d5e 100644
- 'telegram_win.gypi',
- 'telegram_mac.gypi',
'telegram_linux.gypi',
+ 'openssl.gypi',
'qt.gypi',
- 'qt_moc.gypi',
-@@ -73,35 +70,24 @@
+@@ -74,9 +71,6 @@
'codegen.gyp:codegen_lang',
'codegen.gyp:codegen_numbers',
'codegen.gyp:codegen_style',
@@ -216,13 +220,16 @@ index 831214704..23cc83d5e 100644
- 'utils.gyp:Updater',
- '../ThirdParty/libtgvoip/libtgvoip.gyp:libtgvoip',
'crl.gyp:crl',
+ 'lib_base.gyp:lib_base',
'lib_export.gyp:lib_export',
+@@ -84,30 +78,20 @@
],
'defines': [
- 'AL_LIBTYPE_STATIC',
- 'AL_ALEXT_PROTOTYPES',
'TGVOIP_USE_CXX11_LIB',
+- 'XXH_INLINE_ALL',
- '<!@(python -c "for s in \'<(build_defines)\'.split(\',\'): print(s)")',
+ '__STDC_FORMAT_MACROS',
+ 'TDESKTOP_DISABLE_AUTOUPDATE',
@@ -248,9 +255,11 @@ index 831214704..23cc83d5e 100644
- '<(submodules_loc)/GSL/include',
- '<(submodules_loc)/variant/include',
'<(submodules_loc)/crl/src',
+- '<(submodules_loc)/xxHash',
],
'sources': [
-@@ -124,7 +110,6 @@
+ '<@(qrc_files)',
+@@ -129,7 +113,6 @@
'CUSTOM_API_ID',
],
'dependencies': [
@@ -287,6 +296,43 @@ index a901db3bb..424f70eea 100644
'-o', '<(SHARED_INTERMEDIATE_DIR)/update_dependent_qrc.timestamp',
'<@(qrc_files)',
],
+diff --git a/Telegram/gyp/lib_base.gyp b/Telegram/gyp/lib_base.gyp
+index 1f3e9c34e..dcb34b536 100644
+--- a/Telegram/gyp/lib_base.gyp
++++ b/Telegram/gyp/lib_base.gyp
+@@ -15,8 +15,6 @@
+ 'common.gypi',
+ 'openssl.gypi',
+ 'qt.gypi',
+- 'telegram_win.gypi',
+- 'telegram_mac.gypi',
+ 'telegram_linux.gypi',
+ 'pch.gypi',
+ ],
+@@ -30,7 +28,6 @@
+ 'pch_header': '<(src_loc)/base/base_pch.h',
+ },
+ 'defines': [
+- 'XXH_INLINE_ALL',
+ ],
+ 'dependencies': [
+ 'crl.gyp:crl',
+@@ -38,11 +35,11 @@
+ 'include_dirs': [
+ '<(src_loc)',
+ '<(SHARED_INTERMEDIATE_DIR)',
+- '<(libs_loc)/range-v3/include',
+- '<(submodules_loc)/GSL/include',
+- '<(submodules_loc)/variant/include',
++ '<!(rpm --eval "%{_includedir}")/range-v3',
++ '<!(rpm --eval "%{_includedir}")/guidelines-support-library',
++ '<!(rpm --eval "%{_includedir}")/mapbox',
+ '<(submodules_loc)/crl/src',
+- '<(submodules_loc)/xxHash',
++ '<!(rpm --eval "%{_includedir}")',
+ ],
+ 'sources': [
+ '<(src_loc)/base/algorithm.h',
diff --git a/Telegram/gyp/lib_export.gyp b/Telegram/gyp/lib_export.gyp
index 2d1ac6c56..c81930f80 100644
--- a/Telegram/gyp/lib_export.gyp
@@ -336,6 +382,43 @@ index b52a9d071..32b126682 100644
'-o', '<(SHARED_INTERMEDIATE_DIR)', '<(res_loc)/scheme.tl',
],
'message': 'codegen_scheme-ing scheme.tl..',
+diff --git a/Telegram/gyp/lib_storage.gyp b/Telegram/gyp/lib_storage.gyp
+index d24a105d0..be52e4a1f 100644
+--- a/Telegram/gyp/lib_storage.gyp
++++ b/Telegram/gyp/lib_storage.gyp
+@@ -15,8 +15,6 @@
+ 'common.gypi',
+ 'openssl.gypi',
+ 'qt.gypi',
+- 'telegram_win.gypi',
+- 'telegram_mac.gypi',
+ 'telegram_linux.gypi',
+ 'pch.gypi',
+ ],
+@@ -30,7 +28,6 @@
+ 'pch_header': '<(src_loc)/storage/storage_pch.h',
+ },
+ 'defines': [
+- 'XXH_INLINE_ALL',
+ ],
+ 'dependencies': [
+ 'crl.gyp:crl',
+@@ -43,11 +40,11 @@
+ 'include_dirs': [
+ '<(src_loc)',
+ '<(SHARED_INTERMEDIATE_DIR)',
+- '<(libs_loc)/range-v3/include',
+- '<(submodules_loc)/GSL/include',
+- '<(submodules_loc)/variant/include',
++ '<!(rpm --eval "%{_includedir}")/range-v3',
++ '<!(rpm --eval "%{_includedir}")/guidelines-support-library',
++ '<!(rpm --eval "%{_includedir}")/mapbox',
+ '<(submodules_loc)/crl/src',
+- '<(submodules_loc)/xxHash',
++ '<!(rpm --eval "%{_includedir}")',
+ ],
+ 'sources': [
+ '<(src_loc)/storage/storage_databases.cpp',
diff --git a/Telegram/gyp/qt.gypi b/Telegram/gyp/qt.gypi
index 0b783ec21..653562ffb 100644
--- a/Telegram/gyp/qt.gypi
@@ -594,7 +677,7 @@ index 17219fa2c..9b6f0c510 100644
'Debug': {
},
diff --git a/Telegram/gyp/telegram_linux.gypi b/Telegram/gyp/telegram_linux.gypi
-index 80259c687..eea3a862e 100644
+index 80259c687..1e1b14748 100644
--- a/Telegram/gyp/telegram_linux.gypi
+++ b/Telegram/gyp/telegram_linux.gypi
@@ -10,7 +10,7 @@
@@ -606,7 +689,7 @@ index 80259c687..eea3a862e 100644
'pkgconfig_libs': [
# In order to work libxkbcommon must be linked statically,
# PKGCONFIG links it like "-L/usr/local/lib -lxkbcommon"
-@@ -18,50 +18,30 @@
+@@ -18,50 +18,31 @@
# QApplication() -> createPlatformIntegration -> QXcbIntegrationPlugin::create
#'xkbcommon',
],
@@ -672,10 +755,11 @@ index 80259c687..eea3a862e 100644
+ 'minizip',
+ 'tgvoip',
+ 'lzma',
++ 'xxhash',
# '<!(pkg-config 2> /dev/null --libs <@(pkgconfig_libs))',
],
'cflags_cc': [
-@@ -69,36 +49,24 @@
+@@ -69,36 +50,24 @@
'-Wno-maybe-uninitialized',
],
'ldflags': [
@@ -715,10 +799,10 @@ index 80259c687..eea3a862e 100644
],
}]
diff --git a/Telegram/gyp/telegram_sources.txt b/Telegram/gyp/telegram_sources.txt
-index 61dda8609..803d614fc 100644
+index dd4f848db..faeda672b 100644
--- a/Telegram/gyp/telegram_sources.txt
+++ b/Telegram/gyp/telegram_sources.txt
-@@ -793,7 +793,7 @@
+@@ -757,7 +757,7 @@
<(src_loc)/messenger.h
<(src_loc)/observer_peer.cpp
<(src_loc)/observer_peer.h
@@ -727,7 +811,7 @@ index 61dda8609..803d614fc 100644
<(src_loc)/settings.cpp
<(src_loc)/settings.h
<(src_loc)/shortcuts.cpp
-@@ -802,13 +802,6 @@
+@@ -766,13 +766,6 @@
<(emoji_suggestions_loc)/emoji_suggestions.h
platforms: !win
@@ -739,8 +823,8 @@ index 61dda8609..803d614fc 100644
-<(minizip_loc)/unzip.c
-<(minizip_loc)/unzip.h
- platforms: mac
- <(sp_media_key_tap_loc)/SPMediaKeyTap.m
+ platforms: win
+ <(res_loc)/winrc/Telegram.rc
diff --git a/lib/xdg/telegramdesktop.appdata.xml b/lib/xdg/telegramdesktop.appdata.xml
index 7bcf8d835..4508c01cd 100644
--- a/lib/xdg/telegramdesktop.appdata.xml
diff --git a/telegram-desktop-system-fonts.patch b/telegram-desktop-system-fonts.patch
index 1642804..4ee412a 100644
--- a/telegram-desktop-system-fonts.patch
+++ b/telegram-desktop-system-fonts.patch
@@ -1,4 +1,4 @@
-From 8654378c7d5f642388cb8e2562b25cf4b2fd5904 Mon Sep 17 00:00:00 2001
+From 5f9087117e4e7d40e6da492275b435bbcdab23e5 Mon Sep 17 00:00:00 2001
From: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Sun, 24 Jun 2018 22:59:34 +0200
Subject: [PATCH 3/3] Backported and rebased patch from Debian maintainer
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 746fddb..337ec2a 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -10,7 +10,7 @@
Summary: Telegram Desktop official messaging app
Name: telegram-desktop
-Version: 1.3.14
+Version: 1.3.15
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -30,9 +30,6 @@ Patch0: %{name}-build-fixes.patch
Patch1: %{name}-api-tokens.patch
Patch2: %{name}-system-fonts.patch
-# https://github.com/telegramdesktop/tdesktop/pull/5124
-Patch100: %{name}-fix-regression.patch
-
Recommends: libappindicator-gtk3%{?_isa}
Requires: qt5-qtimageformats%{?_isa}
Requires: hicolor-icon-theme
@@ -50,7 +47,7 @@ BuildRequires: gyp
# Development packages for Telegram Desktop...
BuildRequires: guidelines-support-library-devel >= 1.0.0
BuildRequires: mapbox-variant-devel >= 0.3.6
-BuildRequires: libtgvoip-devel >= 2.2.3
+BuildRequires: libtgvoip-devel >= 2.2.4
BuildRequires: libappindicator-devel
BuildRequires: ffmpeg-devel >= 3.1
BuildRequires: openal-soft-devel
@@ -59,6 +56,7 @@ BuildRequires: libstdc++-devel
BuildRequires: range-v3-devel
BuildRequires: openssl-devel
BuildRequires: minizip-devel
+BuildRequires: xxhash-devel
BuildRequires: lzma-devel
BuildRequires: opus-devel
BuildRequires: gtk3-devel
@@ -138,6 +136,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_datadir}/metainfo/%{name}.
%{_datadir}/metainfo/%{name}.appdata.xml
%changelog
+* Sat Sep 01 2018 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.3.15-1
+- Updated to 1.3.15 (alpha).
+
* Tue Aug 28 2018 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.3.14-1
- Updated to 1.3.14.
6 years, 2 months
[libtgvoip] Updated to 2.2.4 (regular release).
by Vitaly Zaitsev
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
6 years, 2 months