Update to git-1.6.5
This commit is contained in:
parent
b79693427a
commit
83562ac72a
@ -1 +1 @@
|
|||||||
git-1.6.5.rc2.tar.bz2
|
git-1.6.5.tar.bz2
|
||||||
|
@ -33,7 +33,7 @@ index 18d2e0f..cf57878 100755
|
|||||||
--- a/templates/hooks--post-receive.sample
|
--- a/templates/hooks--post-receive.sample
|
||||||
+++ b/templates/hooks--post-receive.sample
|
+++ b/templates/hooks--post-receive.sample
|
||||||
@@ -12,4 +12,4 @@
|
@@ -12,4 +12,4 @@
|
||||||
# see contrib/hooks/ for an sample, or uncomment the next line and
|
# see contrib/hooks/ for a sample, or uncomment the next line and
|
||||||
# rename the file to "post-receive".
|
# rename the file to "post-receive".
|
||||||
|
|
||||||
-#. /usr/share/doc/git-core/contrib/hooks/post-receive-email
|
-#. /usr/share/doc/git-core/contrib/hooks/post-receive-email
|
||||||
|
12
git.spec
12
git.spec
@ -1,13 +1,12 @@
|
|||||||
# Pass --without docs to rpmbuild if you don't want the documentation
|
# Pass --without docs to rpmbuild if you don't want the documentation
|
||||||
%global snap .rc2
|
|
||||||
Name: git
|
Name: git
|
||||||
Version: 1.6.5
|
Version: 1.6.5
|
||||||
Release: 0.2%{?snap}%{?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}%{?snap}.tar.bz2
|
Source0: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.bz2
|
||||||
Source1: git-init.el
|
Source1: git-init.el
|
||||||
Source2: git.xinetd
|
Source2: git.xinetd
|
||||||
Source3: git.conf.httpd
|
Source3: git.conf.httpd
|
||||||
@ -187,7 +186,7 @@ Requires: git = %{version}-%{release}, emacs-common >= 22.2
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}%{?snap}
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
@ -213,7 +212,7 @@ cat << \EOF > %{name}-req
|
|||||||
sed -e '/perl(packed-refs)/d'
|
sed -e '/perl(packed-refs)/d'
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
%global __perl_requires %{_builddir}/%{name}-%{version}%{?snap}/%{name}-req
|
%global __perl_requires %{_builddir}/%{name}-%{version}/%{name}-req
|
||||||
chmod +x %{__perl_requires}
|
chmod +x %{__perl_requires}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -388,6 +387,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# No files for you!
|
# No files for you!
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 11 2009 Todd Zullinger <tmz@pobox.com> - 1.6.5-1
|
||||||
|
- git-1.6.5
|
||||||
|
|
||||||
* Mon Sep 28 2009 Todd Zullinger <tmz@pobox.com> - 1.6.5-0.2.rc2
|
* Mon Sep 28 2009 Todd Zullinger <tmz@pobox.com> - 1.6.5-0.2.rc2
|
||||||
- git-1.6.5.rc2
|
- git-1.6.5.rc2
|
||||||
- Enable Linus' block-sha1 implementation
|
- Enable Linus' block-sha1 implementation
|
||||||
|
Loading…
Reference in New Issue
Block a user