From 2768b1571ec981ed987551be79099140e58be4ac Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Wed, 7 Sep 2011 10:39:36 -0400 Subject: [PATCH] Update to 1.7.6.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- git.spec | 17 +++++++++++++---- sources | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/git.spec b/git.spec index f522db0..0fa61b6 100644 --- a/git.spec +++ b/git.spec @@ -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 - 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 - 1.7.6.1-2 - Build with PCRE support (#734269) diff --git a/sources b/sources index 488926d..8e409aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d1e00772cc9dc6c571999feb9e8771ab git-1.7.6.1.tar.bz2 +674f57c6d8b833031d53cc1fa2c08071 git-1.7.6.2.tar.bz2