rpms/git/F-8 .cvsignore, 1.47, 1.48 git.spec, 1.42, 1.43 sources, 1.47, 1.48

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


Author: jwboyer

Update of /cvs/pkgs/rpms/git/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26605

Modified Files:
	.cvsignore git.spec sources 
Log Message:
Update to latest upstream release.  Fix a few bugs



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/git/F-8/.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:29:35 -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/F-8/git.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- git.spec	9 Oct 2007 12:16:42 -0000	1.42
+++ git.spec	27 Nov 2007 16:29:35 -0000	1.43
@@ -1,6 +1,6 @@
 # Pass --without docs to rpmbuild if you don't want the documentation
 Name: 		git
-Version: 	1.5.3.4
+Version: 	1.5.3.6
 Release: 	1%{?dist}
 Summary:  	Git core and tools
 License: 	GPLv2
@@ -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.
 
@@ -94,7 +94,7 @@
 %package -n perl-Git
 Summary:        Perl interface to Git
 Group:          Development/Libraries
-Requires:       git-core = %{version}-%{release}
+Requires:       git-core = %{version}-%{release}, perl(Error)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildRequires:  perl(Error), perl(ExtUtils::MakeMaker)
 
@@ -233,6 +233,15 @@
 %{!?_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
+
 * Tue Oct 09 2007 James Bowes <jbowes at redhat.com> 1.5.3.4-1
 - git-1.5.3.4
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/git/F-8/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:29:35 -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