|
|
@ -21,10 +21,10 @@ Name: gn
|
|
|
|
# 4. Download the source tarball (spectool -g)
|
|
|
|
# 4. Download the source tarball (spectool -g)
|
|
|
|
# 5. Update the sources (fedpkg new-sources %%{commit}.tar.gz)
|
|
|
|
# 5. Update the sources (fedpkg new-sources %%{commit}.tar.gz)
|
|
|
|
# 6. Stage all changes in git
|
|
|
|
# 6. Stage all changes in git
|
|
|
|
%global commit a95c8a3ccc7de65eb740aa68a0d021cdc8550205
|
|
|
|
%global commit dba01723a441c358d843a575cb7720d54ddcdf92
|
|
|
|
%global access 20210406
|
|
|
|
%global access 20210410
|
|
|
|
%global shortcommit %(echo %{commit} | cut -b -8)
|
|
|
|
%global shortcommit %(echo %{commit} | cut -b -8)
|
|
|
|
Version: 1896
|
|
|
|
Version: 1897
|
|
|
|
Release: 1.%{access}git%{shortcommit}%{?dist}
|
|
|
|
Release: 1.%{access}git%{shortcommit}%{?dist}
|
|
|
|
Summary: Meta-build system that generates build files for Ninja
|
|
|
|
Summary: Meta-build system that generates build files for Ninja
|
|
|
|
|
|
|
|
|
|
|
@ -193,6 +193,9 @@ grep -E '^#define[[:blank:]]+LAST_COMMIT_POSITION[[:blank:]]+'\
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Tue Apr 06 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1896-1.20210406gita95c8a3c
|
|
|
|
- Update to version 1896
|
|
|
|
- Update to version 1896
|
|
|
|
- Do not use %%exclude for unpackaged files (RPM 4.17 compatibility)
|
|
|
|
- Do not use %%exclude for unpackaged files (RPM 4.17 compatibility)
|
|
|
|