Update to version 1897
This commit is contained in:
parent
cbd1c421d3
commit
c9cc475e28
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/gn-64b3b940.tar.gz
|
||||
/gn-b2e3d862.tar.gz
|
||||
/gn-a95c8a3c.tar.gz
|
||||
/gn-dba01723.tar.gz
|
||||
|
9
gn.spec
9
gn.spec
@ -21,10 +21,10 @@ 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 a95c8a3ccc7de65eb740aa68a0d021cdc8550205
|
||||
%global access 20210406
|
||||
%global commit dba01723a441c358d843a575cb7720d54ddcdf92
|
||||
%global access 20210410
|
||||
%global shortcommit %(echo %{commit} | cut -b -8)
|
||||
Version: 1896
|
||||
Version: 1897
|
||||
Release: 1.%{access}git%{shortcommit}%{?dist}
|
||||
Summary: Meta-build system that generates build files for Ninja
|
||||
|
||||
@ -193,6 +193,9 @@ grep -E '^#define[[:blank:]]+LAST_COMMIT_POSITION[[:blank:]]+'\
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Apr 10 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1897-1.20210410gitdba01723
|
||||
- Update to version 1897
|
||||
|
||||
* Tue Apr 06 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1896-1.20210406gita95c8a3c
|
||||
- Update to version 1896
|
||||
- Do not use %%exclude for unpackaged files (RPM 4.17 compatibility)
|
||||
|
@ -3,7 +3,7 @@
|
||||
#ifndef OUT_LAST_COMMIT_POSITION_H_
|
||||
#define OUT_LAST_COMMIT_POSITION_H_
|
||||
|
||||
#define LAST_COMMIT_POSITION_NUM 1896
|
||||
#define LAST_COMMIT_POSITION "1896 (a95c8a3c)"
|
||||
#define LAST_COMMIT_POSITION_NUM 1897
|
||||
#define LAST_COMMIT_POSITION "1897 (dba01723)"
|
||||
|
||||
#endif // OUT_LAST_COMMIT_POSITION_H_
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gn-a95c8a3c.tar.gz) = c8289254da7bf13dce3d9316b3a44770acd8532061bed1ae8aecc061c69287a392e37a72c37f3fb2791301ee1a75bb3e0ef96300b41577b5db84651a888bb29f
|
||||
SHA512 (gn-dba01723.tar.gz) = 5048153b4194721f7a1ab6389d37ef3f8b79af4b93809f9bb3d55ba8876ddc32486bfb8c6f6125bbf0aae029e1e79939d3ee4bd13633b5bf15a67b2492a179eb
|
||||
|
Loading…
x
Reference in New Issue
Block a user