Update to version 1924
This commit is contained in:
parent
f8ce6fc7d5
commit
4c04a92c49
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/gn-e9b84332.tar.gz
|
||||
/gn-d924640c.tar.gz
|
||||
/gn-4d207c94.tar.gz
|
||||
/gn-24e2f7df.tar.gz
|
||||
|
9
gn.spec
9
gn.spec
@ -23,10 +23,10 @@ Name: gn
|
||||
# 6. Stage all changes in git
|
||||
#
|
||||
# See https://gn.googlesource.com/gn/+log for the latest changes.
|
||||
%global commit 4d207c94eab41f09c9a8505eb47f3d2919e47943
|
||||
%global access 20210627
|
||||
%global commit 24e2f7df92641de0351a96096fb2c490b2436bb8
|
||||
%global access 20210708
|
||||
%global shortcommit %(echo %{commit} | cut -b -8)
|
||||
Version: 1921
|
||||
Version: 1924
|
||||
Release: 1.%{access}git%{shortcommit}%{?dist}
|
||||
Summary: Meta-build system that generates build files for Ninja
|
||||
|
||||
@ -203,6 +203,9 @@ grep -E '^#define[[:blank:]]+LAST_COMMIT_POSITION[[:blank:]]+'\
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 08 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1924-1.20210708git24e2f7df
|
||||
- Update to version 1924
|
||||
|
||||
* Sun Jun 27 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1921-1.20210627git4d207c94
|
||||
- Update to version 1921
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
#ifndef OUT_LAST_COMMIT_POSITION_H_
|
||||
#define OUT_LAST_COMMIT_POSITION_H_
|
||||
|
||||
#define LAST_COMMIT_POSITION_NUM 1921
|
||||
#define LAST_COMMIT_POSITION "1921 (4d207c94)"
|
||||
#define LAST_COMMIT_POSITION_NUM 1924
|
||||
#define LAST_COMMIT_POSITION "1924 (24e2f7df)"
|
||||
|
||||
#endif // OUT_LAST_COMMIT_POSITION_H_
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gn-4d207c94.tar.gz) = 6758d782d8db9273b3bd8d995eb7e270c6a094a38c04aaf4e93212ebdd07f9b12fc698a511c1ced58670d092d31fb9382ee693e7c334efcb9c3dc2c05ba8a91e
|
||||
SHA512 (gn-24e2f7df.tar.gz) = 178b77766c6e5a45238bd505a79876cd3fd93e1e25a46464a3e07cc729d3babe54f7dbf30bbd4f0bdc7ef667cf18b31d40379ba21fec99d62d6730f1600ffac0
|
||||
|
Loading…
Reference in New Issue
Block a user