[chromium-freeworld/el7] (10 commits) ...Merge Fedora, 60.0.3112.113-2
by Miro Hrončok
Summary of changes:
b413a74... Another player has entered the game: aarch64! (*)
c74ab79... add BR: ninja-build (*)
984bf67... update to 60.0.3112.113, fix ffmpeg clean script to not del (*)
761a028... fixed sources (*)
7d1f0ea... fixed sources for aarch64 (*)
321d5de... fix include pathing in libavutil/timer.h (*)
21e3607... more aarch64 ffmpeg files (*)
b3500bb... Merge Fedora, chromium-60.0.3112.113-1 (*)
a546230... disable aarch64 on rhel7, missing libatomic.so for some rea (*)
2843feb... Merge Fedora, 60.0.3112.113-2 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 2 months
[chromium-freeworld: 2/2] Merge Fedora, 60.0.3112.113-2
by Miro Hrončok
commit 2843feb6a32575dc0ae35ee05389e5f75c3c8e14
Merge: b3500bb a546230
Author: Miro Hrončok <miro(a)hroncok.cz>
Date: Wed Aug 30 19:32:19 2017 +0200
Merge Fedora, 60.0.3112.113-2
chromium-freeworld.spec | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
---
7 years, 2 months
[chromium-freeworld: 1/2] disable aarch64 on rhel7, missing libatomic.so for some reason
by Miro Hrončok
commit a54623014cadc60388bf6607dad657bbe550ca73
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Mon Aug 28 15:59:18 2017 -0400
disable aarch64 on rhel7, missing libatomic.so for some reason
chromium.spec | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/chromium.spec b/chromium.spec
index 7df942d..787cb7a 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -116,7 +116,7 @@ Name: chromium%{chromium_channel}%{?freeworld:-freeworld}
Name: chromium%{chromium_channel}
%endif
Version: %{majorversion}.0.3112.113
-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)
@@ -418,7 +418,11 @@ Provides: chromium-libs = %{version}-%{release}
Obsoletes: chromium-libs <= %{version}-%{release}
%endif
+%if 0%{?rhel}
+ExclusiveArch: x86_64 i686
+%else
ExclusiveArch: x86_64 i686 aarch64
+%endif
# Bundled bits (I'm sure I've missed some)
Provides: bundled(angle) = 2422
@@ -1867,7 +1871,10 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%changelog
-* Thu Aug 23 2017 Tom Callaway <spot(a)fedoraproject.org> 60.0.3112.113-1
+* Mon Aug 28 2017 Tom Callaway <spot(a)fedoraproject.org> 60.0.3112.113-2
+- disable aarch64 on rhel7, missing libatomic.so for some reason
+
+* Wed Aug 23 2017 Tom Callaway <spot(a)fedoraproject.org> 60.0.3112.113-1
- fix ffmpeg clean script to not delete aarch64 file
- update to 60.0.3112.113
7 years, 2 months
[xpra-codecs-freeworld/f25: 2/2] Merge branch 'master' into f25
by Antonio
commit 4b5af3f2faf9003973089558c252c966bd50b5ae
Merge: f1ff7cc 65139d8
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Wed Aug 30 10:53:28 2017 +0200
Merge branch 'master' into f25
.gitignore | 1 +
sources | 2 +-
xpra-codecs-freeworld.spec | 15 ++++++++++-----
3 files changed, 12 insertions(+), 6 deletions(-)
---
7 years, 2 months