Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package chromium for openSUSE:Factory checked in at 2026-09-15 12:48:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/chromium (Old) and /work/SRC/openSUSE:Factory/.chromium.new.383539 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "chromium" Tue Sep 15 12:48:36 2026 rev:546 rq:1377887 version:153.0.8010.36 Changes: -------- --- /work/SRC/openSUSE:Factory/chromium/chromium.changes 2026-09-10 11:50:39.624751433 +0200 +++ /work/SRC/openSUSE:Factory/.chromium.new.383539/chromium.changes 2026-09-15 12:48:38.667493118 +0200 @@ -1,0 +2,21 @@ +Mon Sep 14 11:06:29 UTC 2026 - Ruediger Oertel <[email protected]> + +- adapt llvm version build requirements to not pin patch level + +------------------------------------------------------------------- +Sun Sep 13 23:20:07 UTC 2026 - Ruediger Oertel <[email protected]> + +- update INSTALL.sh to changes in desktop file + (replace desktop_exec and desktop_icon) + +------------------------------------------------------------------- +Sun Sep 13 13:39:33 UTC 2026 - Ruediger Oertel <[email protected]> + +- adapt llvm version for factory from 23.1.0 to 23.1.1 + +------------------------------------------------------------------- +Wed Sep 9 08:48:09 UTC 2026 - Andreas Stieger <[email protected]> + +- Adjust llvm23 conditional to not include slfo-1.3 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ chromium.spec ++++++ --- /var/tmp/diff_new_pack.y9Oxx9/_old 2026-09-15 12:48:52.545071634 +0200 +++ /var/tmp/diff_new_pack.y9Oxx9/_new 2026-09-15 12:48:52.548071759 +0200 @@ -61,16 +61,18 @@ %define ffmpeg_version 59 %bcond_with system_zstd # LLVM version -%if 0%{?suse_version} > 1600 +%if 0%{?suse_version} >= 1699 # LLVM version %define llvm_version 23 -%define llvm_version_long 23.1.0 +%define llvm_version_long 23.1 +%define llvm_version_long_plus 23.2 # RUST version %define rust_version 1.94 %else # LLVM version %define llvm_version 19 -%define llvm_version_long 19.1.7 +%define llvm_version_long 19.1 +%define llvm_version_long_plus 19.2 # RUST version %define rust_version 1.92 %endif @@ -531,10 +533,10 @@ BuildRequires: libstdc++6-devel-gcc%{gcc_version} %else BuildRequires: clang%{llvm_version}-devel -BuildRequires: libc++.so = %{llvm_version_long} -BuildRequires: libc++1 = %{llvm_version_long} -BuildRequires: libc++abi.so = %{llvm_version_long} -BuildRequires: libc++abi1 = %{llvm_version_long} +BuildRequires: (libc++.so >= %{llvm_version_long} with libc++.so < %{llvm_version_long_plus}) +BuildRequires: (libc++1 >= %{llvm_version_long} with libc++1 < %{llvm_version_long_plus}) +BuildRequires: (libc++abi.so >= %{llvm_version_long} with libc++abi.so < %{llvm_version_long_plus}) +BuildRequires: (libc++abi1 >= %{llvm_version_long} with libc++abi1 < %{llvm_version_long_plus}) %endif BuildRequires: lld%{llvm_version} BuildRequires: llvm%{llvm_version} ++++++ INSTALL.sh ++++++ --- /var/tmp/diff_new_pack.y9Oxx9/_old 2026-09-15 12:48:52.710078512 +0200 +++ /var/tmp/diff_new_pack.y9Oxx9/_new 2026-09-15 12:48:52.713078637 +0200 @@ -180,6 +180,8 @@ -e "s#@@PACKAGE#${PACKAGE}#g" \ -e "s#@@uri_scheme#${URI_SCHEME}#g" \ -e "s#@@extra_desktop_entries#${EXTRA_DESKTOP_ENTRIES}#g" \ + -e "s#@@desktop_exec#/usr/bin/${PACKAGE}#g" \ + -e "s#@@desktop_icon#${PACKAGE}#g" \ "chrome/installer/linux/common/desktop.template" > "${STAGEDIR}/usr/share/applications/${PACKAGE}.desktop" chmod 644 "${STAGEDIR}/usr/share/applications/${PACKAGE}.desktop" ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.y9Oxx9/_old 2026-09-15 12:48:52.788081764 +0200 +++ /var/tmp/diff_new_pack.y9Oxx9/_new 2026-09-15 12:48:52.792081931 +0200 @@ -1,7 +1,7 @@ -mtime: 1788928336 -commit: 31e0554bd37ac3680ea48233389b8a5f2e7ce0ceaf48bc2235829119feaa99b0 +mtime: 1789384024 +commit: 1e276890ec0ab570abcfb43b42a8e5201944859ee9971c07053e1db4b14920ea url: https://src.opensuse.org/chromium/chromium -revision: 31e0554bd37ac3680ea48233389b8a5f2e7ce0ceaf48bc2235829119feaa99b0 +revision: 1e276890ec0ab570abcfb43b42a8e5201944859ee9971c07053e1db4b14920ea trackingbranch: main projectscmsync: https://src.opensuse.org/chromium/_ObsPrj.git ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-09-14 13:07:04.000000000 +0200 @@ -0,0 +1,4 @@ +.osc +*.patch~ +*-build/ +.*.swp
