diff --git a/.gitignore b/.gitignore index 6facd9c..b4f8969 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /64b3b9401c1c3ed5f3c43c1cac00b91f83597ab8.tar.gz /gn-64b3b940.tar.gz +/gn-b2e3d862.tar.gz diff --git a/gn.spec b/gn.spec index 5e37488..49858f4 100644 --- a/gn.spec +++ b/gn.spec @@ -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 64b3b9401c1c3ed5f3c43c1cac00b91f83597ab8 -%global access 20210314 +%global commit b2e3d8622c1ce1bd853c7a11f62a739946669cdd +%global access 20210329 %global shortcommit %(echo %{commit} | cut -b -8) -Version: 1893 -Release: 3.%{access}git%{shortcommit}%{?dist} +Version: 1894 +Release: 4.%{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 @@ -192,6 +192,9 @@ grep -E '^#define[[:blank:]]+LAST_COMMIT_POSITION[[:blank:]]+'\ %changelog +* Mon Mar 29 2021 Benjamin A. Beasley - 1894-4.20210329gitb2e3d862 +- Update to version 1894 + * Wed Mar 17 2021 Benjamin A. Beasley - 1893-3.20210314git64b3b940 - Stop installing xemacs plugins (https://fedoraproject.org/wiki/Changes/Deprecate_xemacs) diff --git a/last_commit_position.h b/last_commit_position.h index 7ac3d1d..ce2614a 100644 --- a/last_commit_position.h +++ b/last_commit_position.h @@ -3,7 +3,7 @@ #ifndef OUT_LAST_COMMIT_POSITION_H_ #define OUT_LAST_COMMIT_POSITION_H_ -#define LAST_COMMIT_POSITION_NUM 1893 -#define LAST_COMMIT_POSITION "1893 (64b3b940)" +#define LAST_COMMIT_POSITION_NUM 1894 +#define LAST_COMMIT_POSITION "1894 (b2e3d862)" #endif // OUT_LAST_COMMIT_POSITION_H_ diff --git a/sources b/sources index 0b9b445..77a1e9b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gn-64b3b940.tar.gz) = 801339513506b297cf708a9dceddb0391392ec435056dfb87222ebc708668ec8afe8f0f869d17522f3228ee8d88cb2760e7f015ff7a92e6943c1fd7018329b53 +SHA512 (gn-b2e3d862.tar.gz) = 1eb535474fa731bb8d92814b0a4d3fea9dad0a29b6b3fcee6f6a2477e8adec3ec765068cd099a11f7b6368a67eb2f5658eb3270f69731bd837207485f5baf7d1 diff --git a/update-version b/update-version index b8dc24d..fa30370 100755 --- a/update-version +++ b/update-version @@ -90,11 +90,12 @@ sed -r -i \ spectool --get-files --directory "${SRCDIR}" "${SPEC}" # Update the local git repo and upload the new source tarball -git add 'last_commit_position.h' gn.spec fedpkg new-sources "$( spectool --list-files "${SPEC}" | grep -E '^Source0:' | sed -r 's|.*/||' )" +rpmdev-bumpspec -c 'Update to version 1894' gn.spec +git add 'last_commit_position.h' gn.spec # vim: tw=78 ts=2 sw=2 sts=2 et ai nojs