Update to version 1919
This commit is contained in:
parent
9e37f804d6
commit
031473f2ec
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/gn-6771ce56.tar.gz
|
||||
/gn-39a87c0b.tar.gz
|
||||
/gn-d2dce752.tar.gz
|
||||
/gn-e9b84332.tar.gz
|
||||
|
11
gn.spec
11
gn.spec
@ -21,10 +21,12 @@ Name: gn
|
||||
# 4. Download the source tarball (spectool -g)
|
||||
# 5. Update the sources (fedpkg new-sources %%{commit}.tar.gz)
|
||||
# 6. Stage all changes in git
|
||||
%global commit d2dce7523036ed7c55fbb8d2f272ab3720d5cf34
|
||||
%global access 20210616
|
||||
#
|
||||
# See https://gn.googlesource.com/gn/+log for the latest changes.
|
||||
%global commit e9b8433248ae2c117644b4e40b33203e7d3da192
|
||||
%global access 20210622
|
||||
%global shortcommit %(echo %{commit} | cut -b -8)
|
||||
Version: 1916
|
||||
Version: 1919
|
||||
Release: 1.%{access}git%{shortcommit}%{?dist}
|
||||
Summary: Meta-build system that generates build files for Ninja
|
||||
|
||||
@ -198,6 +200,9 @@ grep -E '^#define[[:blank:]]+LAST_COMMIT_POSITION[[:blank:]]+'\
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 22 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1919-1.20210622gite9b84332
|
||||
- Update to version 1919
|
||||
|
||||
* Wed Jun 16 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1916-1.20210616gitd2dce752
|
||||
- Update to version 1916
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
#ifndef OUT_LAST_COMMIT_POSITION_H_
|
||||
#define OUT_LAST_COMMIT_POSITION_H_
|
||||
|
||||
#define LAST_COMMIT_POSITION_NUM 1916
|
||||
#define LAST_COMMIT_POSITION "1916 (d2dce752)"
|
||||
#define LAST_COMMIT_POSITION_NUM 1919
|
||||
#define LAST_COMMIT_POSITION "1919 (e9b84332)"
|
||||
|
||||
#endif // OUT_LAST_COMMIT_POSITION_H_
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gn-d2dce752.tar.gz) = 86b65cbaca932c3dfbdb0735e0f438a0e3850038cceb524a92e3bc291aa11cbd21d345d602a64d4bb41c1ac915fc9bd231b49849638d1fee44df977a996ed2e2
|
||||
SHA512 (gn-e9b84332.tar.gz) = 58663b97f912507c9069b6c9bfbbca645c47d0ea0fdde0a7afa62459c72a0fa7388247b5064e996a019fa33b31c4358b3931d80bbe248c1172d7a54ffb89d092
|
||||
|
Loading…
Reference in New Issue
Block a user