Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
952167e474 | ||
|
|
0875b2d02d | ||
|
|
4af9583045 | ||
|
|
c1afa58f48 | ||
|
|
36064405dc | ||
|
|
f43f0ad9a6 |
5 changed files with 16 additions and 7 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -111,3 +111,8 @@ vs-chromium-project.txt
|
|||
/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 e7f3202128bdb2429872fdb138626a010b2bff7f
|
||||
%global access 20251111
|
||||
%global commit 9673115bc14c8630da5b7f6fe07e0b362ac49dcb
|
||||
%global access 20260111
|
||||
%global shortcommit %{sub %{commit} 1 12}
|
||||
%global position 2291
|
||||
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 2291
|
||||
#define LAST_COMMIT_POSITION "2291 (e7f3202128bd)"
|
||||
#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-e7f3202128bd.tar.gz) = 50fe4bd7a900c934680d0233ec3925019d27b3f1c4f481852294fc892a10bc07aa708f0089401766e47915bc2c4faa8051715390311105991c504ddc0b326876
|
||||
SHA512 (gn-9673115bc14c.tar.gz) = b05e287b5e700e1cd725ef75a0af6088abd51be0a0c072f42daa61e39f6d159355ef95130a9f4478d7c62129a17c51f341624cfc4b58fb7d29e1c77a2e2cf3af
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue