1 Commits

Author SHA256 Message Date
adcb164013 Merge pull request 'update to 0.20250619' (#1) from chromium/gn:main into leap-16.0
Reviewed-on: #1
Reviewed-by: Nathan Cutler <smithfarm@noreply.src.opensuse.org>
2025-09-04 11:19:46 +02:00
7 changed files with 12 additions and 49 deletions

View File

@@ -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">81b24e01531ecf0eff12ec9359a555ec3944ec4e</param>
<param name="revision">97b68a0bb62b7528bc3491c7949d6804223c2b82</param>
<param name="versionformat">0.%cd</param>
<param name="changesgenerate">enable</param>
</service>

View File

@@ -1,6 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://gn.googlesource.com/gn.git</param>
<param name="changesrevision">81b24e01531ecf0eff12ec9359a555ec3944ec4e</param>
</service>
</servicedata>
<service name="tar_scm">
<param name="url">https://gn.googlesource.com/gn.git</param>
<param name="changesrevision">97b68a0bb62b7528bc3491c7949d6804223c2b82</param></service></servicedata>

BIN
gn-0.20250619.obscpio LFS Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -1,38 +1,3 @@
-------------------------------------------------------------------
Fri Oct 3 07:58:10 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- 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"
-------------------------------------------------------------------
Tue Jul 01 14:40:37 UTC 2025 - Ruediger Oertel <ro@suse.com>

View File

@@ -1,4 +1,4 @@
name: gn
version: 0.20250918
mtime: 1758200393
commit: 81b24e01531ecf0eff12ec9359a555ec3944ec4e
version: 0.20250619
mtime: 1750335966
commit: 97b68a0bb62b7528bc3491c7949d6804223c2b82

View File

@@ -1,7 +1,7 @@
#
# spec file for package gn
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC
#
# 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.20250918
Version: 0.20250619
Release: 0
Summary: A meta-build system that generates build files for Ninja
License: BSD-3-Clause