[libtgvoip] Replaced patch.
by Vitaly Zaitsev
commit 2d8eba56415988f0dc51ea39cefb492c6e0a90ef
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Fri Aug 24 17:33:49 2018 +0200
Replaced patch.
libtgvoip-add-missing-headers.patch | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/libtgvoip-add-missing-headers.patch b/libtgvoip-add-missing-headers.patch
index 81a0bf9..47810a9 100644
--- a/libtgvoip-add-missing-headers.patch
+++ b/libtgvoip-add-missing-headers.patch
@@ -1,25 +1,25 @@
-From 41012f3915427a5e712ff521de1215170088ebe6 Mon Sep 17 00:00:00 2001
+From e49a95040f0909608f62e3dd9e435bf58292553b Mon Sep 17 00:00:00 2001
From: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Fri, 24 Aug 2018 17:26:11 +0200
Subject: [PATCH] Fixed build under GCC 8.2.1. Added missing includes.
Signed-off-by: Vitaly Zaitsev <vitaly(a)easycoding.org>
---
- VoIPController.h | 1 +
+ VoIPController.cpp | 1 +
1 file changed, 1 insertion(+)
-diff --git a/VoIPController.h b/VoIPController.h
-index 954424b..b2e5982 100644
---- a/VoIPController.h
-+++ b/VoIPController.h
-@@ -21,6 +21,7 @@
- #include <unordered_map>
- #include <memory>
- #include <atomic>
+diff --git a/VoIPController.cpp b/VoIPController.cpp
+index 4032411..66416b1 100644
+--- a/VoIPController.cpp
++++ b/VoIPController.cpp
+@@ -26,6 +26,7 @@
+ #include <stdexcept>
+ #include <algorithm>
+ #include <inttypes.h>
+#include <cfloat>
- #include "audio/AudioInput.h"
- #include "BlockingQueue.h"
- #include "audio/AudioOutput.h"
+
+
+
--
2.17.1
6 years, 3 months
[libtgvoip] Fixed build.
by Vitaly Zaitsev
Summary of changes:
806f190... Fixed build. (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 3 months
[libtgvoip/f29: 2/2] Fixed build.
by Vitaly Zaitsev
commit 806f19022d70f527db9df4078b7b75e512997100
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Fri Aug 24 17:29:32 2018 +0200
Fixed build.
libtgvoip-add-missing-headers.patch | 25 +++++++++++++++++++++++++
libtgvoip.spec | 3 +++
2 files changed, 28 insertions(+)
---
diff --git a/libtgvoip-add-missing-headers.patch b/libtgvoip-add-missing-headers.patch
new file mode 100644
index 0000000..81a0bf9
--- /dev/null
+++ b/libtgvoip-add-missing-headers.patch
@@ -0,0 +1,25 @@
+From 41012f3915427a5e712ff521de1215170088ebe6 Mon Sep 17 00:00:00 2001
+From: Vitaly Zaitsev <vitaly(a)easycoding.org>
+Date: Fri, 24 Aug 2018 17:26:11 +0200
+Subject: [PATCH] Fixed build under GCC 8.2.1. Added missing includes.
+
+Signed-off-by: Vitaly Zaitsev <vitaly(a)easycoding.org>
+---
+ VoIPController.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/VoIPController.h b/VoIPController.h
+index 954424b..b2e5982 100644
+--- a/VoIPController.h
++++ b/VoIPController.h
+@@ -21,6 +21,7 @@
+ #include <unordered_map>
+ #include <memory>
+ #include <atomic>
++#include <cfloat>
+ #include "audio/AudioInput.h"
+ #include "BlockingQueue.h"
+ #include "audio/AudioOutput.h"
+--
+2.17.1
+
diff --git a/libtgvoip.spec b/libtgvoip.spec
index 8c37fb7..1bcb9f8 100644
--- a/libtgvoip.spec
+++ b/libtgvoip.spec
@@ -11,6 +11,9 @@ 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
+
Provides: bundled(webrtc-audio-processing) = 0.3
BuildRequires: pulseaudio-libs-devel
BuildRequires: alsa-lib-devel
6 years, 3 months
[libtgvoip/f29] (2 commits) ...Fixed build.
by Vitaly Zaitsev
Summary of changes:
f0b0bdd... Updated to version 2.2.3. (*)
806f190... Fixed build.
(*) This commit already existed in another branch; no separate mail sent
6 years, 3 months
[libtgvoip] Updated to version 2.2.3.
by Vitaly Zaitsev
commit f0b0bdd34ccde924a673ba96ccce76d386fbe26d
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Fri Aug 24 17:12:08 2018 +0200
Updated to version 2.2.3.
.gitignore | 1 +
libtgvoip-addidional-fixes.patch | 142 ---------------------------------------
libtgvoip-build-fixes.patch | 2 +-
libtgvoip-crash-fix.patch | 48 -------------
libtgvoip.spec | 13 ++--
sources | 2 +-
6 files changed, 8 insertions(+), 200 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 65f436e..a243d33 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/libtgvoip-6a8f543.tar.gz
/libtgvoip-2.1.1.tar.gz
/libtgvoip-2.2.tar.gz
+/libtgvoip-2.2.3.tar.gz
diff --git a/libtgvoip-build-fixes.patch b/libtgvoip-build-fixes.patch
index 942a6e7..196a71a 100644
--- a/libtgvoip-build-fixes.patch
+++ b/libtgvoip-build-fixes.patch
@@ -1,4 +1,4 @@
-From 4b4b5ea525c2f061c7e7ba62563e8cfd1c2b01ff Mon Sep 17 00:00:00 2001
+From ac7d2e4c4c95a52eef881a0b5b826437cf3c4c71 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 709e9c8..8c37fb7 100644
--- a/libtgvoip.spec
+++ b/libtgvoip.spec
@@ -1,6 +1,6 @@
Name: libtgvoip
-Version: 2.2
-Release: 2%{?dist}
+Version: 2.2.3
+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}-crash-fix.patch
-Patch101: %{name}-addidional-fixes.patch
-
Provides: bundled(webrtc-audio-processing) = 0.3
BuildRequires: pulseaudio-libs-devel
BuildRequires: alsa-lib-devel
@@ -51,6 +47,7 @@ popd
# Installing shared library...
mkdir -p "%{buildroot}%{_libdir}"
install -m 0755 -p out/Release/lib.target/%{name}.so.%{version} "%{buildroot}%{_libdir}/%{name}.so.%{version}"
+ln -s %{name}.so.%{version} "%{buildroot}%{_libdir}/%{name}.so.2.2"
ln -s %{name}.so.%{version} "%{buildroot}%{_libdir}/%{name}.so.2"
ln -s %{name}.so.%{version} "%{buildroot}%{_libdir}/%{name}.so"
@@ -68,8 +65,8 @@ find audio -maxdepth 1 -type f -name "*.h" -exec install -m 0644 -p '{}' %{build
%{_libdir}/%{name}.so
%changelog
-* Sun Aug 19 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 2.2-2
-- Rebuilt for Fedora 29 Mass Rebuild binutils issue
+* Fri Aug 24 2018 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.2.3-1
+- Updated to 2.2.3 (regular release).
* Fri Jul 20 2018 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.2-1
- Updated to 2.2 (regular release).
diff --git a/sources b/sources
index 116d4e3..a3d7344 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-29ad32f3ad855b6838a15d798ad28d1f libtgvoip-2.2.tar.gz
+0a2042cfe7325f32e678ec04e28b5b0d libtgvoip-2.2.3.tar.gz
6 years, 3 months
[gstreamer1-plugins-ugly/f27] Update to 1.12.5
by Sérgio M. Basto
commit 259b66cb83883f44754109ed60772a33bf020883
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Aug 24 15:16:25 2018 +0100
Update to 1.12.5
gstreamer1-plugins-ugly.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/gstreamer1-plugins-ugly.spec b/gstreamer1-plugins-ugly.spec
index e89903a..3f611f0 100644
--- a/gstreamer1-plugins-ugly.spec
+++ b/gstreamer1-plugins-ugly.spec
@@ -2,8 +2,8 @@
Summary: GStreamer 1.0 streaming media framework "ugly" plug-ins
Name: gstreamer1-plugins-ugly
-Version: 1.12.4
-Release: 3%{?dist}
+Version: 1.12.5
+Release: 1%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL: https://gstreamer.freedesktop.org/
@@ -98,6 +98,9 @@ rm %{buildroot}%{_datadir}/gtk-doc/html/%{src_name}-plugins-1.0/*
%changelog
+* Thu Aug 23 2018 Todd Zullinger <tmz(a)pobox.com> - 1.12.5-1
+- Update to 1.12.5
+
* Wed Jan 17 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.12.4-3
- remove twolame (rfbz#4766)
diff --git a/sources b/sources
index 1d64d95..9d7e34b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e2b836fb2747f6ae3a1a6f33a9d8c952 gst-plugins-ugly-1.12.4.tar.xz
+330b69bcd1d15f649b7c4c4a04c081a2 gst-plugins-ugly-1.12.5.tar.xz
6 years, 3 months
[buildsys-build-rpmfusion] Bump for 30
by Leigh Scott
commit c923d03a7d2d0696bfceb6b1e052a7f714f8dafc
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Aug 23 17:06:04 2018 +0100
Bump for 30
buildsys-build-rpmfusion.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/buildsys-build-rpmfusion.spec b/buildsys-build-rpmfusion.spec
index b4f4514..61a8b8e 100644
--- a/buildsys-build-rpmfusion.spec
+++ b/buildsys-build-rpmfusion.spec
@@ -2,8 +2,8 @@
Name: buildsys-build-%{repo}
Epoch: 10
-Version: 29
-Release: 0.2
+Version: 30
+Release: 0.1
Summary: Tools and files used by the %{repo} buildsys
License: MIT
@@ -77,6 +77,9 @@ sed -i 's|^default_prefix=.*|default_prefix=%{_datadir}/%{name}/|' \
%changelog
+* Thu Aug 23 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 10:30-0.1
+- Bump for 30
+
* Mon Apr 16 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 10:29-0.2
- rebuild for kernel 4.16.2-300.fc28
6 years, 3 months
[rpmfusion-nonfree-release] Bump for 30
by Leigh Scott
commit e8ede9e1feebecc9df5d1d88e01ebc45229682cf
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Aug 23 17:00:08 2018 +0100
Bump for 30
rpmfusion-nonfree-release.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rpmfusion-nonfree-release.spec b/rpmfusion-nonfree-release.spec
index 62fdbc4..25d6137 100644
--- a/rpmfusion-nonfree-release.spec
+++ b/rpmfusion-nonfree-release.spec
@@ -3,8 +3,8 @@
%global israwhide 1
Name: rpmfusion-%{repo}-release
-Version: 29
-Release: 0.4
+Version: 30
+Release: 0.1
Summary: RPM Fusion (%{repo}) Repository Configuration
License: BSD
@@ -106,6 +106,9 @@ ln -s $(basename %{SOURCE30}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY
%config(noreplace) %{_sysconfdir}/yum.repos.d/rpmfusion-%{repo}-tainted.repo
%changelog
+* Thu Aug 23 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 30-0.1
+- Bump for 30
+
* Tue Apr 17 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 29-0.4
- Remove compatibility symlink
6 years, 3 months
[rpmfusion-free-release] Bump for 30
by Leigh Scott
commit c1a51307ed1005025ccca25f909c9b25a1b1f831
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Aug 23 16:57:52 2018 +0100
Bump for 30
rpmfusion-free-release.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rpmfusion-free-release.spec b/rpmfusion-free-release.spec
index 2e4278e..6ea841f 100644
--- a/rpmfusion-free-release.spec
+++ b/rpmfusion-free-release.spec
@@ -3,8 +3,8 @@
%global israwhide 1
Name: rpmfusion-%{repo}-release
-Version: 29
-Release: 0.4
+Version: 30
+Release: 0.1
Summary: RPM Fusion (%{repo}) Repository Configuration
License: BSD
@@ -106,6 +106,9 @@ ln -s $(basename %{SOURCE30}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY
%config(noreplace) %{_sysconfdir}/yum.repos.d/rpmfusion-%{repo}-tainted.repo
%changelog
+* Thu Aug 23 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 30-0.1
+- Bump for 30
+
* Tue Apr 17 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 29-0.4
- Remove compatibility symlink
6 years, 3 months
[rpmfusion-nonfree-release/f29] Switch to branch layout
by Leigh Scott
commit b15db9920f0baf68eb4ba0ca53b89f0d3fa46e42
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Aug 23 16:54:03 2018 +0100
Switch to branch layout
rpmfusion-nonfree-rawhide.repo | 2 +-
rpmfusion-nonfree-release.spec | 7 +++++--
rpmfusion-nonfree-updates-testing.repo | 2 +-
rpmfusion-nonfree.repo | 4 ++--
4 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/rpmfusion-nonfree-rawhide.repo b/rpmfusion-nonfree-rawhide.repo
index 391cb3e..adb2f06 100644
--- a/rpmfusion-nonfree-rawhide.repo
+++ b/rpmfusion-nonfree-rawhide.repo
@@ -2,7 +2,7 @@
name=RPM Fusion for Fedora Rawhide - Nonfree
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/development/$basearch/os/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-rawhi...
-enabled=1
+enabled=0
enabled_metadata=1
type=rpm-md
gpgcheck=0
diff --git a/rpmfusion-nonfree-release.spec b/rpmfusion-nonfree-release.spec
index 62fdbc4..2299e0b 100644
--- a/rpmfusion-nonfree-release.spec
+++ b/rpmfusion-nonfree-release.spec
@@ -1,10 +1,10 @@
#global repo free
%global repo nonfree
-%global israwhide 1
+#global israwhide 1
Name: rpmfusion-%{repo}-release
Version: 29
-Release: 0.4
+Release: 0.5
Summary: RPM Fusion (%{repo}) Repository Configuration
License: BSD
@@ -106,6 +106,9 @@ ln -s $(basename %{SOURCE30}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY
%config(noreplace) %{_sysconfdir}/yum.repos.d/rpmfusion-%{repo}-tainted.repo
%changelog
+* Thu Aug 23 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 29-0.5
+- Switch to branch layout
+
* Tue Apr 17 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 29-0.4
- Remove compatibility symlink
diff --git a/rpmfusion-nonfree-updates-testing.repo b/rpmfusion-nonfree-updates-testing.repo
index 90ba1c0..36e4d55 100644
--- a/rpmfusion-nonfree-updates-testing.repo
+++ b/rpmfusion-nonfree-updates-testing.repo
@@ -2,7 +2,7 @@
name=RPM Fusion for Fedora $releasever - Nonfree - Test Updates
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/testing/$releasever/$basearch/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-updat...
-enabled=0
+enabled=1
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
diff --git a/rpmfusion-nonfree.repo b/rpmfusion-nonfree.repo
index 5f73f00..239b8fb 100644
--- a/rpmfusion-nonfree.repo
+++ b/rpmfusion-nonfree.repo
@@ -2,8 +2,8 @@
name=RPM Fusion for Fedora $releasever - Nonfree
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/releases/$releasever/Everything/$basearch/os/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-$rele...
-enabled=0
-metadata_expire=14d
+enabled=1
+#metadata_expire=14d
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
6 years, 3 months