diff --git a/chromium.spec b/chromium.spec index f8146f1..7834f2d 100644 --- a/chromium.spec +++ b/chromium.spec @@ -3,7 +3,7 @@ #% define chromium_patches_ver %(echo %version | cut -d. -f1)-3 Name: chromium Epoch: 3 -Version: 120.0.6099.129 +Version: 120.0.6099.199 Release: 1mamba Summary: An open-source browser project that aims to build a safer, faster, and more stable way to experience the web Group: Graphical Desktop/Applications/Internet @@ -123,9 +123,9 @@ Chromium is an open-source browser project that aims to build a safer, faster, a %global __provides_exclude_from ^%{_libdir}/chromium/.*$ %prep -#% setup -q -a2 -%setup -q -D -T -:<< ___EOF +%setup -q -a2 +#% setup -q -D -T +#:<< ___EOF # Allow building against system libraries in official builds sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \ @@ -313,7 +313,7 @@ gn gen out/Release --args="${chromium_conf[*]}" \ #_EOF -ninja -C out/Release chrome chrome_sandbox chromedriver.unstripped +ninja -j4 -C out/Release chrome chrome_sandbox chromedriver.unstripped %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -432,6 +432,9 @@ ln -s %{_libdir}/chromium/chromedriver %{buildroot}%{_bindir}/chromedriver %{_mandir}/man1/chromium.1* %changelog +* Sun Jan 07 2024 Automatic Build System 120.0.6099.199-1mamba +- automatic version update by autodist + * Tue Dec 26 2023 Automatic Build System 120.0.6099.129-1mamba - automatic version update by autodist