public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom Callaway <spot@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/chromium] epel9-next: 52.0.2743.82
Date: Fri, 07 Aug 2026 16:04:03 GMT	[thread overview]
Message-ID: <178611864355.1.3538105073102238943.rpms-chromium-c30bb1613636@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/chromium
Branch : epel9-next
Commit : c30bb16136367bab9bc67a8b0c4567ccb7588fe2
Author : Tom Callaway <spot@fedoraproject.org>
Date   : 2016-07-21T11:49:12-04:00
Stats  : +90/-10 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/chromium/c/c30bb16136367bab9bc67a8b0c4567ccb7588fe2?branch=epel9-next

Log:
52.0.2743.82

---
diff --git a/.gitignore b/.gitignore
index ab677cd..271132b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /chromium-52.0.2743.75-clean.tar.xz
 /depot_tools.git-master.tar.gz
 /policy_templates.zip
+/chromium-52.0.2743.82-clean.tar.xz

diff --git a/chromium-52.0.2743.82-cups22.patch b/chromium-52.0.2743.82-cups22.patch
new file mode 100644
index 0000000..b3823db
--- /dev/null
+++ b/chromium-52.0.2743.82-cups22.patch
@@ -0,0 +1,24 @@
+diff -up chromium-52.0.2743.82/printing/BUILD.gn.cups22 chromium-52.0.2743.82/printing/BUILD.gn
+--- chromium-52.0.2743.82/printing/BUILD.gn.cups22	2016-07-21 11:27:05.597507544 -0400
++++ chromium-52.0.2743.82/printing/BUILD.gn	2016-07-21 11:27:25.565390048 -0400
+@@ -147,7 +147,7 @@ component("printing") {
+                                  ],
+                                  "trim string")
+ 
+-      if (cups_version == "1.6" || cups_version == "1.7") {
++      if (cups_version == "1.6" || cups_version == "1.7" || cups_version == "2.2") {
+         cflags += [
+           # CUPS 1.6 deprecated the PPD APIs, but we will stay with this
+           # API for now as supported Linux and Mac OS'es are still using
+diff -up chromium-52.0.2743.82/printing/printing.gyp.cups22 chromium-52.0.2743.82/printing/printing.gyp
+--- chromium-52.0.2743.82/printing/printing.gyp.cups22	2016-07-21 11:26:26.622746918 -0400
++++ chromium-52.0.2743.82/printing/printing.gyp	2016-07-21 11:26:44.517632794 -0400
+@@ -142,7 +142,7 @@
+             'cups_version': '<!(python cups_config_helper.py --api-version <(sysroot))',
+           },
+           'conditions': [
+-            ['cups_version in ["1.6", "1.7"]', {
++            ['cups_version in ["1.6", "1.7", "2.2"]', {
+               'cflags': [
+                 # CUPS 1.6 deprecated the PPD APIs, but we will stay with this
+                 # API for now as supported Linux and Mac OS'es are still using

diff --git a/chromium.spec b/chromium.spec
index 573fcbc..893e7a4 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -66,7 +66,6 @@ Release:	1%{?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)
-Group:		Applications/Internet
 
 ### Chromium Fedora Patches ###
 Patch0:		chromium-46.0.2490.71-gcc5.patch
@@ -93,6 +92,9 @@ Patch9:		chromium-48.0.2564.116-libusb_interrupt_event_handler.patch
 Patch10:	chromium-50.0.2661.94-unbundle-re2-fix.patch
 # Fix PNGImageDecoder code
 Patch11:	chromium-52.0.2723.2-PNGImageDecoder-fix-cast.patch
+# Ignore deprecations in cups 2.2
+# https://bugs.chromium.org/p/chromium/issues/detail?id=622493
+Patch12:	chromium-52.0.2743.82-cups22.patch
 
 ### Chromium Tests Patches ###
 Patch100:	chromium-46.0.2490.86-use_system_opus.patch
@@ -124,8 +126,6 @@ Source9:	chromium-browser.xml
 Source10:	https://dl.google.com/dl/edgedl/chrome/policy/policy_templates.zip
 Source11:	chrome-remote-desktop.service
 
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 # We can assume gcc and binutils.
 BuildRequires:	gcc-c++
 
@@ -384,6 +384,7 @@ Remote desktop support for google-chrome & chromium.
 %patch9 -p1 -b .modern-libusbx
 %patch10 -p1 -b .unbundle-fix
 %patch11 -p1 -b .fixcast
+%patch12 -p1 -b .cups22
 
 ### Chromium Tests Patches ###
 %patch100 -p1 -b .use_system_opus
@@ -1245,9 +1246,6 @@ cp -a %{SOURCE9} %{buildroot}%{_datadir}/gnome-control-center/default-apps/
 	fi
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %post
 # Set SELinux labels - semanage itself will adjust the lib directory naming
 semanage fcontext -a -t bin_t /usr/lib/%{chromium_browser_channel}
@@ -1281,7 +1279,6 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
 %systemd_postun_with_restart chrome-remote-desktop.service
 
 %files
-%defattr(-,root,root,-)
 %{_bindir}/%{chromium_browser_channel}
 %dir %{chromium_path}
 %{chromium_path}/*.bin
@@ -1301,7 +1298,60 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
 # %%{chromium_path}/plugins/
 %{chromium_path}/pyproto/
 %attr(4755, root, root) %{chromium_path}/chrome-sandbox
-%{chromium_path}/locales/
+%dir %{chromium_path}/locales/
+%lang(am) %{chromium_path}/locales/am.pak
+%lang(ar) %{chromium_path}/locales/ar.pak
+%lang(bg) %{chromium_path}/locales/bg.pak
+%lang(bn) %{chromium_path}/locales/bn.pak
+%lang(ca) %{chromium_path}/locales/ca.pak
+%lang(cs) %{chromium_path}/locales/cs.pak
+%lang(da) %{chromium_path}/locales/da.pak
+%lang(de) %{chromium_path}/locales/de.pak
+%lang(el) %{chromium_path}/locales/el.pak
+%lang(en_GB) %{chromium_path}/locales/en-GB.pak
+%lang(en_US) %{chromium_path}/locales/en-US.pak
+%lang(es) %{chromium_path}/locales/es.pak
+%lang(es) %{chromium_path}/locales/es-419.pak
+%lang(et) %{chromium_path}/locales/et.pak
+%lang(fa) %{chromium_path}/locales/fa.pak
+%lang(fi) %{chromium_path}/locales/fi.pak
+%lang(fil) %{chromium_path}/locales/fil.pak
+%lang(fr) %{chromium_path}/locales/fr.pak
+%lang(gu) %{chromium_path}/locales/gu.pak
+%lang(he) %{chromium_path}/locales/he.pak
+%lang(hi) %{chromium_path}/locales/hi.pak
+%lang(hr) %{chromium_path}/locales/hr.pak
+%lang(hu) %{chromium_path}/locales/hu.pak
+%lang(id) %{chromium_path}/locales/id.pak
+%lang(it) %{chromium_path}/locales/it.pak
+%lang(ja) %{chromium_path}/locales/ja.pak
+%lang(kn) %{chromium_path}/locales/kn.pak
+%lang(ko) %{chromium_path}/locales/ko.pak
+%lang(lt) %{chromium_path}/locales/lt.pak
+%lang(lv) %{chromium_path}/locales/lv.pak
+%lang(ml) %{chromium_path}/locales/ml.pak
+%lang(mr) %{chromium_path}/locales/mr.pak
+%lang(ms) %{chromium_path}/locales/ms.pak
+%lang(nb) %{chromium_path}/locales/nb.pak
+%lang(nl) %{chromium_path}/locales/nl.pak
+%lang(pl) %{chromium_path}/locales/pl.pak
+%lang(pt_BR) %{chromium_path}/locales/pt-BR.pak
+%lang(pt_PT) %{chromium_path}/locales/pt-PT.pak
+%lang(ro) %{chromium_path}/locales/ro.pak
+%lang(ru) %{chromium_path}/locales/ru.pak
+%lang(sk) %{chromium_path}/locales/sk.pak
+%lang(sl) %{chromium_path}/locales/sl.pak
+%lang(sr) %{chromium_path}/locales/sr.pak
+%lang(sv) %{chromium_path}/locales/sv.pak
+%lang(sw) %{chromium_path}/locales/sw.pak
+%lang(ta) %{chromium_path}/locales/ta.pak
+%lang(te) %{chromium_path}/locales/te.pak
+%lang(th) %{chromium_path}/locales/th.pak
+%lang(tr) %{chromium_path}/locales/tr.pak
+%lang(uk) %{chromium_path}/locales/uk.pak
+%lang(vi) %{chromium_path}/locales/vi.pak
+%lang(zh_CN) %{chromium_path}/locales/zh-CN.pak
+%lang(zh_TW) %{chromium_path}/locales/zh-TW.pak
 %{chromium_path}/resources/
 %{_mandir}/man1/%{chromium_browser_channel}.*
 %{_datadir}/icons/hicolor/256x256/apps/%{chromium_browser_channel}.png
@@ -1340,6 +1390,11 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
 %endif
 
 %changelog
+* Thu Jul 21 2016 Tom Callaway <spot@fedoraproject.org> 52.0.2743.82-1
+- update to 52.0.2743.82
+- handle locales properly
+- cleanup spec
+
 * Tue Jul 19 2016 Tom Callaway <spot@fedoraproject.org> 52.0.2743.75-1
 - update to 52.0.2743.75
 

diff --git a/sources b/sources
index c0b5f56..316af98 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-ceaa558c5a94789d5a7a69837ce035ef  chromium-52.0.2743.75-clean.tar.xz
 49a7f897775cce21d2b69968b8af1cea  depot_tools.git-master.tar.gz
-af24ec9bc5e86e10841f44397db5ffda  policy_templates.zip
+1389b4f03dfb2e44697e138314bd13ed  chromium-52.0.2743.82-clean.tar.xz
+8ce432ed9e6b1edca19f0057f5ad76bf  policy_templates.zip

             reply	other threads:[~2026-08-07 16:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-07 16:04 Tom Callaway [this message]
2026-08-07 16:04 [rpms/chromium] epel9-next: 52.0.2743.82 Tom Callaway

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178611864355.1.3538105073102238943.rpms-chromium-c30bb1613636@fedoraproject.org \
    --to=spot@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox