Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gn for openSUSE:Factory checked in at 2025-10-03 15:45:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gn (Old) and /work/SRC/openSUSE:Factory/.gn.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gn" Fri Oct 3 15:45:54 2025 rev:22 rq:1308821 version:0.20250918 Changes: -------- --- /work/SRC/openSUSE:Factory/gn/gn.changes 2025-08-16 20:44:11.388198856 +0200 +++ /work/SRC/openSUSE:Factory/.gn.new.11973/gn.changes 2025-10-03 15:47:10.137877888 +0200 @@ -1,0 +2,35 @@ +Fri Oct 3 07:58:10 UTC 2025 - Andreas Stieger <[email protected]> + +- Update to version 0.20250918: + * update reference.md + * Include -fmodule-file flags in compile_commands.json + * Refactor C++ module dependency logic into a new utility + * Gitiles navigation bar + * Adds a len() function + * Avoid clashes of include_dir in rust-project.json. + * Check all targets to find duplicated outputs. + * infra/config: Remove luci.recipes.use_python3 experiment + * Handle empty outputs in WriteInputDepsStampOrPhonyAndGetDep + * build: Propagate module dependencies through group targets + * Deduplicate item in 'deps', 'sources' and related lists + * infra: Update comment for macOS version used in CQ/CI + * [Apple] Allow passing a manifest to the post-processing script + * Update link to buganizer in README.md + * [Apple] Fix `gn gen` when using swift and no_stamp_files + * [Apple] Remove deprecated aliases for `post_processing_$var` + * Revert "Allow newline in string literal" + * Use std::ranges::all_of in parse_tree_unittest + * infra: Correctly use macOS 13 instead of 11 + * Update Xcode and macOS version in bots + * infra: Add shadow buckets to trigger led job + * Allow newline in string literal + * Revert "Update macOS version to 13 used in CQ/CI" + * Update macOS version to 13 used in CQ/CI + * Refactor command_format.cc + * Shorten targets from //path/to/foo:foo to //path/to/foo + * Modernize and improve parse_tree.cc + * Auto-format the codebase + * Remove hardcoded -fmodules-embed-all-files flag + * Reland "Use JSON escaping for JSON string output" + +------------------------------------------------------------------- Old: ---- gn-0.20250619.obscpio New: ---- gn-0.20250918.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gn.spec ++++++ --- /var/tmp/diff_new_pack.zlh5XW/_old 2025-10-03 15:47:10.701901518 +0200 +++ /var/tmp/diff_new_pack.zlh5XW/_new 2025-10-03 15:47:10.705901686 +0200 @@ -1,7 +1,7 @@ # # spec file for package gn # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: gn -Version: 0.20250619 +Version: 0.20250918 Release: 0 Summary: A meta-build system that generates build files for Ninja License: BSD-3-Clause ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.zlh5XW/_old 2025-10-03 15:47:10.741903194 +0200 +++ /var/tmp/diff_new_pack.zlh5XW/_new 2025-10-03 15:47:10.745903361 +0200 @@ -1,6 +1,6 @@ -mtime: 1751380885 -commit: 140cfd7fc84735553d600db94dda5feb611a9635f0eb9a1649565aa221825bd8 +mtime: 1759479720 +commit: 9a56385d3f909cdc2ca3a84687457562620282d69e4f86c071384fc3f17ad048 url: https://src.opensuse.org/chromium/gn.git -revision: 140cfd7fc84735553d600db94dda5feb611a9635f0eb9a1649565aa221825bd8 +revision: 9a56385d3f909cdc2ca3a84687457562620282d69e4f86c071384fc3f17ad048 projectscmsync: https://src.opensuse.org/chromium/_ObsPrj.git ++++++ _service ++++++ --- /var/tmp/diff_new_pack.zlh5XW/_old 2025-10-03 15:47:10.765904199 +0200 +++ /var/tmp/diff_new_pack.zlh5XW/_new 2025-10-03 15:47:10.777904702 +0200 @@ -2,7 +2,7 @@ <service name="obs_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://gn.googlesource.com/gn.git</param> - <param name="revision">97b68a0bb62b7528bc3491c7949d6804223c2b82</param> + <param name="revision">81b24e01531ecf0eff12ec9359a555ec3944ec4e</param> <param name="versionformat">0.%cd</param> <param name="changesgenerate">enable</param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.zlh5XW/_old 2025-10-03 15:47:10.805905875 +0200 +++ /var/tmp/diff_new_pack.zlh5XW/_new 2025-10-03 15:47:10.813906210 +0200 @@ -1,6 +1,7 @@ <servicedata> -<service name="tar_scm"> - <param name="url">https://gn.googlesource.com/gn.git</param> - <param name="changesrevision">97b68a0bb62b7528bc3491c7949d6804223c2b82</param></service></servicedata> -(No newline at EOF) + <service name="tar_scm"> + <param name="url">https://gn.googlesource.com/gn.git</param> + <param name="changesrevision">81b24e01531ecf0eff12ec9359a555ec3944ec4e</param> + </service> +</servicedata> ++++++ 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 2025-10-03 10:22:28.000000000 +0200 @@ -0,0 +1 @@ +.osc ++++++ gn-0.20250619.obscpio -> gn-0.20250918.obscpio ++++++ ++++ 3290 lines of diff (skipped) ++++++ gn.obsinfo ++++++ --- /var/tmp/diff_new_pack.zlh5XW/_old 2025-10-03 15:47:12.049957993 +0200 +++ /var/tmp/diff_new_pack.zlh5XW/_new 2025-10-03 15:47:12.057958329 +0200 @@ -1,5 +1,5 @@ name: gn -version: 0.20250619 -mtime: 1750335966 -commit: 97b68a0bb62b7528bc3491c7949d6804223c2b82 +version: 0.20250918 +mtime: 1758200393 +commit: 81b24e01531ecf0eff12ec9359a555ec3944ec4e
