OBS User unknown
2008-07-09 00:02:46 +00:00
committed by Git OBS Bridge
parent 9d62b078de
commit ac07c8e313
3 changed files with 20 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ Requires: xemacs-info xemacs-packages ctags
Conflicts: gnuserv
AutoReqProv: on
Version: 21.5.28.20080401
Release: 7
Release: 19
Summary: XEmacs
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Howto get the cvs tree of XEmacs:
@@ -93,6 +93,7 @@ Patch43: set-language-unicode-precedence-list.patch
Patch45: fix-defface-custom-modified-face.patch
Patch47: xaw3d-config.patch
Patch48: fix-window-configuration-problem.patch
Patch49: xemacs-configure.patch
Patch292811: bugzilla-292811-make-x-make-font-bold-italic-xft-work.patch
Patch301352: bugzilla-301352-fix-wrong-incrementing-in-macros.patch
@@ -186,6 +187,7 @@ Authors:
%patch45 -p0
%patch47
%patch48 -p1
%patch49
%patch292811 -p1
%patch301352 -p1
%patch0 -p1
@@ -590,6 +592,8 @@ rm -rf $RPM_BUILD_ROOT
%dir /usr/share/xemacs/site-packages/lisp/term/
%changelog
* Mon Jun 30 2008 schwab@suse.de
- Fix broken use of autoconf internal macros.
* Mon Apr 28 2008 mfabian@suse.de
- add fix-window-configuration-problem.patch
(see http://article.gmane.org/gmane.emacs.xemacs.beta/27797)