rpms/emacs-magit/F-9 emacs-magit.spec,1.1,1.2

Tom Moertel tmoertel at fedoraproject.org
Thu Jan 29 14:53:41 UTC 2009


Author: tmoertel

Update of /cvs/pkgs/rpms/emacs-magit/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9274

Modified Files:
	emacs-magit.spec 
Log Message:
Added missing build dep on texinfo


Index: emacs-magit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/emacs-magit/F-9/emacs-magit.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- emacs-magit.spec	29 Jan 2009 03:47:04 -0000	1.1
+++ emacs-magit.spec	29 Jan 2009 14:53:11 -0000	1.2
@@ -14,7 +14,7 @@
 
 Name:           emacs-%{pkg}
 Version:        0.7
-Release:        2.%{git_pull_date}git%{?dist}
+Release:        3.%{git_pull_date}git%{?dist}
 Summary:        Emacs interface to the most common Git operations
 
 Group:          Applications/Editors
@@ -33,7 +33,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  automake emacs emacs-el
+BuildRequires:  automake emacs emacs-el texinfo
 Requires:       emacs(bin) >= %{emacs_version}
 
 %description
@@ -97,6 +97,9 @@
 %{emacs_lispdir}/%{pkg}/*.el
 
 %changelog
+* Thu Jan 29 2009  <tom at moertel.com> - 0.7-3.20090122git
+- Added missing build dependency: texinfo
+
 * Tue Jan 27 2009  <tom at moertel.com> - 0.7-2.20090122git
 - Made fixes per Fedora packaging review (thanks Jerry James)
 




More information about the scm-commits mailing list