Compare commits
35 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
952167e474 | ||
|
|
0875b2d02d | ||
|
|
4af9583045 | ||
|
|
c1afa58f48 | ||
|
|
36064405dc | ||
|
|
f43f0ad9a6 | ||
|
|
65ffbd3649 | ||
|
|
fd3fd4fe6c | ||
|
|
1abba8dfb8 | ||
|
|
27a42b99aa | ||
|
|
86fcbb4d33 | ||
|
|
c84c6200e3 | ||
|
|
d8716d8543 | ||
|
|
32594252bd | ||
|
|
b589f6b8c1 | ||
|
|
e07e515ea4 | ||
|
|
3e7b741305 | ||
|
|
189a3fae75 | ||
|
|
de01fbb531 | ||
|
|
adeca33697 | ||
|
|
32331d0f91 | ||
|
|
aed177ba72 | ||
|
|
8e45169c73 | ||
|
|
0824ade5b3 | ||
|
|
ecbc7af8e1 | ||
|
|
8aa638799f | ||
|
|
74053eb733 | ||
|
|
58ffccddb8 | ||
|
|
83c011845b | ||
|
|
ecef2bd637 | ||
|
|
ede18da20f | ||
|
|
2e04899e00 | ||
|
|
5218a44220 | ||
|
|
53eabfdf43 | ||
|
|
0149e67155 |
5 changed files with 20 additions and 7 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -90,6 +90,8 @@ vs-chromium-project.txt
|
|||
/gn-468c6128db7f.tar.gz
|
||||
/gn-c97a86a72105.tar.gz
|
||||
/gn-ed1abc107815.tar.gz
|
||||
/gn-ab638bd7cbb9.tar.gz
|
||||
/gn-4a8016dc3915.tar.gz
|
||||
/gn-3d0d3445f67d.tar.gz
|
||||
/gn-7a8aa3a08a13.tar.gz
|
||||
/gn-18602f6cf116.tar.gz
|
||||
|
|
@ -107,3 +109,10 @@ vs-chromium-project.txt
|
|||
/gn-aa3ecaecac29.tar.gz
|
||||
/gn-81b24e01531e.tar.gz
|
||||
/gn-07d3c6f4dc29.tar.gz
|
||||
/gn-092f4f0d612e.tar.gz
|
||||
/gn-e7f3202128bd.tar.gz
|
||||
/gn-c5a0003bcc2a.tar.gz
|
||||
/gn-5964f4997670.tar.gz
|
||||
/gn-64d35867ca0a.tar.gz
|
||||
/gn-5550ba0f4053.tar.gz
|
||||
/gn-9673115bc14c.tar.gz
|
||||
|
|
|
|||
|
|
@ -9,3 +9,7 @@ addFilter(r"gn-doc\..*: (zero-length|version-control-internal-file) /.*/examples
|
|||
addFilter(r"gn-doc\..*: hidden-file-or-dir /.*/examples/.*/\.(gitignore|gn)")
|
||||
# This script is for looking at, not for executing:
|
||||
addFilter(r"gn-doc\..*: env-script-interpreter /.*/infra/config/main\.star .*")
|
||||
# This is as prescribed in
|
||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Emacs/, and the
|
||||
# macro is not unexpanded in practice.
|
||||
addFilter(r"Possible unexpanded macro in: Requires:\s+emacs-filesystem")
|
||||
|
|
|
|||
8
gn.spec
8
gn.spec
|
|
@ -24,11 +24,11 @@ Name: gn
|
|||
# 7. Commit the changes
|
||||
#
|
||||
# See https://gn.googlesource.com/gn/+log for the latest changes.
|
||||
%global commit 07d3c6f4dc290fae5ca6152ebcb37d6815c411ab
|
||||
%global access 20251009
|
||||
%global commit 9673115bc14c8630da5b7f6fe07e0b362ac49dcb
|
||||
%global access 20260111
|
||||
%global shortcommit %{sub %{commit} 1 12}
|
||||
%global position 2287
|
||||
Version: %{position}^%{access}git%{shortcommit}
|
||||
%global position 2316
|
||||
Version: %{position}^%{access}.%{shortcommit}
|
||||
Release: %autorelease
|
||||
Summary: Meta-build system that generates build files for Ninja
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#ifndef OUT_LAST_COMMIT_POSITION_H_
|
||||
#define OUT_LAST_COMMIT_POSITION_H_
|
||||
|
||||
#define LAST_COMMIT_POSITION_NUM 2287
|
||||
#define LAST_COMMIT_POSITION "2287 (07d3c6f4dc29)"
|
||||
#define LAST_COMMIT_POSITION_NUM 2316
|
||||
#define LAST_COMMIT_POSITION "2316 (9673115bc14c)"
|
||||
|
||||
#endif // OUT_LAST_COMMIT_POSITION_H_
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (gn-07d3c6f4dc29.tar.gz) = 2c11618287e0d14c20807b02909f6ae84de663a198f6d900573e857417783b2b69aee71aaae0548e8ee2e638767d9cd9bfdde4c78f9f8dd5923fdc756eb8df20
|
||||
SHA512 (gn-9673115bc14c.tar.gz) = b05e287b5e700e1cd725ef75a0af6088abd51be0a0c072f42daa61e39f6d159355ef95130a9f4478d7c62129a17c51f341624cfc4b58fb7d29e1c77a2e2cf3af
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue