summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2011-09-07 10:39:36 -0400
committerTodd Zullinger <tmz@pobox.com>2011-09-07 10:39:36 -0400
commit2768b1571ec981ed987551be79099140e58be4ac (patch)
tree7bec6058ebe7988d80c44d2d34e13d0d7e6a15f8
parentf9d4e65b8a8c9f62d5a6142b1a6c211313a94bf7 (diff)
downloadgit-package-2768b1571ec981ed987551be79099140e58be4ac.tar.gz
git-package-2768b1571ec981ed987551be79099140e58be4ac.tar.xz
git-package-2768b1571ec981ed987551be79099140e58be4ac.zip
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
-rw-r--r--git.spec17
-rw-r--r--sources2
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 <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)
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