newest prerelease

This commit is contained in:
Karel Klic 2012-02-27 15:10:52 +01:00
parent 5f7c01eb2b
commit f4c146555a
3 changed files with 13 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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íč <kklic@redhat.com> - 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 <kay@redhat.com> - 1:24.0.93-2
- Drop dependency on 'dev' package; it is gone since many years

View File

@ -1,2 +1,2 @@
67944406766180368ab8024796a66135 emacs-24.0.93.tar.gz
d9a1e06bb579950c58fd3c1d8e813ce6 php-mode.el
17e22339c4881368e6f96660f9c07393 emacs-24.0.94.tar.gz