rpms/git/devel .cvsignore, 1.89, 1.90 git.spec, 1.104, 1.105 sources, 1.89, 1.90

Todd M. Zullinger tmz at fedoraproject.org
Mon Feb 15 00:47:41 UTC 2010


Author: tmz

Update of /cvs/pkgs/rpms/git/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5720

Modified Files:
	.cvsignore git.spec sources 
Log Message:
Update to git-1.7.0

- Link imap-send with libcrypto (#565147)
- Disable building of unused python remote helper libs



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/git/devel/.cvsignore,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -p -r1.89 -r1.90
--- .cvsignore	31 Jan 2010 21:24:39 -0000	1.89
+++ .cvsignore	15 Feb 2010 00:47:40 -0000	1.90
@@ -1 +1 @@
-git-1.6.6.1.tar.bz2
+git-1.7.0.tar.bz2


Index: git.spec
===================================================================
RCS file: /cvs/pkgs/rpms/git/devel/git.spec,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -p -r1.104 -r1.105
--- git.spec	31 Jan 2010 21:05:27 -0000	1.104
+++ git.spec	15 Feb 2010 00:47:41 -0000	1.105
@@ -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 at 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 at pobox.com> - 1.6.6.1-1
 - git-1.6.6.1
 - Use %%{gitcoredir}/git-daemon as xinetd server option, for SELinux (#529682)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/git/devel/sources,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -p -r1.89 -r1.90
--- sources	31 Jan 2010 21:24:39 -0000	1.89
+++ sources	15 Feb 2010 00:47:41 -0000	1.90
@@ -1 +1 @@
-9d254bfdae56c6fa124d8a1312a1b034  git-1.6.6.1.tar.bz2
+c7553b73e2156d187ece6ba936ae30ab  git-1.7.0.tar.bz2



More information about the scm-commits mailing list