diff --git a/changelog b/changelog new file mode 100644 index 0000000..dca3604 --- /dev/null +++ b/changelog @@ -0,0 +1,57 @@ +* Thu Jul 08 2021 Benjamin A. Beasley - 1924-1.20210708git24e2f7df +- Update to version 1924 + +* Sun Jun 27 2021 Benjamin A. Beasley - 1921-1.20210627git4d207c94 +- Update to version 1921 + +* Wed Jun 23 2021 Benjamin A. Beasley - 1920-1.20210623gitd924640c +- Update to version 1920 +- Stop overriding optimization flags + +* Tue Jun 22 2021 Benjamin A. Beasley - 1919-1.20210622gite9b84332 +- Update to version 1919 + +* Wed Jun 16 2021 Benjamin A. Beasley - 1916-1.20210616gitd2dce752 +- Update to version 1916 + +* Tue May 11 2021 Benjamin A. Beasley - 1910-2.20210511git39a87c0b +- Rebase chromium-84.0.4147.105-gn-gcc-cleanup.patch as + gn-39a87c0b-gcc-cleanup.patch + +* Tue May 11 2021 Benjamin A. Beasley - 1910-1.20210511git39a87c0b +- Update to version 1910 + +* Sun May 02 2021 Benjamin A. Beasley - 1898-1.20210502git6771ce56 +- Update to version 1898 + +* Sat Apr 10 2021 Benjamin A. Beasley - 1897-1.20210410gitdba01723 +- Update to version 1897 + +* Tue Apr 06 2021 Benjamin A. Beasley - 1896-1.20210406gita95c8a3c +- Update to version 1896 +- Do not use %%exclude for unpackaged files (RPM 4.17 compatibility) + +* 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) + +* Wed Mar 17 2021 Benjamin A. Beasley - 1893-2.20210314git64b3b940 +- Improved source URL based on package review feedback + +* Mon Mar 1 2021 Benjamin A. Beasley - 1893-1.20210314git64b3b940 +- Update to version 1893 + +* Mon Mar 1 2021 Benjamin A. Beasley - 1891-1.20210127gitdfcbc6fe +- Update to version 1891 + +* Sun Jan 3 2021 Benjamin A. Beasley - 1884-1.20210127git94bda7cc +- Update to version 1884 + +* Sun Jan 3 2021 Benjamin A. Beasley - 1876-1.20210103git0d67e272 +- Update to version 1876 + +* Sat Dec 19 2020 Benjamin A. Beasley - 1875-1.20201219git4e260f1d +- Initial spec file diff --git a/gn.spec b/gn.spec index c602a01..d81ef1f 100644 --- a/gn.spec +++ b/gn.spec @@ -21,13 +21,14 @@ 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 +# 7. Commit the changes # # See https://gn.googlesource.com/gn/+log for the latest changes. %global commit 24e2f7df92641de0351a96096fb2c490b2436bb8 %global access 20210708 %global shortcommit %(echo %{commit} | cut -b -8) Version: 1924 -Release: 1.%{access}git%{shortcommit}%{?dist} +Release: %autorelease -s %{access}git%{shortcommit} Summary: Meta-build system that generates build files for Ninja # BSD except for src/base/third_party/icu/, which is (Unicode and MIT); note @@ -203,60 +204,4 @@ grep -E '^#define[[:blank:]]+LAST_COMMIT_POSITION[[:blank:]]+'\ %changelog -* Thu Jul 08 2021 Benjamin A. Beasley - 1924-1.20210708git24e2f7df -- Update to version 1924 - -* Sun Jun 27 2021 Benjamin A. Beasley - 1921-1.20210627git4d207c94 -- Update to version 1921 - -* Wed Jun 23 2021 Benjamin A. Beasley - 1920-1.20210623gitd924640c -- Update to version 1920 -- Stop overriding optimization flags - -* Tue Jun 22 2021 Benjamin A. Beasley - 1919-1.20210622gite9b84332 -- Update to version 1919 - -* Wed Jun 16 2021 Benjamin A. Beasley - 1916-1.20210616gitd2dce752 -- Update to version 1916 - -* Tue May 11 2021 Benjamin A. Beasley - 1910-2.20210511git39a87c0b -- Rebase chromium-84.0.4147.105-gn-gcc-cleanup.patch as - gn-39a87c0b-gcc-cleanup.patch - -* Tue May 11 2021 Benjamin A. Beasley - 1910-1.20210511git39a87c0b -- Update to version 1910 - -* Sun May 02 2021 Benjamin A. Beasley - 1898-1.20210502git6771ce56 -- Update to version 1898 - -* Sat Apr 10 2021 Benjamin A. Beasley - 1897-1.20210410gitdba01723 -- Update to version 1897 - -* Tue Apr 06 2021 Benjamin A. Beasley - 1896-1.20210406gita95c8a3c -- Update to version 1896 -- Do not use %%exclude for unpackaged files (RPM 4.17 compatibility) - -* 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) - -* Wed Mar 17 2021 Benjamin A. Beasley - 1893-2.20210314git64b3b940 -- Improved source URL based on package review feedback - -* Mon Mar 1 2021 Benjamin A. Beasley - 1893-1.20210314git64b3b940 -- Update to version 1893 - -* Mon Mar 1 2021 Benjamin A. Beasley - 1891-1.20210127gitdfcbc6fe -- Update to version 1891 - -* Sun Jan 3 2021 Benjamin A. Beasley - 1884-1.20210127git94bda7cc -- Update to version 1884 - -* Sun Jan 3 2021 Benjamin A. Beasley - 1876-1.20210103git0d67e272 -- Update to version 1876 - -* Sat Dec 19 2020 Benjamin A. Beasley - 1875-1.20201219git4e260f1d -- Initial spec file +%autochangelog diff --git a/update-version b/update-version index f33f1d6..b9d74fe 100755 --- a/update-version +++ b/update-version @@ -95,7 +95,7 @@ fedpkg new-sources "$( grep -E '^Source0:' | sed -r 's|.*/||' )" -rpmdev-bumpspec -c "Update to version ${POSITION}" gn.spec git add 'last_commit_position.h' gn.spec +fedpkg commit -m "Update to version ${POSITION}" # vim: tw=78 ts=2 sw=2 sts=2 et ai nojs