Update to version 1916

epel9
Benjamin A. Beasley 4 years ago
parent dc005b09b6
commit 9e37f804d6

1
.gitignore vendored

@ -5,3 +5,4 @@
/gn-dba01723.tar.gz
/gn-6771ce56.tar.gz
/gn-39a87c0b.tar.gz
/gn-d2dce752.tar.gz

@ -21,11 +21,11 @@ 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 39a87c0b36310bdf06b692c098f199a0d97fc810
%global access 20210511
%global commit d2dce7523036ed7c55fbb8d2f272ab3720d5cf34
%global access 20210616
%global shortcommit %(echo %{commit} | cut -b -8)
Version: 1910
Release: 2.%{access}git%{shortcommit}%{?dist}
Version: 1916
Release: 1.%{access}git%{shortcommit}%{?dist}
Summary: Meta-build system that generates build files for Ninja
# BSD except for src/base/third_party/icu/, which is (Unicode and MIT); note
@ -198,6 +198,9 @@ grep -E '^#define[[:blank:]]+LAST_COMMIT_POSITION[[:blank:]]+'\
%changelog
* Wed Jun 16 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1916-1.20210616gitd2dce752
- Update to version 1916
* Tue May 11 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1910-2.20210511git39a87c0b
- Rebase chromium-84.0.4147.105-gn-gcc-cleanup.patch as
gn-39a87c0b-gcc-cleanup.patch

@ -3,7 +3,7 @@
#ifndef OUT_LAST_COMMIT_POSITION_H_
#define OUT_LAST_COMMIT_POSITION_H_
#define LAST_COMMIT_POSITION_NUM 1910
#define LAST_COMMIT_POSITION "1910 (39a87c0b)"
#define LAST_COMMIT_POSITION_NUM 1916
#define LAST_COMMIT_POSITION "1916 (d2dce752)"
#endif // OUT_LAST_COMMIT_POSITION_H_

@ -1 +1 @@
SHA512 (gn-39a87c0b.tar.gz) = 9596fec7ecb491cbf48b37a98347d3befebb4a6d1cbb8badba384eeba99a167ed74b23a19bfa1887e9b9002bc23624f52e512b3098a67db4dc1773b72b61b3e6
SHA512 (gn-d2dce752.tar.gz) = 86b65cbaca932c3dfbdb0735e0f438a0e3850038cceb524a92e3bc291aa11cbd21d345d602a64d4bb41c1ac915fc9bd231b49849638d1fee44df977a996ed2e2

Loading…
Cancel
Save