commit 2ce345d6bcbb7bd148133e0b7fe5cbba0cc5b737
Author: Akarshan Biswas <akarshan.biswas(a)gmail.com>
Date: Sun Mar 3 18:20:06 2019 +0530
Updated to 72.0.3626.121
spec cleanup
.gitignore | 1 +
chromium-vaapi.spec | 13 +++++--------
sources | 2 +-
3 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 750ad4c..27f05b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
/chromium-71.0.3578.98.tar.xz
/chromium-72.0.3626.81.tar.xz
/chromium-72.0.3626.109.tar.xz
+/chromium-72.0.3626.121.tar.xz
diff --git a/chromium-vaapi.spec b/chromium-vaapi.spec
index 1099ae0..1edf3c9 100644
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@ -53,8 +53,6 @@
#Turn on verbose mode
%global debug_logs 0
-# Allow compiling with clang
-%global clang 0
#Allow jumbo builds
# Enabled by default
%global jumbo 1
@@ -69,7 +67,7 @@
%global ozone 0
##############################Package Definitions######################################
Name: chromium-vaapi
-Version: 72.0.3626.109
+Version: 72.0.3626.121
Release: 1%{?dist}
Summary: A Chromium web browser with video decoding acceleration
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)
@@ -102,14 +100,9 @@ Source15: LICENSE
%global chromiumdir %{_libdir}/%{name}
########################################################################################
#Compiler settings
-%if %{clang}
-BuildRequires: clang, llvm, lld
-%else
-#GCC mode on
# Make sure we don't encounter any bug
BuildRequires: gcc
BuildRequires: gcc-c++
-%endif
# Basic tools and libraries needed for building
BuildRequires: ninja-build, nodejs, bison, gperf, hwdata
BuildRequires: libgcc, glibc, libatomic
@@ -674,6 +667,10 @@ appstream-util validate-relax --nonet
"%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/locales/*.pak
#########################################changelogs#################################################
%changelog
+* Sun Mar 03 2019 Akarshan Biswas <akarshanbiswas(a)fedoraproject.org>
72.0.3626.121-1
+- Updated to 72.0.3626.121
+- spec cleanup
+
* Tue Feb 19 2019 Akarshan Biswas <akarshanbiswas(a)fedoraproject.org>
72.0.3626.109-1
- Update to 72.0.3626.109
- remove ozone patches
diff --git a/sources b/sources
index cf0d9eb..03899ce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6cc44806be5e7b41727a04f7e7eb2545 chromium-72.0.3626.109.tar.xz
+c9b2cd5509e257501d21ed4b5db4b4c2 chromium-72.0.3626.121.tar.xz
Show replies by date