rpms/emacs/devel default.el,1.8,1.9 emacs.spec,1.127,1.128

Daniel Novotny dnovotny at fedoraproject.org
Thu Jun 25 11:09:43 UTC 2009


Author: dnovotny

Update of /cvs/extras/rpms/emacs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3593

Modified Files:
	default.el emacs.spec 
Log Message:

revoked default.el change, added dependency to librsvg2



Index: default.el
===================================================================
RCS file: /cvs/extras/rpms/emacs/devel/default.el,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- default.el	10 Apr 2009 11:37:19 -0000	1.8
+++ default.el	25 Jun 2009 11:09:40 -0000	1.9
@@ -4,5 +4,3 @@
 ;;; prevents loading of this file.  Also the "-q" option to emacs
 ;;; prevents both "~/.emacs" and this file from being loaded at startup.
 
-; bz#443549
-(setq ispell-program-name "hunspell")


Index: emacs.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs/devel/emacs.spec,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -p -r1.127 -r1.128
--- emacs.spec	24 Jun 2009 12:00:28 -0000	1.127
+++ emacs.spec	25 Jun 2009 11:09:40 -0000	1.128
@@ -4,7 +4,7 @@ Summary: GNU Emacs text editor
 Name: emacs
 Epoch: 1
 Version: 23.0.93
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv3+
 URL: http://www.gnu.org/software/emacs/
 Group: Applications/Editors
@@ -38,7 +38,11 @@ BuildRequires: setarch
 Requires: xorg-x11-fonts-ISO8859-1-100dpi, xorg-x11-fonts-misc
 Requires: emacs-common = %{epoch}:%{version}-%{release}
 #Requires: hicolor-icon-theme
-Requires: hunspell
+# bz#443549, bz#508033
+Requires: hunspell, aspell
+# bz#507852
+BuildRequires: librsvg2-devel
+Requires: librsvg2
 # Desktop integration
 BuildRequires: desktop-file-utils
 Requires:      desktop-file-utils
@@ -365,6 +369,11 @@ alternatives --install %{_bindir}/etags 
 %dir %{_datadir}/emacs/%{version}
 
 %changelog
+* Thu Jun 25 2009 Daniel Novotny <dnovotny at redhat.com> 1:23.0.93-5
+- revoked default.el change (#508033)
+- added build dependency: librsvg2-devel (#507852)
+- added dependency: aspell (#443549) 
+
 * Wed Jun 24 2009 Daniel Novotny <dnovotny at redhat.com> 1:23.0.93-4
 - added xorg-x11-fonts-misc to dependencies (#469220)
 




More information about the fedora-extras-commits mailing list