[libtgvoip/f28] Updated to 2.1.1 (regular release).
by Vitaly Zaitsev
commit 2bac5ca2eabeac1ab41a9f79db2cd0f8ca9fab0a
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon Jul 2 15:38:50 2018 +0200
Updated to 2.1.1 (regular release).
.gitignore | 1 +
libtgvoip-build-fixes.patch | 2 +-
libtgvoip.spec | 18 +++++++++---------
sources | 2 +-
4 files changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8258d02..5bd95a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/libtgvoip-1.0.3.tar.gz
/libtgvoip-83ac2c6.tar.gz
/libtgvoip-6a8f543.tar.gz
+/libtgvoip-2.1.1.tar.gz
diff --git a/libtgvoip-build-fixes.patch b/libtgvoip-build-fixes.patch
index 2fddfe0..bba8031 100644
--- a/libtgvoip-build-fixes.patch
+++ b/libtgvoip-build-fixes.patch
@@ -1,4 +1,4 @@
-From 45b1c40c2caa1191789b35cd5e60ec2437bfd64f Mon Sep 17 00:00:00 2001
+From a21e490ded152c915a8f2cd793fb0daa3d78592f 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 9386e54..df4da4f 100644
--- a/libtgvoip.spec
+++ b/libtgvoip.spec
@@ -1,18 +1,14 @@
-%global commit0 6a8f543cca2dfbac4f7c3fa82c85b4057536e04c
-%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
-%global date 20180604
-
-Summary: VoIP library for Telegram clients
Name: libtgvoip
-Version: 2.1
-Release: 0.1.%{date}git%{shortcommit0}%{?dist}
+Version: 2.1.1
+Release: 1%{?dist}
+Summary: VoIP library for Telegram clients
# Libtgvoip shared library - Public Domain.
# Bundled webrtc library - BSD with patented echo cancellation algorithms.
License: Public Domain and BSD
URL: https://github.com/grishka/%{name}
-Source0: %{url}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
+Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: %{name}-build-fixes.patch
Provides: bundled(webrtc-audio-processing) = 0.3
@@ -36,7 +32,7 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
%{summary}.
%prep
-%autosetup -n %{name}-%{commit0} -p1
+%autosetup -p1
%build
export VOIPVER="%{version}"
@@ -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.1"
ln -s %{name}.so.%{version} "%{buildroot}%{_libdir}/%{name}.so.2"
ln -s %{name}.so.%{version} "%{buildroot}%{_libdir}/%{name}.so"
@@ -70,6 +67,9 @@ find audio -maxdepth 1 -type f -name "*.h" -exec install -m 0644 -p '{}' %{build
%{_libdir}/%{name}.so
%changelog
+* Mon Jul 02 2018 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.1.1-1
+- Updated to 2.1.1 (regular release).
+
* Tue Jun 05 2018 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.1-0.1.20180604git6a8f543
- Updated to 2.1 (snapshot).
diff --git a/sources b/sources
index 7f2547f..565b5eb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6ba416c1ee55d6ba4a179c844d5b5607 libtgvoip-6a8f543.tar.gz
+45cb22177aa588c37f3c8185ad20363b libtgvoip-2.1.1.tar.gz
6 years, 4 months
[chromium-freeworld: 3/3] Merge Fedora, chromium-67.0.3396.87-2
by Miro Hrončok
commit 482481fac7c72c894f66b6e3d3fd77a9a8172e72
Merge: 7bd8758 77c46e3
Author: Miro Hrončok <miro(a)hroncok.cz>
Date: Mon Jul 2 09:59:55 2018 +0200
Merge Fedora, chromium-67.0.3396.87-2
chromium-67.0.3396.87-fedora-user-agent.patch | 12 ++++++++++++
chromium-freeworld.spec | 14 ++++++++++----
2 files changed, 22 insertions(+), 4 deletions(-)
---
6 years, 4 months
[chromium-freeworld: 2/3] add fedora to the user agent string
by Miro Hrončok
commit 77c46e3fc5ee9f405afad017e7b4cafb2fb68d04
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Mon Jun 25 16:08:01 2018 -0400
add fedora to the user agent string
chromium-67.0.3396.87-fedora-user-agent.patch | 12 ++++++++++++
chromium.spec | 8 +++++++-
2 files changed, 19 insertions(+), 1 deletion(-)
---
diff --git a/chromium-67.0.3396.87-fedora-user-agent.patch b/chromium-67.0.3396.87-fedora-user-agent.patch
new file mode 100644
index 0000000..8df304d
--- /dev/null
+++ b/chromium-67.0.3396.87-fedora-user-agent.patch
@@ -0,0 +1,12 @@
+diff -up chromium-67.0.3396.87/content/common/user_agent.cc.fedora-user-agent chromium-67.0.3396.87/content/common/user_agent.cc
+--- chromium-67.0.3396.87/content/common/user_agent.cc.fedora-user-agent 2018-06-25 16:01:48.092188102 -0400
++++ chromium-67.0.3396.87/content/common/user_agent.cc 2018-06-25 16:02:42.634878954 -0400
+@@ -141,7 +141,7 @@ std::string getUserAgentPlatform() {
+ #elif defined(OS_MACOSX)
+ "Macintosh; ";
+ #elif defined(USE_X11) || defined(USE_OZONE)
+- "X11; "; // strange, but that's what Firefox uses
++ "X11; Fedora; "; // strange, but that's what Firefox uses
+ #elif defined(OS_ANDROID)
+ "Linux; ";
+ #else
diff --git a/chromium.spec b/chromium.spec
index 844d160..a2f2d93 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -140,7 +140,7 @@ Name: chromium%{chromium_channel}%{?freeworld:-freeworld}
Name: chromium%{chromium_channel}
%endif
Version: %{majorversion}.0.3396.87
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A WebKit (Blink) powered web browser
Url: http://www.chromium.org/Home
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
@@ -257,6 +257,8 @@ Patch99: chromium-67.0.3396.62-crashpad-aarch64-buildfix.patch
# RHEL 7 has a bug in its python2.7 which does not propely handle exec with a tuple
# https://bugs.python.org/issue21591
Patch100: chromium-67.0.3396.62-epel7-use-old-python-exec-syntax.patch
+# Add "Fedora" to the user agent string
+Patch101: chromium-67.0.3396.87-fedora-user-agent.patch
# Use chromium-latest.py to generate clean tarball from released build tarballs, found here:
@@ -776,6 +778,7 @@ udev.
%if 0%{?rhel} == 7
%patch100 -p1 -b .oldexec
%endif
+%patch101 -p1 -b .fedora-user-agent
# Change shebang in all relevant files in this directory and all subdirectories
@@ -1709,6 +1712,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%changelog
+* Mon Jun 25 2018 Tom Callaway <spot(a)fedoraproject.org> 67.0.3396.87-2
+- add "Fedora" to the user agent string
+
* Tue Jun 19 2018 Tom Callaway <spot(a)fedoraproject.org> 67.0.3396.87-1
- update to 67.0.3396.87
6 years, 4 months
[chromium-freeworld: 1/3] move from appdata/ to metainfo/
by Miro Hrončok
commit 92b60dd6231b2b7bf1f5212720a5f423cc0417d8
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Tue Jun 19 12:27:31 2018 -0400
move from appdata/ to metainfo/
chromium.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/chromium.spec b/chromium.spec
index de6127a..844d160 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -1459,8 +1459,8 @@ install -m 0644 %{SOURCE13} %{buildroot}%{_sysconfdir}/%{name}/
mkdir -p %{buildroot}%{_datadir}/applications/
desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE4}
-install -D -m0644 chrome/installer/linux/common/chromium-browser/chromium-browser.appdata.xml ${RPM_BUILD_ROOT}%{_datadir}/appdata/%{chromium_browser_channel}.appdata.xml
-appstream-util validate-relax --nonet ${RPM_BUILD_ROOT}%{_datadir}/appdata/%{chromium_browser_channel}.appdata.xml
+install -D -m0644 chrome/installer/linux/common/chromium-browser/chromium-browser.appdata.xml ${RPM_BUILD_ROOT}%{_datadir}/metainfo/%{chromium_browser_channel}.appdata.xml
+appstream-util validate-relax --nonet ${RPM_BUILD_ROOT}%{_datadir}/metainfo/%{chromium_browser_channel}.appdata.xml
mkdir -p %{buildroot}%{_datadir}/gnome-control-center/default-apps/
cp -a %{SOURCE9} %{buildroot}%{_datadir}/gnome-control-center/default-apps/
@@ -1591,7 +1591,7 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%{_mandir}/man1/%{chromium_browser_channel}.*
%{_datadir}/icons/hicolor/*/apps/%{chromium_browser_channel}.png
%{_datadir}/applications/*.desktop
-%{_datadir}/appdata/*.appdata.xml
+%{_datadir}/metainfo/*.appdata.xml
%{_datadir}/gnome-control-center/default-apps/chromium-browser.xml
%files common
6 years, 4 months
[unifi/el7] Update to 5.8.23.
by Richard Shaw
Summary of changes:
8dd66dc... Update to 5.8.23. (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 4 months
[unifi/f27] Update to 5.8.23.
by Richard Shaw
Summary of changes:
8dd66dc... Update to 5.8.23. (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 4 months
[unifi/f28] Update to 5.8.23.
by Richard Shaw
Summary of changes:
8dd66dc... Update to 5.8.23. (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 4 months