[emacs/f18] Change xorg-x11-fonts-misc dependency to dejavu-sans-mono-fonts, rhbz#732422

Karel Klíč kklic at fedoraproject.org
Mon Oct 22 11:45:40 UTC 2012


commit f394cbaae478dfa89d3ff5cc036d11bf3326f75a
Author: Karel Klic <kklic at redhat.com>
Date:   Mon Oct 22 13:47:08 2012 +0200

    Change xorg-x11-fonts-misc dependency to dejavu-sans-mono-fonts, rhbz#732422

 emacs.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/emacs.spec b/emacs.spec
index bb62d8b..ac1bc55 100644
--- a/emacs.spec
+++ b/emacs.spec
@@ -3,7 +3,7 @@ Summary: GNU Emacs text editor
 Name: emacs
 Epoch: 1
 Version: 24.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv3+
 URL: http://www.gnu.org/software/emacs/
 Group: Applications/Editors
@@ -44,9 +44,8 @@ BuildRequires: gtk3-devel python2-devel python3-devel
 BuildRequires: util-linux
 %endif
 
-# Emacs doesn't run without xorg-x11-fonts-misc, rhbz#732422
-# We should consider depending on some other font!
-Requires: desktop-file-utils xorg-x11-fonts-misc
+# Emacs doesn't run without dejavu-sans-mono-fonts, rhbz#732422
+Requires: desktop-file-utils dejavu-sans-mono-fonts
 Requires(preun): %{_sbindir}/alternatives
 Requires(posttrans): %{_sbindir}/alternatives
 Requires: emacs-common = %{epoch}:%{version}-%{release}
@@ -444,6 +443,9 @@ update-desktop-database &> /dev/null || :
 %dir %{_datadir}/emacs/site-lisp/site-start.d
 
 %changelog
+* Mon Oct 22 2012 Karel Klíč <kklic at redhat.com> - 1:24.2-4
+- Change xorg-x11-fonts-misc dependency to dejavu-sans-mono-fonts, rhbz#732422
+
 * Fri Sep 14 2012 Karel Klíč <kklic at redhat.com> - 1:24.2-3
 - Removed patch glibc-open-macro, which seems to be no longer necessary
 


More information about the scm-commits mailing list