Update to 1.7.6.2

This update fixes an incompatibility caused by the git push --quiet fix¹
included in 1.7.6.1.  Unfortunately, the "fix" was reverted.  A proper
fix for git push --quiet is being worked on for a future release.

Also worthy of note is that the source tarball for 1.7.6.2 is not
available due to the recent intrusion at kernel.org.  Instead, the
tarball was generated using 'make dist' from the git tree.  The v1.7.6.2
tag was verified using Junio's GPG key and compared against the 1.7.6.1
tarball to verify the diff.

¹ http://thread.gmane.org/gmane.comp.version-control.git/180652
This commit is contained in:
Todd Zullinger 2011-09-07 10:39:36 -04:00
parent f9d4e65b8a
commit 2768b1571e
2 changed files with 14 additions and 5 deletions

View File

@ -68,14 +68,18 @@
%endif
Name: git
Version: 1.7.6.1
Release: 2%{?dist}
Version: 1.7.6.2
Release: 1%{?dist}
Summary: Fast Version Control System
License: GPLv2
Group: Development/Tools
URL: http://git-scm.com/
Source0: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.bz2
Source1: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.bz2.sign
# Due to a recent intrusion at kernel.org, tarballs for 1.7.6.2 are not
# available. Instead, make dist was used in a git clone after verifying and
# checking out the v1.7.6.2 tag.
Source0: %{name}-%{version}.tar.bz2
#Source0: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.bz2
#Source1: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.bz2.sign
Source2: git-init.el
Source3: git.xinetd.in
Source4: git.conf.httpd
@ -530,6 +534,11 @@ rm -rf %{buildroot}
# No files for you!
%changelog
* Wed Sep 07 2011 Todd Zullinger <tmz@pobox.com> - 1.7.6.2-1
- Update to 1.7.6.2
- Fixes incompatibility caused by git push --quiet fix
http://thread.gmane.org/gmane.comp.version-control.git/180652
* Mon Aug 29 2011 Todd Zullinger <tmz@pobox.com> - 1.7.6.1-2
- Build with PCRE support (#734269)

View File

@ -1 +1 @@
d1e00772cc9dc6c571999feb9e8771ab git-1.7.6.1.tar.bz2
674f57c6d8b833031d53cc1fa2c08071 git-1.7.6.2.tar.bz2