Compare commits
32 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1c8a789546 | ||
|
|
f198132701 | ||
|
|
e58269c182 | ||
|
|
7818dc2f66 | ||
|
|
a8dcc1140c | ||
|
|
857dfaeb8d | ||
|
|
96680f660c | ||
|
|
9d49c6d9a0 | ||
|
|
61aa728e9c | ||
|
|
8d743e173d | ||
|
|
53411d15c0 | ||
|
|
cfe5fda1c5 | ||
|
|
ff04af5a1e | ||
|
|
157e72f295 | ||
|
|
c589146506 | ||
|
|
0704bd4d0e | ||
|
|
2c53b80823 | ||
|
|
9a3dd29b22 | ||
|
|
5047d17bab | ||
|
|
de8257eccf | ||
|
|
03ba6772c7 | ||
|
|
461139ba10 | ||
|
|
4086f859c7 | ||
|
|
e781852d76 | ||
|
|
9d7f9f2a77 | ||
|
|
e6b37050fa | ||
|
|
8c13c0a631 | ||
|
|
f713762fc5 | ||
|
|
ef9d896db4 | ||
|
|
e3a126327a | ||
|
|
c9d9056144 | ||
|
|
073e285c5b |
5 changed files with 7 additions and 20 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -90,8 +90,6 @@ 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
|
||||
|
|
@ -109,10 +107,3 @@ 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,7 +9,3 @@ 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 9673115bc14c8630da5b7f6fe07e0b362ac49dcb
|
||||
%global access 20260111
|
||||
%global commit 07d3c6f4dc290fae5ca6152ebcb37d6815c411ab
|
||||
%global access 20251009
|
||||
%global shortcommit %{sub %{commit} 1 12}
|
||||
%global position 2316
|
||||
Version: %{position}^%{access}.%{shortcommit}
|
||||
%global position 2287
|
||||
Version: %{position}^%{access}git%{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 2316
|
||||
#define LAST_COMMIT_POSITION "2316 (9673115bc14c)"
|
||||
#define LAST_COMMIT_POSITION_NUM 2287
|
||||
#define LAST_COMMIT_POSITION "2287 (07d3c6f4dc29)"
|
||||
|
||||
#endif // OUT_LAST_COMMIT_POSITION_H_
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (gn-9673115bc14c.tar.gz) = b05e287b5e700e1cd725ef75a0af6088abd51be0a0c072f42daa61e39f6d159355ef95130a9f4478d7c62129a17c51f341624cfc4b58fb7d29e1c77a2e2cf3af
|
||||
SHA512 (gn-07d3c6f4dc29.tar.gz) = 2c11618287e0d14c20807b02909f6ae84de663a198f6d900573e857417783b2b69aee71aaae0548e8ee2e638767d9cd9bfdde4c78f9f8dd5923fdc756eb8df20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue