rpms/git/devel .cvsignore, 1.47, 1.48 git.spec, 1.43, 1.44 sources, 1.47, 1.48

Joshua W. Boyer (jwboyer) fedora-extras-commits at redhat.com
Tue Nov 27 16:28:32 UTC 2007


Author: jwboyer

Update of /cvs/pkgs/rpms/git/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26508

Modified Files:
	.cvsignore git.spec sources 
Log Message:
Update to latest upstream release.  Fix some bugs at the same time



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/git/devel/.cvsignore,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- .cvsignore	9 Oct 2007 12:16:42 -0000	1.47
+++ .cvsignore	27 Nov 2007 16:27:59 -0000	1.48
@@ -1 +1 @@
-git-1.5.3.4.tar.gz
+git-1.5.3.6.tar.gz


Index: git.spec
===================================================================
RCS file: /cvs/pkgs/rpms/git/devel/git.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- git.spec	23 Oct 2007 22:35:14 -0000	1.43
+++ git.spec	27 Nov 2007 16:27:59 -0000	1.44
@@ -1,7 +1,7 @@
 # Pass --without docs to rpmbuild if you don't want the documentation
 Name: 		git
-Version: 	1.5.3.4
-Release: 	2%{?dist}
+Version: 	1.5.3.6
+Release: 	1%{?dist}
 Summary:  	Git core and tools
 License: 	GPLv2
 Group: 		Development/Tools
@@ -25,7 +25,7 @@
 %package core
 Summary:	Core git tools
 Group:		Development/Tools
-Requires:	zlib >= 1.2, rsync, curl, less, openssh-clients, expat
+Requires:	zlib >= 1.2, rsync, curl, less, openssh-clients, expat, perl(Error)
 %description core
 Git is a fast, scalable, distributed revision control system with an
 unusually rich command set that provides both high-level operations
@@ -52,7 +52,7 @@
 %package svn
 Summary:        Git tools for importing Subversion repositories
 Group:          Development/Tools
-Requires:       git-core = %{version}-%{release}, subversion
+Requires:       git-core = %{version}-%{release}, subversion, perl(Term::ReadKey)
 %description svn
 Git tools for importing Subversion repositories.
 
@@ -73,7 +73,7 @@
 %package email
 Summary:        Git tools for sending email
 Group:          Development/Tools
-Requires:	git-core = %{version}-%{release} 
+Requires:	git-core = %{version}-%{release}, perl-Git = %{version}-%{release}
 %description email
 Git tools for sending email.
 
@@ -233,6 +233,12 @@
 %{!?_without_docs: %doc Documentation/technical}
 
 %changelog
+* Tue Nov 27 2007 Josh Boyer <jwboyer at gmail.com> 1.5.3.6-1
+- git-1.5.3.6
+- git-core requires perl(Error) (bug 367861)
+- git-svn requires perl(Term:ReadKey) (bug 261361)
+- git-email requires perl-Git (bug 333061)
+
 * Wed Oct 24 2007 Lubomir Kundrak <lkundrak at redhat.com> 1.5.3.4-2
 - git-Perl requires Error package
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/git/devel/sources,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- sources	9 Oct 2007 12:16:42 -0000	1.47
+++ sources	27 Nov 2007 16:27:59 -0000	1.48
@@ -1 +1 @@
-863235e36f5e4922c7f7a8459e0f8910  git-1.5.3.4.tar.gz
+37126a4eb247b491b29e768fd25bfee8  git-1.5.3.6.tar.gz




More information about the fedora-extras-commits mailing list