summaryrefslogtreecommitdiffstats
path: root/git.spec
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@fedoraproject.org>2010-02-15 00:47:41 +0000
committerTodd Zullinger <tmz@fedoraproject.org>2010-02-15 00:47:41 +0000
commit78783483c5c7d85804642e43d8b5a8ebf43742e8 (patch)
tree9506e0c28eeb405dd9e0a7cee12baea6c381a7f0 /git.spec
parentf31fb739f4238e9ba0c827313788ce0d0b41a8ec (diff)
Update to git-1.7.0
- Link imap-send with libcrypto (#565147) - Disable building of unused python remote helper libs
Diffstat (limited to 'git.spec')
-rw-r--r--git.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/git.spec b/git.spec
index 3daf682..a432c06 100644
--- a/git.spec
+++ b/git.spec
@@ -6,7 +6,7 @@
%endif
Name: git
-Version: 1.6.6.1
+Version: 1.7.0
Release: 1%{?dist}
Summary: Fast Version Control System
License: GPLv2
@@ -227,6 +227,8 @@ cat << \EOF > config.mak
V = 1
CFLAGS = %{optflags}
BLK_SHA1 = 1
+NEEDS_CRYPTO_WITH_SSL = 1
+NO_PYTHON = 1
ETC_GITCONFIG = %{_sysconfdir}/gitconfig
DESTDIR = %{buildroot}
INSTALL = install -p
@@ -441,6 +443,11 @@ rm -rf %{buildroot}
# No files for you!
%changelog
+* Sat Feb 13 2010 Todd Zullinger <tmz@pobox.com> - 1.7.0-1
+- git-1.7.0
+- Link imap-send with libcrypto (#565147)
+- Disable building of unused python remote helper libs
+
* Tue Jan 26 2010 Todd Zullinger <tmz@pobox.com> - 1.6.6.1-1
- git-1.6.6.1
- Use %%{gitcoredir}/git-daemon as xinetd server option, for SELinux (#529682)