OBS User unknown
2007-08-09 20:55:56 +00:00
committed by Git OBS Bridge
parent c47d4e6bde
commit 08f3a20346
5 changed files with 23 additions and 72 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package xemacs (Version 21.5.28.20070803)
# spec file for package xemacs (Version 21.5.28.20070807)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -36,7 +36,7 @@ Prereq: permissions
Requires: xemacs-info xemacs-packages ctags
Conflicts: gnuserv
Autoreqprov: on
Version: 21.5.28.20070803
Version: 21.5.28.20070807
Release: 1
Summary: XEmacs
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -82,7 +82,6 @@ Patch40: cast-pointer-integer-different-size.patch
Patch41: bugzilla-294746-set-language-unicode-precedence-list-at-startup.patch
Patch42: build-fix-ccl-load-problem.patch
Patch43: set-language-unicode-precedence-list.patch
Patch44: w3-xft-problem.patch
Patch45: fix-defface-custom-modified-face.patch
Patch292811: bugzilla-292811-make-x-make-font-bold-italic-xft-work.patch
Patch294746: bugzilla-294746-support-windows-1252.patch
@@ -171,9 +170,8 @@ Authors:
%patch38 -p1
%patch40 -p1
%patch41 -p1
%patch42 -p1
#%patch42 -p1
%patch43 -p1
%patch44 -p0
%patch45 -p0
%patch292811 -p1
%patch294746 -p1
@@ -571,6 +569,13 @@ rm -rf $RPM_BUILD_ROOT
%dir /usr/share/xemacs/site-packages/lisp/term/
%changelog
* Tue Aug 07 2007 - mfabian@suse.de
- update to 21.5.28.20070807.
- remove w3-xft-problem.patch (included now).
- UTF-8 and UTF-16 handling is now more robust, for example
when a non-UTF-8 file is opened as UTF-8, one change made,
and immediately saved, the non-ASCII characters are not
corrupted.
* Fri Aug 03 2007 - mfabian@suse.de
- update to 21.5.28.20070803.
- add patch by Aidan Kehoe to make w3 work in an Xft build