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:
parent
f9d4e65b8a
commit
2768b1571e
17
git.spec
17
git.spec
@ -68,14 +68,18 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: git
|
Name: git
|
||||||
Version: 1.7.6.1
|
Version: 1.7.6.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Fast Version Control System
|
Summary: Fast Version Control System
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://git-scm.com/
|
URL: http://git-scm.com/
|
||||||
Source0: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.bz2
|
# Due to a recent intrusion at kernel.org, tarballs for 1.7.6.2 are not
|
||||||
Source1: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.bz2.sign
|
# 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
|
Source2: git-init.el
|
||||||
Source3: git.xinetd.in
|
Source3: git.xinetd.in
|
||||||
Source4: git.conf.httpd
|
Source4: git.conf.httpd
|
||||||
@ -530,6 +534,11 @@ rm -rf %{buildroot}
|
|||||||
# No files for you!
|
# No files for you!
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 29 2011 Todd Zullinger <tmz@pobox.com> - 1.7.6.1-2
|
||||||
- Build with PCRE support (#734269)
|
- Build with PCRE support (#734269)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user