[telegram-desktop/f31] Updated to version 2.1.10.
by Vitaly Zaitsev
commit 54f1df40a41b5319f99232b5af1801b7b104bd80
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Sat Jun 6 19:52:59 2020 +0200
Updated to version 2.1.10.
.gitignore | 1 +
sources | 2 +-
telegram-desktop.spec | 10 +++++-----
3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ded9df0..4d3afde 100644
--- a/.gitignore
+++ b/.gitignore
@@ -141,3 +141,4 @@
/tdesktop-2.1.5-full.tar.gz
/tdesktop-2.1.6-full.tar.gz
/tdesktop-2.1.7-full.tar.gz
+/tdesktop-2.1.10-full.tar.gz
diff --git a/sources b/sources
index d7b7e18..3435cd4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tdesktop-2.1.7-full.tar.gz) = f942ce93d9671f3bb95a8fbba107fc851bfe3f28871c9651f6f2d97d711602f8a671f7b74750894b2175d33a67c25017562cd4ee455da7aa9b86755d1c3f1cfb
+SHA512 (tdesktop-2.1.10-full.tar.gz) = eaffcd877353d7dab8536e5ff31ecbfac6a716816cbef13eda970fe5ca701af6c6bad068411409b4373f1bb4e0f39a9d834ffd64240d0742aadec9a8a537592e
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index f469411..c1841c7 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -9,7 +9,7 @@
# Applying workaround to RHBZ#1559007...
%if %{with clang}
-%global optflags %(echo %{optflags} | sed -e 's/-mcet//g' -e 's/-fcf-protection//g' -e 's/-fstack-clash-protection//g' -e 's/$/-Qunused-arguments -Wno-unknown-warning-option -Wno-deprecated-declarations/')
+%global optflags %(echo %{optflags} | sed -e 's/-mcet//g' -e 's/-fcf-protection//g' -e 's/-fstack-clash-protection//g' -e 's/$/ -Qunused-arguments -Wno-unknown-warning-option -Wno-deprecated-declarations/')
%endif
# Decrease debuginfo verbosity to reduce memory consumption...
@@ -20,7 +20,7 @@
%endif
Name: telegram-desktop
-Version: 2.1.7
+Version: 2.1.10
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -185,11 +185,11 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{launcher}.desktop
%{_metainfodir}/%{launcher}.appdata.xml
%changelog
+* Sat Jun 06 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.1.10-1
+- Updated to version 2.1.10.
+
* Sun May 24 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.1.7-1
- Updated to version 2.1.7.
* Thu May 14 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.1.6-1
- Updated to version 2.1.6.
-
-* Wed May 13 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.1.5-1
-- Updated to version 2.1.5.
4 years, 5 months
[VirtualBox] Update VBox to 6.1.10
by Sérgio M. Basto
commit 2f1555a6f940fe1661513905a23230e096e40ffd
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Jun 6 18:19:16 2020 +0100
Update VBox to 6.1.10
VirtualBox-6.1.4-hacks.patch | 22 +++++++++++-----------
VirtualBox.spec | 7 +++++--
sources | 2 +-
update_vbox.sh | 2 +-
4 files changed, 18 insertions(+), 15 deletions(-)
---
diff --git a/VirtualBox-6.1.4-hacks.patch b/VirtualBox-6.1.4-hacks.patch
index 22cee1d..65d03da 100644
--- a/VirtualBox-6.1.4-hacks.patch
+++ b/VirtualBox-6.1.4-hacks.patch
@@ -27,14 +27,14 @@ Patch 2: Fix
if defined(VBOX_WITH_ORACLE_QT) || defined(VBOX_WITH_QT_PAYLOAD)
include $(KBUILD_PATH)/units/qt5.kmk
ifeq ($(KBUILD_TARGET),win)
---- ./include/iprt/formats/mach-o.h.orig 2020-02-21 00:48:43.337510836 +0000
-+++ ./include/iprt/formats/mach-o.h 2020-02-21 00:54:56.263466584 +0000
-@@ -38,7 +38,7 @@
- /* cputype */
- #define CPU_ARCH_MASK INT32_C(0xff000000)
- #define CPU_ARCH_ABI64 INT32_C(0x01000000)
--#define CPU_TYPE_ANY INT32_C(-1)
-+#define CPU_TYPE_ANY INT32_C(0xffffffff)
- #define CPU_TYPE_VAX INT32_C(1)
- #define CPU_TYPE_MC680x0 INT32_C(6)
- #define CPU_TYPE_X86 INT32_C(7)
+--- VirtualBox-6.1.10.orig/src/VBox/Debugger/DBGCDumpImage.cpp
++++ VirtualBox-6.1.10/src/VBox/Debugger/DBGCDumpImage.cpp
+@@ -468,7 +468,7 @@ static const char *dbgcMachoCpuType(int3
+ {
+ switch (iType)
+ {
+- case CPU_TYPE_ANY: return "CPU_TYPE_ANY";
++ default: return "CPU_TYPE_ANY";
+ case CPU_TYPE_VAX: return "VAX";
+ case CPU_TYPE_MC680x0: return "MC680x0";
+ case CPU_TYPE_X86: return "X86";
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 087ad2e..26c7bed 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -45,8 +45,8 @@
%endif
Name: VirtualBox
-Version: 6.1.8
-Release: 5%{?dist}
+Version: 6.1.10
+Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
License: GPLv2 or (GPLv2 and CDDL)
@@ -871,6 +871,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Sat Jun 06 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.10-1
+- Update VBox to 6.1.10
+
* Tue Jun 02 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.8-5
- Fix build on EL8
diff --git a/sources b/sources
index 5e58f21..75b262d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (VirtualBox-6.1.8.tar.bz2) = 8dcac28cba659c72566e74ec05d8e06bcff8b23627d5368392c4add091f81a5f93550d9abefd96157718481bb60dfa610e0ae9266ecf882a7d36d62b1e84f671
+SHA512 (VirtualBox-6.1.10.tar.bz2) = 729840d669281ed3ba2936923a50410e52bcec3fcfd5b6b740d5991aa1c25c2a8f5a5a05b4e3e39ef1a271ab3431d4c4f4b3a1262703d1e281d7111f0d4e8a3b
SHA512 (UserManual.pdf) = d66ee4585586666faec4990cb24f2e9b34d4073118afd62b8d3d2d676967ed0cb86d93bee664823bf0f17d4f86f391c4b7ee4af7071cb9678aa8d20f37bf20e4
diff --git a/update_vbox.sh b/update_vbox.sh
index 8e82dbf..2e75efd 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=6.1.8
+VERSION=6.1.10
REL=1
RAWHIDE=33
REPOS="f32 f31 f30 el7"
4 years, 5 months
[pulseaudio-module-bluetooth-freeworld] 1.4 release
by Gergely Gombos
commit b7be27cea7ded1a5dfdc57ab77c9cc651b9e6f33
Author: Gergely Gombos <gergely.gombos(a)logmein.com>
Date: Sat Jun 6 18:19:16 2020 +0200
1.4 release
pulseaudio-module-bluetooth-freeworld.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/pulseaudio-module-bluetooth-freeworld.spec b/pulseaudio-module-bluetooth-freeworld.spec
index 9daec9c..551a557 100644
--- a/pulseaudio-module-bluetooth-freeworld.spec
+++ b/pulseaudio-module-bluetooth-freeworld.spec
@@ -4,8 +4,8 @@
Name: pulseaudio-module-bluetooth-freeworld
Summary: Bluetooth support for the PulseAudio sound server, supports aptX, LDAC codecs
-Version: 1.3
-Release: 4%{?snap:.%{snap}git%{shortcommit}}%{?dist}
+Version: 1.4
+Release: 1%{?snap:.%{snap}git%{shortcommit}}%{?dist}
License: GPLv3
URL: https://github.com/EHfive/pulseaudio-modules-bt/
@@ -86,6 +86,9 @@ mv %{pa_archivename} pa
%{_libdir}/pulse-%{pa_major}/modules/module-bluetooth-policy.so
%changelog
+* Sat Jun 06 2020 Gergely Gombos <gombosg(a)disroot.org> - 1.4-1
+- 1.4 release
+
* Thu Mar 19 2020 Gergely Gombos <gombosg(a)disroot.org> - 1.3-4
- Bump Pulseaudio dependency version in F31 to 13.99.1
diff --git a/sources b/sources
index 05fcc11..4935cb9 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (pulseaudio-modules-bt-1.3.tar.gz) = 094c4205c1c71326efd42053a1bc9f131633c9e28fde177f1c08a290395864b76b8f60f79ffec2fbb8445186aa5c85aafabc47908fd302beb5b278ebcac98558
+SHA512 (pulseaudio-modules-bt-1.4.tar.gz) = 390b6ad0931b464a546c6624bec38cc5b6da7084e4defe2045f4164b0c910a9dd6d4327466eb0e53fcfbc78c995cf2e3634a75b67ee2a14f38ed18e31b5d2bce
SHA512 (pulseaudio-13.0.tar.xz) = d445b8ccd43029a0ca0e456fc9291a79d3434d6496ead7eb329ab348d5249235e8bde6cf2be68765d8f761452dbe1486fb10c739e40b1e67ed75787bbd24ac0c
SHA512 (pulseaudio-13.99.1.tar.xz) = 426530b6b9dd94dcc848067376857faae42e86878a82784c5bafa615a68dcc7e22702e0cb5835f91160f19fc9934fe3d53b7d387e3f42b6595fa934b172fe2aa
4 years, 5 months
[libtgvoip/f31] Updated to latest Git snapshot.
by Vitaly Zaitsev
commit 9187e67e592b14236d9883b795b9329926fd79a2
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Sat Jun 6 14:22:17 2020 +0200
Updated to latest Git snapshot.
.gitignore | 1 +
libtgvoip-cxx-std-version.patch | 25 +++++++++++++++++++++++++
libtgvoip-system-json11.patch | 14 +++++++-------
libtgvoip.spec | 13 +++++++------
sources | 2 +-
5 files changed, 41 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a22db4e..ccba138 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
/libtgvoip-2.4.4.tar.gz
/libtgvoip-88b47b6.tar.gz
/libtgvoip-c5651ff.tar.gz
+/libtgvoip-8682c5c.tar.gz
diff --git a/libtgvoip-cxx-std-version.patch b/libtgvoip-cxx-std-version.patch
new file mode 100644
index 0000000..0a282dc
--- /dev/null
+++ b/libtgvoip-cxx-std-version.patch
@@ -0,0 +1,25 @@
+From 797768c6c278bee8a1fa361e3c9bc700a4764c3c Mon Sep 17 00:00:00 2001
+From: Vitaly Zaitsev <vitaly(a)easycoding.org>
+Date: Sat, 6 Jun 2020 14:16:01 +0200
+Subject: [PATCH 2/2] Incremented C++ standard version.
+
+---
+ Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 3c23a74..1cec43b 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -758,7 +758,7 @@ nobase_tgvoipinclude_HEADERS = $(TGVOIP_HDRS)
+
+ pkgconfig_DATA = tgvoip.pc
+
+-CXXFLAGS += -std=gnu++0x $(CFLAGS)
++CXXFLAGS += -std=gnu++17 $(CFLAGS)
+ if TARGET_OS_OSX
+ OBJCFLAGS = $(CFLAGS)
+ OBJCXXFLAGS += -std=gnu++0x $(CFLAGS)
+--
+2.26.2
+
diff --git a/libtgvoip-system-json11.patch b/libtgvoip-system-json11.patch
index 949a241..23cf0fc 100644
--- a/libtgvoip-system-json11.patch
+++ b/libtgvoip-system-json11.patch
@@ -1,7 +1,7 @@
-From 7e017735122d67b7e759b9b0548f088dc021e914 Mon Sep 17 00:00:00 2001
+From 9dde3c75d82c58506ef28d781827a2b9e5849b46 Mon Sep 17 00:00:00 2001
From: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Fri, 24 Jan 2020 12:11:13 +0100
-Subject: [PATCH] Build against system json11.
+Subject: [PATCH 1/2] Build against system json11.
---
Makefile.am | 4 +---
@@ -9,7 +9,7 @@ Subject: [PATCH] Build against system json11.
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/Makefile.am b/Makefile.am
-index 8695bb1..40a5f59 100644
+index dba7383..3c23a74 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,8 +26,7 @@ audio/Resampler.cpp \
@@ -31,17 +31,17 @@ index 8695bb1..40a5f59 100644
if TARGET_OS_OSX
diff --git a/configure.ac b/configure.ac
-index 8a3df4d..3a55189 100644
+index 1756186..b8115d7 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -29,6 +29,7 @@ AC_CHECK_LIB([crypto], [SHA1], [], [AC_MSG_FAILURE([libssl-dev is required but n
+@@ -29,6 +29,7 @@ PKG_CHECK_MODULES(CRYPTO, [libcrypto])
AC_CHECK_LIB([m], [floorf])
- AC_CHECK_LIB([opus], [opus_decoder_create], [], [AC_MSG_FAILURE([libopus-dev is required but not found])])
+ PKG_CHECK_MODULES(OPUS, [opus])
AC_CHECK_LIB([pthread], [pthread_create])
+AC_CHECK_LIB([json11], [main], [], [AC_MSG_FAILURE([json11-dev is required but not found])])
AC_CANONICAL_HOST
--
-2.24.1
+2.26.2
diff --git a/libtgvoip.spec b/libtgvoip.spec
index e3e5205..fb1c268 100644
--- a/libtgvoip.spec
+++ b/libtgvoip.spec
@@ -1,10 +1,10 @@
-%global commit0 c5651ffc728336e56d8567f5c6c179e8a5d4fe55
+%global commit0 8682c5c22e9c3a28ee3aacfd1d529db07ea914bf
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
-%global date 20200123
+%global date 20200521
Name: libtgvoip
Version: 2.4.4
-Release: 4.%{date}git%{shortcommit0}%{?dist}
+Release: 5.%{date}git%{shortcommit0}%{?dist}
# Libtgvoip shared library - Public Domain.
# Bundled webrtc library - BSD with patented echo cancellation algorithms.
@@ -13,6 +13,7 @@ URL: https://github.com/telegramdesktop/%{name}
Summary: VoIP library for Telegram clients
Source0: %{url}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
Patch0: %{name}-system-json11.patch
+Patch100: %{name}-cxx-std-version.patch
Provides: bundled(webrtc-audio-processing) = 0.3
@@ -60,11 +61,11 @@ rm -f %{buildroot}%{_libdir}/*.la
%{_libdir}/pkgconfig/tgvoip.pc
%changelog
+* Sat Jun 06 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.4.4-5.20200521git8682c5c
+- Updated to latest Git snapshot.
+
* Fri Jan 24 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.4.4-4.20200123gitc5651ff
- Updated to latest Git snapshot.
* Thu Jan 09 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.4.4-3.20191230git88b47b6
- Switched to supported fork.
-
-* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.4.4-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
diff --git a/sources b/sources
index fea50fd..30ed2d1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libtgvoip-c5651ff.tar.gz) = 5da722244d66d3793439e0d3132046f1bb7fa8a56941bcac7779e3779f0c8f517fb5a8f3af546e31d16d4f8deedb9bf7a2d694194fef76bbce233bf1ed6579c3
+SHA512 (libtgvoip-8682c5c.tar.gz) = 2dc9f52c71cf5330c8b84a69e2e3895f08268c223d2efdfed7bb927565b8404b422d6bab440592c3d05a56ec3c42e93c96b9276c136db98443e90dfaff45a272
4 years, 5 months
[ffmpeg/el7] Update changelog
by Leigh Scott
commit 2830b95a1e9e6b44b15aba40b7cd70fcd4b31313
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jun 6 12:42:02 2020 +0100
Update changelog
ffmpeg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index e354aad..f55ccf9 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -67,7 +67,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 3.4.7
-Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 3%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -401,6 +401,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Sat Jun 06 2020 Leigh Scott <leigh123linux(a)gmail.com> - 3.4.7-3
+- Enable libmodplug (rfbz#5670)
+
* Mon May 25 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 3.4.7-2
- Enable libvpx codec
4 years, 5 months
[ffmpeg/el8] Update changelog
by Leigh Scott
Summary of changes:
e18c069... Update changelog (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 5 months