rpms/git/devel git.spec,1.27,1.28

Chris Wright (chrisw) fedora-extras-commits at redhat.com
Fri Mar 2 21:54:03 UTC 2007


Author: chrisw

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

Modified Files:
	git.spec 
Log Message:
Fix BuildRequires for new perl


Index: git.spec
===================================================================
RCS file: /cvs/extras/rpms/git/devel/git.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- git.spec	26 Feb 2007 22:41:39 -0000	1.27
+++ git.spec	2 Mar 2007 21:53:30 -0000	1.28
@@ -1,13 +1,13 @@
 # Pass --without docs to rpmbuild if you don't want the documentation
 Name: 		git
 Version: 	1.5.0.2
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 Summary:  	Git core and tools
 License: 	GPL
 Group: 		Development/Tools
 URL: 		http://kernel.org/pub/software/scm/git/
 Source: 	http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz
-BuildRequires:	zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel  %{!?_without_docs:, xmlto, asciidoc > 6.0.3}
+BuildRequires:	perl-devel, zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel  %{!?_without_docs:, xmlto, asciidoc > 6.0.3}
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	git-core, git-svn, git-cvs, git-arch, git-email, gitk, git-gui, perl-Git
 
@@ -167,6 +167,9 @@
 %{!?_without_docs: %doc Documentation/*.html }
 
 %changelog
+* Fri Mar 2 2007 Chris Wright <chrisw at redhat.com> 1.5.0.2-2
+- BuildRequires perl-devel as of perl-5.8.8-14 (bz 230680)
+
 * Mon Feb 26 2007 Chris Wright <chrisw at redhat.com> 1.5.0.2-1
 - git-1.5.0.2
 




More information about the fedora-extras-commits mailing list