update to 2.29.1
The update to 2.29.1 is pointless on its own¹, but a subsequent commit will add some additional post-release fixes for 2.29. Once we're pushing an update, we might as well pick up the latest point release to avoid anyone wondering why we've skipped an update. Release notes: https://github.com/git/git/raw/v2.29.1/Documentation/RelNotes/2.29.1.txt ¹ The only change in 2.29.1 is a Makefile fix for users of the non-default SKIP_DASHED_BUILT_INS installation option.
This commit is contained in:
parent
08f0612fd8
commit
f3a190b8da
5
git.spec
5
git.spec
@ -96,7 +96,7 @@
|
||||
#global rcrev .rc0
|
||||
|
||||
Name: git
|
||||
Version: 2.29.0
|
||||
Version: 2.29.1
|
||||
Release: 1%{?rcrev}%{?dist}
|
||||
Summary: Fast Version Control System
|
||||
License: GPLv2
|
||||
@ -1076,6 +1076,9 @@ rmdir --ignore-fail-on-non-empty "$testdir"
|
||||
%{?with_docs:%{_pkgdocdir}/git-svn.html}
|
||||
|
||||
%changelog
|
||||
* Sat Oct 24 2020 Todd Zullinger <tmz@pobox.com> - 2.29.1-1
|
||||
- update to 2.29.1
|
||||
|
||||
* Mon Oct 19 2020 Todd Zullinger <tmz@pobox.com> - 2.29.0-1
|
||||
- update to 2.29.0
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (git-2.29.0.tar.xz) = 7efca642d78403d15435bc1d44379b328432a36cfeeaa229b6f83e6e6ce52ca0e8fb7de05a8b04d0d2d257d0935e6424e419b892b97777cfcd91d90e0fc7c335
|
||||
SHA512 (git-2.29.0.tar.sign) = 8fff0138e7c5256edf1def35997a9982aa7a47ddc2a367a9735a62f4cbfb451845e8306b70b416609f2f6fb4dbf33ff795b2e011fd9b2c9d94b8bbd666d1fa88
|
||||
SHA512 (git-2.29.1.tar.xz) = 4c72afd33a83b93769bdd16350925f4776a2c92bdbffd951bf8b0bb0fc6a474b3f54b08fc4252cc5b1a029d9d21e1f8993d49e991af89ee9b676c6d18d696822
|
||||
SHA512 (git-2.29.1.tar.sign) = 34274d5b0cd7f44c3e3c23341d67c3b8f7cfe7c8cc54a5d47d58ad10f9e1346df9e1c2a5e231d4b3a1270780de9004998d49e26d077f734847b9f95814b3ab0f
|
||||
|
Loading…
Reference in New Issue
Block a user