From 26f5a25719d2244f8ce9ea8286d6aee85168e7d7 Mon Sep 17 00:00:00 2001 From: Karel Klic Date: Nov 22 2011 16:46:20 +0000 Subject: Build Gtk+ version without gpm: possible fix for bugs 751154, 752936, 754837 --- diff --git a/emacs.spec b/emacs.spec index a5717b5..80b68bc 100644 --- a/emacs.spec +++ b/emacs.spec @@ -3,7 +3,7 @@ Summary: GNU Emacs text editor Name: emacs Epoch: 1 Version: 23.3 -Release: 13%{?dist} +Release: 14%{?dist} License: GPLv3+ URL: http://www.gnu.org/software/emacs/ Group: Applications/Editors @@ -205,7 +205,7 @@ mkdir build-gtk && cd build-gtk ln -s ../configure . %configure --with-dbus --with-gif --with-jpeg --with-png --with-rsvg \ - --with-tiff --with-xft --with-xpm --with-x-toolkit=gtk + --with-tiff --with-xft --with-xpm --with-x-toolkit=gtk --with-gpm=no make bootstrap %{setarch} make %{?_smp_mflags} cd .. @@ -433,6 +433,9 @@ update-desktop-database &> /dev/null || : %dir %{_datadir}/emacs/site-lisp/site-start.d %changelog +* Tue Nov 22 2011 Karel Klíč - 1:23.3-14 +- Build Gtk+ version without gpm + * Wed Nov 16 2011 Karel Klíč - 1:23.3-13 - Check the presence of hunspell before checking for aspell (rhbz#713600)