rpms/git/devel git.spec,1.48,1.49

James Bowes (jbowes) fedora-extras-commits at redhat.com
Sun Feb 3 20:50:07 UTC 2008


Author: jbowes

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

Modified Files:
	git.spec 
Log Message:
Add BR on gettext


Index: git.spec
===================================================================
RCS file: /cvs/pkgs/rpms/git/devel/git.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- git.spec	2 Feb 2008 19:18:23 -0000	1.48
+++ git.spec	3 Feb 2008 20:49:30 -0000	1.49
@@ -1,7 +1,7 @@
 # Pass --without docs to rpmbuild if you don't want the documentation
 Name: 		git
 Version: 	1.5.4
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 Summary:  	Git core and tools
 License: 	GPLv2
 Group: 		Development/Tools
@@ -11,7 +11,7 @@
 Source2:	git.xinetd
 Source3:	git.conf.httpd
 Patch0:		git-1.5-gitweb-home-link.patch
-BuildRequires:	zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel, emacs  %{!?_without_docs:, xmlto, asciidoc > 6.0.3}
+BuildRequires:	zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel, emacs, gettext %{!?_without_docs:, xmlto, asciidoc > 6.0.3}
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:	git-core = %{version}-%{release}
@@ -244,6 +244,9 @@
 %{!?_without_docs: %doc Documentation/technical}
 
 %changelog
+* Sun Feb 03 2008 James Bowes <jbowes at redhat.com> 1.5.4-1
+- Add BuidRequires on gettext.
+
 * Sat Feb 02 2008 James Bowes <jbowes at redhat.com> 1.5.4-1
 - git-1.5.4
 




More information about the fedora-extras-commits mailing list