Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gn for openSUSE:Factory checked in 
at 2026-06-13 18:48:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gn (Old)
 and      /work/SRC/openSUSE:Factory/.gn.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gn"

Sat Jun 13 18:48:17 2026 rev:26 rq:1359076 version:0.20260605

Changes:
--------
--- /work/SRC/openSUSE:Factory/gn/gn.changes    2026-05-13 22:34:32.431729072 
+0200
+++ /work/SRC/openSUSE:Factory/.gn.new.1981/gn.changes  2026-06-13 
18:50:20.088900908 +0200
@@ -1,0 +2,33 @@
+Mon Jun 08 18:34:56 UTC 2026 - Andreas Stieger <[email protected]>
+
+- Update to version 0.20260605:
+  * Introduce --format-width option (and format_width .gn variable).
+  * Resolve suggest inputs relative to target include directories.
+  * Consider target outputs as existing files in `gn suggest`.
+  * Reland "Fix toolchain dependencies not triggering rebuilds in Ninja"
+  * Fix build with GCC 16 on musl by adding missing <cstdint>
+  * Add module_deps[_no_self] to the default test toolchain
+  * Implement cycle detection and circular dependency handling in `gn suggest`.
+  * Reduce ResolvedTargetData lock contention by sharding targets map
+  * Implement visibility checks in `gn suggest`.
+  * Refactor `OutputSuggestions` to make it testable.
+  * Format with c++23 standard
+  * Enhance quiet mode.
+  * Fix pretty printing of string literals.
+  * Fix PointerSet and BuilderRecordMap iterators under C++23
+  * Don't print the request when there's only one.
+  * Bypass group targets for order-only deps in source set stamp files
+  * Fix complete_static_lib to include Rust libraries.
+  * Exports group's target "data" property
+  * Optimize OrderOnlyDeps computation using ResolvedTargetData caching
+  * Format gn src with run_formatter.sh
+  * gn format: 80-character comment wrapping and reflowing improvements
+  * Build with C++23
+  * Revert "Fix toolchain dependencies not triggering rebuilds in Ninja"
+  * Roll windows toolchain
+  * Fix C++23 compilation errors
+  * Fix toolchain dependencies not triggering rebuilds in Ninja
+  * [gn] Bypass groups in order-only deps to use source set linkdeps
+  * Update reference.md
+
+-------------------------------------------------------------------

Old:
----
  gn-0.20260429.obscpio

New:
----
  gn-0.20260605.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gn.spec ++++++
--- /var/tmp/diff_new_pack.yPoNrU/_old  2026-06-13 18:50:22.809013915 +0200
+++ /var/tmp/diff_new_pack.yPoNrU/_new  2026-06-13 18:50:22.833014912 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gn
-Version:        0.20260429
+Version:        0.20260605
 Release:        0
 Summary:        A meta-build system that generates build files for Ninja
 License:        BSD-3-Clause

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.yPoNrU/_old  2026-06-13 18:50:23.181029370 +0200
+++ /var/tmp/diff_new_pack.yPoNrU/_new  2026-06-13 18:50:23.209030534 +0200
@@ -1,6 +1,6 @@
-mtime: 1777552169
-commit: eda41dc2c6f58af665d12c971430dc1da8edbba54c3a66ae64881d58b4a6f6ac
+mtime: 1780944671
+commit: 46dcd661e13f3499557e6fdf0a94cf46ef25c249ff618153b875cb25973c0148
 url: https://src.opensuse.org/chromium/gn
-revision: eda41dc2c6f58af665d12c971430dc1da8edbba54c3a66ae64881d58b4a6f6ac
+revision: 46dcd661e13f3499557e6fdf0a94cf46ef25c249ff618153b875cb25973c0148
 projectscmsync: https://src.opensuse.org/chromium/_ObsPrj.git
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.yPoNrU/_old  2026-06-13 18:50:23.453040671 +0200
+++ /var/tmp/diff_new_pack.yPoNrU/_new  2026-06-13 18:50:23.501042665 +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">d830369a8e7db2383ab7bb1c2c142ee2766cfea2</param>
+    <param name="revision">bac66cfc3254aabcd8640c8ebbeb6d62a198d454</param>
     <param name="versionformat">0.%cd</param>
     <param name="changesgenerate">enable</param>
   </service>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.yPoNrU/_old  2026-06-13 18:50:23.713051474 +0200
+++ /var/tmp/diff_new_pack.yPoNrU/_new  2026-06-13 18:50:23.749052969 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://gn.googlesource.com/gn.git</param>
-              <param 
name="changesrevision">d830369a8e7db2383ab7bb1c2c142ee2766cfea2</param></service></servicedata>
+              <param 
name="changesrevision">bac66cfc3254aabcd8640c8ebbeb6d62a198d454</param></service></servicedata>
 (No newline at EOF)
 

++++++ 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-06-08 20:51:11.000000000 +0200
@@ -0,0 +1 @@
+.osc

++++++ gn-0.20260429.obscpio -> gn-0.20260605.obscpio ++++++
++++ 5032 lines of diff (skipped)

++++++ gn.obsinfo ++++++
--- /var/tmp/diff_new_pack.yPoNrU/_old  2026-06-13 18:50:27.861223810 +0200
+++ /var/tmp/diff_new_pack.yPoNrU/_new  2026-06-13 18:50:27.917226136 +0200
@@ -1,5 +1,5 @@
 name: gn
-version: 0.20260429
-mtime: 1777514598
-commit: d830369a8e7db2383ab7bb1c2c142ee2766cfea2
+version: 0.20260605
+mtime: 1780681862
+commit: bac66cfc3254aabcd8640c8ebbeb6d62a198d454
 

Reply via email to