public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: Fix typo
@ 2026-08-07 16:08 Than Ngo
0 siblings, 0 replies; 9+ messages in thread
From: Than Ngo @ 2026-08-07 16:08 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel9-next
Commit : 8b0be18335107714af6336a91444a3f27cbb1949
Author : Than Ngo <than@redhat.com>
Date : 2026-04-29T19:06:36+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/8b0be18335107714af6336a91444a3f27cbb1949?branch=epel9-next
Log:
Fix typo
---
diff --git a/chromium-147-widevine-on-arm64.patch b/chromium-147-widevine-on-arm64.patch
index 1be3361..d603cbc 100644
--- a/chromium-147-widevine-on-arm64.patch
+++ b/chromium-147-widevine-on-arm64.patch
@@ -9,7 +9,7 @@ diff -up chromium-147.0.7727.137/third_party/widevine/cdm/widevine.gni.me chromi
(target_cpu == "x64" || target_cpu == "arm" || target_cpu == "arm64")) ||
- (target_os == "linux" && target_cpu == "x64") ||
+ (target_os == "linux" &&
-+ (target_cpu == "x64") || target_cpu == "arm64")) ||
++ (target_cpu == "x64" || target_cpu == "arm64")) ||
(target_os == "mac" && (target_cpu == "x64" || target_cpu == "arm64")) ||
(target_os == "win" &&
(target_cpu == "x86" || target_cpu == "x64" || target_cpu == "arm64"))
^ permalink raw reply related [flat|nested] 9+ messages in thread* [rpms/chromium] epel9-next: Fix typo
@ 2026-08-07 16:08 Than Ngo
0 siblings, 0 replies; 9+ messages in thread
From: Than Ngo @ 2026-08-07 16:08 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel9-next
Commit : 9d700ef13fdbc155aa5eee2671c31edd760fa701
Author : Than Ngo <than@redhat.com>
Date : 2026-01-07T15:50:15+01:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/9d700ef13fdbc155aa5eee2671c31edd760fa701?branch=epel9-next
Log:
Fix typo
---
diff --git a/chromium.spec b/chromium.spec
index 85c31f5..a65c8b5 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -1,4 +1,4 @@
-*# macro for el10 minor version
+# macro for el10 minor version
%define rhel_minor_version %(grep -oP '10\.[0-9.]*' /etc/redhat-release | cut -d '.' -f2)
%define _lto_cflags %{nil}
^ permalink raw reply related [flat|nested] 9+ messages in thread* [rpms/chromium] epel9-next: Fix typo
@ 2026-08-07 16:07 Than Ngo
0 siblings, 0 replies; 9+ messages in thread
From: Than Ngo @ 2026-08-07 16:07 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel9-next
Commit : e89a0949b300fb862a58bdf69435adc64c98e43f
Author : Than Ngo <than@redhat.com>
Date : 2025-05-15T11:48:45+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/e89a0949b300fb862a58bdf69435adc64c98e43f?branch=epel9-next
Log:
Fix typo
---
diff --git a/chromium.spec b/chromium.spec
index 601052c..ca799cc 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -1513,7 +1513,7 @@ system_libs=()
%if 0%{?noopenh264}
system_libs+=(openh264)
%endif
-%if ! {bundlesimdutf}
+%if ! %{bundlesimdutf}
system_libs+=(simdutf)
%endif
^ permalink raw reply related [flat|nested] 9+ messages in thread* [rpms/chromium] epel9-next: fix typo
@ 2026-08-07 16:07 Than Ngo
0 siblings, 0 replies; 9+ messages in thread
From: Than Ngo @ 2026-08-07 16:07 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel9-next
Commit : 611aa08482fde559b3c7e4e5dbb09904bb5ff98d
Author : Than Ngo <than@redhat.com>
Date : 2024-10-23T17:07:10+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/611aa08482fde559b3c7e4e5dbb09904bb5ff98d?branch=epel9-next
Log:
fix typo
---
diff --git a/chromium.spec b/chromium.spec
index e44d2d3..a1c75c4 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -551,7 +551,7 @@ BuildRequires: libgcrypt-devel
BuildRequires: libudev-devel
BuildRequires: libuuid-devel
-%if 0%{?fedora} >= 37 || %if 0%{?rhel} > 9
+%if 0%{?fedora} >= 37 || 0%{?rhel} > 9
BuildRequires: libusb-compat-0.1-devel
%else
BuildRequires: libusb-devel
^ permalink raw reply related [flat|nested] 9+ messages in thread* [rpms/chromium] epel9-next: fix typo
@ 2026-08-07 16:06 Than Ngo
0 siblings, 0 replies; 9+ messages in thread
From: Than Ngo @ 2026-08-07 16:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel9-next
Commit : 640731430a96e2816f52abf943c91681c696f3a2
Author : Than Ngo <than@redhat.com>
Date : 2024-07-20T11:38:04+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/640731430a96e2816f52abf943c91681c696f3a2?branch=epel9-next
Log:
fix typo
---
diff --git a/chromium.spec b/chromium.spec
index c20cb24..eaa8069 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -1124,7 +1124,7 @@ Qt6 UI for chromium.
%patch -P150 -p1 -b .qt6
%endif
-%if 0%{?rhel} = 8
+%if 0%{?rhel} == 8
%ifarch aarch64
%patch -P305 -p1 -b .memory_tagging
%patch -P306 -p1 -b .ifunc-header
^ permalink raw reply related [flat|nested] 9+ messages in thread* [rpms/chromium] epel9-next: fix typo
@ 2026-08-07 16:06 Than Ngo
0 siblings, 0 replies; 9+ messages in thread
From: Than Ngo @ 2026-08-07 16:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel9-next
Commit : ae50b2ee0bad890ae8b874aa6bc89b5d2944eda9
Author : Than Ngo <than@redhat.com>
Date : 2024-05-28T07:30:04+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/ae50b2ee0bad890ae8b874aa6bc89b5d2944eda9?branch=epel9-next
Log:
fix typo
---
diff --git a/chromium.spec b/chromium.spec
index 25a9deb..f948062 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -36,7 +36,7 @@
# enable|disable headless client build
%global build_headless 1
%ifarch ppc64le
-%global cfi 0
+%global build_headless 0
%endif
# enable|disable chrome-remote-desktop build
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [rpms/chromium] epel9-next: fix typo
@ 2026-08-07 16:06 Than Ngo
0 siblings, 0 replies; 9+ messages in thread
From: Than Ngo @ 2026-08-07 16:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel9-next
Commit : 565986e75b4b6d25b422131aeb20ca0ff6ad69c8
Author : Than Ngo <than@redhat.com>
Date : 2024-05-19T07:32:44+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/565986e75b4b6d25b422131aeb20ca0ff6ad69c8?branch=epel9-next
Log:
fix typo
---
diff --git a/chromium.spec b/chromium.spec
index fdbd1e9..8dab9ba 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -164,7 +164,7 @@
# enable|disable use_custom_libcxx
%global use_custom_libcxx 1
-%if %{rhel} == 7
+%if 0%{?rhel} == 7
%global use_custom_libcxx 0
%endif
^ permalink raw reply related [flat|nested] 9+ messages in thread* [rpms/chromium] epel9-next: fix typo
@ 2026-08-07 16:05 Than Ngo
0 siblings, 0 replies; 9+ messages in thread
From: Than Ngo @ 2026-08-07 16:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel9-next
Commit : 0b9451b207dfdff35685aa2c46866ef8e833d134
Author : Than Ngo <than@redhat.com>
Date : 2023-05-03T19:35:15+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/0b9451b207dfdff35685aa2c46866ef8e833d134?branch=epel9-next
Log:
fix typo
---
diff --git a/chromium-113-workaround_clang_bug-structured_binding.patch b/chromium-113-workaround_clang_bug-structured_binding.patch
index 88ba646..2199ae4 100644
--- a/chromium-113-workaround_clang_bug-structured_binding.patch
+++ b/chromium-113-workaround_clang_bug-structured_binding.patch
@@ -24,7 +24,7 @@ diff -up chromium-113.0.5672.63/third_party/blink/renderer/core/layout/ng/grid/n
+ auto& workaround_clang_bug = sizing_tree->At(current_grid_index);
+ auto& grid_items = workaround_clang_bug.grid_items;
+ auto& layout_data = workaround_clang_bug.layout_data;
-+ auto& subtree_size = workaround_clang_bug.subtree_size
++ auto& subtree_size = workaround_clang_bug.subtree_size;
auto InitAndCacheTrackSizes = [&](GridTrackSizingDirection track_direction) {
InitializeTrackCollection(opt_subgrid_data, track_direction, &layout_data);
^ permalink raw reply related [flat|nested] 9+ messages in thread* [rpms/chromium] epel9-next: fix typo
@ 2026-08-07 16:04 Than Ngo
0 siblings, 0 replies; 9+ messages in thread
From: Than Ngo @ 2026-08-07 16:04 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel9-next
Commit : 81a86de5610f9f249adcce6d07a7de44052faf81
Author : Than Ngo <than@redhat.com>
Date : 2023-01-13T13:09:08+01:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/81a86de5610f9f249adcce6d07a7de44052faf81?branch=epel9-next
Log:
fix typo
---
diff --git a/chromium.spec b/chromium.spec
index cb5b668..fcd89c2 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -1404,7 +1404,7 @@ mkdir -p %{buildroot}%{chromium_path}/locales
%if 0%{?use_vaapi}
cp -a %{SOURCE3} %{buildroot}%{chromium_path}/%{chromium_browser_channel}.sh
-%%else
+%else
grep -v features %{SOURCE3} > %{buildroot}%{chromium_path}/%{chromium_browser_channel}.sh
%endif
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2026-08-07 16:08 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 16:08 [rpms/chromium] epel9-next: Fix typo Than Ngo
-- strict thread matches above, loose matches on Subject: below --
2026-08-07 16:08 Than Ngo
2026-08-07 16:07 Than Ngo
2026-08-07 16:07 [rpms/chromium] epel9-next: fix typo Than Ngo
2026-08-07 16:06 Than Ngo
2026-08-07 16:06 Than Ngo
2026-08-07 16:06 Than Ngo
2026-08-07 16:05 Than Ngo
2026-08-07 16:04 Than Ngo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox