rpms/git/devel git.spec,1.42,1.43

Lubomir Kundrak (lkundrak) fedora-extras-commits at redhat.com
Tue Oct 23 22:35:47 UTC 2007


Author: lkundrak

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

Modified Files:
	git.spec 
Log Message:
Added dependency on Perl(Error) to perl-Git



Index: git.spec
===================================================================
RCS file: /cvs/pkgs/rpms/git/devel/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	23 Oct 2007 22:35:14 -0000	1.43
@@ -1,7 +1,7 @@
 # Pass --without docs to rpmbuild if you don't want the documentation
 Name: 		git
 Version: 	1.5.3.4
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 Summary:  	Git core and tools
 License: 	GPLv2
 Group: 		Development/Tools
@@ -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,9 @@
 %{!?_without_docs: %doc Documentation/technical}
 
 %changelog
+* 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
 




More information about the fedora-extras-commits mailing list