Mailinglist Archive: opensuse-commit (1083 mails)
| < Previous | Next > |
commit xterm
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sat, 01 Sep 2007 13:24:20 +0200
- Message-id: <20070901112421.5DBA16781B8@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package xterm
checked in at Sat Sep 1 13:24:20 CEST 2007.
--------
--- xterm/xterm.changes 2007-08-27 21:36:47.000000000 +0200
+++ /mounts/work_src_done/STABLE/xterm/xterm.changes 2007-08-31 23:00:36.000000000 +0200
@@ -1,0 +2,9 @@
+Fri Aug 31 22:35:40 CEST 2007 - mfabian@xxxxxxx
+
+- Bugzilla #306943: add xorg-x11 to BuildRequires because of
+ ‘bdftopcf’. Let the build fail if ‘bdftopcf’ is missing.
+- change app-defaults to use these fonts for wide characters
+ when the 10x20 font is used.
+- bzip2 source tarball.
+
+-------------------------------------------------------------------
Old:
----
xterm.tar.gz
New:
----
xterm.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xterm.spec ++++++
--- /var/tmp/diff_new_pack.W26262/_old 2007-09-01 13:15:43.000000000 +0200
+++ /var/tmp/diff_new_pack.W26262/_new 2007-09-01 13:15:43.000000000 +0200
@@ -11,7 +11,7 @@
# norootforbuild
Name: xterm
-BuildRequires: freetype2-devel update-desktop-files utempter xorg-x11-devel
+BuildRequires: freetype2-devel update-desktop-files utempter xorg-x11 xorg-x11-devel
BuildRequires: ncurses-devel
URL: http://invisible-island.net/xterm/
License: X11/MIT
@@ -19,9 +19,9 @@
Provides: xorg-x11:/usr/X11R6/bin/xterm XFree86:/usr/X11R6/bin/xterm
Autoreqprov: on
Version: 229
-Release: 6
+Release: 8
Summary: The basic X terminal program
-Source: %name.tar.gz
+Source: %name.tar.bz2
Source1: luitx
Source3: Backarrow2Delete
Source4: Backarrow2BackSpace
@@ -178,6 +178,7 @@
%configure
make
popd
+if [ ! -x /usr/bin/bdftopcf ] ; then exit 1; fi
for i in *.bdf
do
/usr/bin/bdftopcf $i | gzip -9 > `basename $i .bdf`.pcf.gz
@@ -264,6 +265,12 @@
/usr/share/pixmaps/*
%changelog
+* Fri Aug 31 2007 - mfabian@xxxxxxx
+- Bugzilla #306943: add xorg-x11 to BuildRequires because of
+ ‘bdftopcf’. Let the build fail if ‘bdftopcf’ is missing.
+- change app-defaults to use these fonts for wide characters
+ when the 10x20 font is used.
+- bzip2 source tarball.
* Mon Aug 27 2007 - sndirsch@xxxxxxx
- added '*metaSendsEscape: true' to app defaults (Bug #300331)
* Mon Aug 13 2007 - sndirsch@xxxxxxx
++++++ p_xterm-settings.diff ++++++
--- /var/tmp/diff_new_pack.W26262/_old 2007-09-01 13:15:44.000000000 +0200
+++ /var/tmp/diff_new_pack.W26262/_new 2007-09-01 13:15:44.000000000 +0200
@@ -118,8 +118,8 @@
*fontMenu*font6*Label: Huge
-*VT100.font6: 10x20
+!*VT100.font6: 10x20
-+*VT100.font6: -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso10646-1
-+!*VT100.wideFont6:
++*VT100.font6: -misc-fixed-medium-r-normal-*-20-200-75-75-c-100-iso10646-1
++*VT100.wideFont6: -misc-fixed-medium-r-normal-*-20-200-75-75-c-200-iso10646-1
*fontMenu*fontescape*Label: Escape Sequence
*fontMenu*fontsel*Label: Selection
!fontescape and fontsel overridden by application
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |