diff --git a/.gitignore b/.gitignore index a2c5c68..5641383 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /php-mode.el /emacs-24.0.92.tar.gz /emacs-24.0.93.tar.gz +/emacs-24.0.94.tar.gz diff --git a/emacs.spec b/emacs.spec index fafc403..71df5ad 100644 --- a/emacs.spec +++ b/emacs.spec @@ -2,8 +2,8 @@ Summary: GNU Emacs text editor Name: emacs Epoch: 1 -Version: 24.0.93 -Release: 2%{?dist} +Version: 24.0.94 +Release: 1%{?dist} License: GPLv3+ URL: http://www.gnu.org/software/emacs/ Group: Applications/Editors @@ -192,6 +192,10 @@ ln -s ../../%{name}/%{version}/etc/COPYING doc ln -s ../../%{name}/%{version}/etc/NEWS doc %build +# Remove unpatched files as all files in the lisp directory are +# installed. +rm lisp/textmodes/ispell.el.spellchecker + export CFLAGS="-DMAIL_USE_LOCKF $RPM_OPT_FLAGS" # We patch configure.in so we have to do this @@ -430,6 +434,11 @@ update-desktop-database &> /dev/null || : %dir %{_datadir}/emacs/site-lisp/site-start.d %changelog +* Mon Feb 27 2012 Karel Klíč - 1:24.0.94-1 +- Update to the newest prerelease +- Remove unpatched files in the lisp directory, where all files are + installed + * Wed Feb 8 2012 Kay Sievers - 1:24.0.93-2 - Drop dependency on 'dev' package; it is gone since many years diff --git a/sources b/sources index e3f43af..75f485b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -67944406766180368ab8024796a66135 emacs-24.0.93.tar.gz d9a1e06bb579950c58fd3c1d8e813ce6 php-mode.el +17e22339c4881368e6f96660f9c07393 emacs-24.0.94.tar.gz