rpms/git/F-9 .cvsignore, 1.58, 1.59 git.spec, 1.68, 1.69 sources, 1.60, 1.61

Todd M. Zullinger tmz at fedoraproject.org
Sat Dec 20 17:40:44 UTC 2008


Author: tmz

Update of /cvs/extras/rpms/git/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25819

Modified Files:
	.cvsignore git.spec sources 
Log Message:
* Sat Dec 20 2008 Todd Zullinger <tmz at pobox.com> 1.5.6.6-1
- git-1.5.6.6
- Fixes a local privilege escalation bug in gitweb
- Make git-email require perl(Net::SMTP::SSL) (bug 443615)
- Add gitk Requires to git-gui (bug 476308)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/git/F-9/.cvsignore,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- .cvsignore	22 Oct 2008 12:35:16 -0000	1.58
+++ .cvsignore	20 Dec 2008 17:40:14 -0000	1.59
@@ -1 +1 @@
-git-1.5.6.5.tar.gz
+git-1.5.6.6.tar.gz


Index: git.spec
===================================================================
RCS file: /cvs/extras/rpms/git/F-9/git.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- git.spec	22 Oct 2008 12:35:16 -0000	1.68
+++ git.spec	20 Dec 2008 17:40:14 -0000	1.69
@@ -1,6 +1,6 @@
 # Pass --without docs to rpmbuild if you don't want the documentation
 Name: 		git
-Version: 	1.5.6.5
+Version: 	1.5.6.6
 Release: 	1%{?dist}
 Summary:  	Core git tools
 License: 	GPLv2
@@ -90,6 +90,7 @@
 Summary:        Git tools for sending email
 Group:          Development/Tools
 Requires:	git = %{version}-%{release}, perl-Git = %{version}-%{release}
+Requires:       perl(Net::SMTP::SSL)
 %description email
 Git tools for sending email.
 
@@ -97,6 +98,7 @@
 Summary:        Git GUI tool
 Group:          Development/Tools
 Requires:       git = %{version}-%{release}, tk >= 8.4
+Requires:       gitk = %{version}-%{release}
 %description gui
 Git GUI tool.
 
@@ -257,6 +259,12 @@
 # No files for you!
 
 %changelog
+* Sat Dec 20 2008 Todd Zullinger <tmz at pobox.com> 1.5.6.6-1
+- git-1.5.6.6
+- Fixes a local privilege escalation bug in gitweb
+- Make git-email require perl(Net::SMTP::SSL) (bug 443615)
+- Add gitk Requires to git-gui (bug 476308)
+
 * Tue Oct 22 2008 Josh Boyer <jwboyer at gmail.com> 1.5.6.5-1
 - git-1.5.6.5 (bug 458156)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/git/F-9/sources,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- sources	22 Oct 2008 12:35:16 -0000	1.60
+++ sources	20 Dec 2008 17:40:14 -0000	1.61
@@ -1 +1 @@
-c22da91c913a02305fd8a1a2298f75c9  git-1.5.6.5.tar.gz
+802fd4324af504415b0f40bcfcbdc610  git-1.5.6.6.tar.gz




More information about the fedora-extras-commits mailing list