forked from pool/xemacs
This commit is contained in:
committed by
Git OBS Bridge
parent
99bb6b4ae9
commit
3946aa5c2d
15
xemacs.spec
15
xemacs.spec
@@ -37,7 +37,7 @@ Requires: xemacs-info xemacs-packages ctags
|
||||
Conflicts: gnuserv
|
||||
Autoreqprov: on
|
||||
Version: 21.5.28
|
||||
Release: 15
|
||||
Release: 17
|
||||
Summary: XEmacs
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# Howto get the cvs tree of XEmacs:
|
||||
@@ -79,6 +79,7 @@ Patch33: set-locale-to-c-when-not-supported-by-x.patch
|
||||
Patch34: suppress-warning-about-undefined-unicode-key-mappings.patch
|
||||
Patch38: unitialized-variables.patch
|
||||
Patch40: cast-pointer-integer-different-size.patch
|
||||
Patch292811: bugzilla-292811-make-x-make-font-bold-italic-xft-work.patch
|
||||
|
||||
%description
|
||||
This is the current version of XEmacs, formerly known as Lucid-Emacs.
|
||||
@@ -164,6 +165,7 @@ Authors:
|
||||
#%patch34 -p1
|
||||
%patch38 -p1
|
||||
%patch40 -p1
|
||||
%patch292811 -p1
|
||||
%patch0 -p1
|
||||
find lisp/ etc/ -name '*.elc' | xargs -r rm -f
|
||||
%ifarch ia64
|
||||
@@ -558,6 +560,17 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir /usr/share/xemacs/site-packages/lisp/term/
|
||||
|
||||
%changelog
|
||||
* Wed Jul 18 2007 - mfabian@suse.de
|
||||
- Bugzilla #292811: make the function 'x-make-font-bold-italic-xft'
|
||||
work.
|
||||
* Wed Jul 18 2007 - mfabian@suse.de
|
||||
- fix the hack in fix-load-history.el to fix the load history
|
||||
which made it possible to use find-function on functions which
|
||||
are in dumped lisp files, even if XEmacs was not dumped at the
|
||||
place where it is finally running. This hack stopped working
|
||||
because the variable 'build-history' now exists already
|
||||
and therefore the 'defvar' in fix-load-history failed to set
|
||||
its value. Renamed the variable to suse-build-directory.
|
||||
* Mon Jul 16 2007 - mfabian@suse.de
|
||||
- enable Xft only for openSUSE >= 10.2.
|
||||
* Fri Jul 13 2007 - mfabian@suse.de
|
||||
|
Reference in New Issue
Block a user