Mailinglist Archive: opensuse-commit (1159 mails)

< Previous Next >
commit rxvt-unicode
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 29 Oct 2007 10:25:16 +0100
  • Message-id: <20071029092516.844CB678331@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package rxvt-unicode
checked in at Mon Oct 29 10:25:16 CET 2007.

--------
--- rxvt-unicode/rxvt-unicode.changes 2007-08-29 23:52:49.000000000 +0200
+++ /mounts/work_src_done/STABLE/rxvt-unicode/rxvt-unicode.changes
2007-10-28 20:33:53.925670000 +0100
@@ -1,0 +2,36 @@
+Sat Oct 27 23:39:44 CEST 2007 - mrueckert@xxxxxxx
+
+- update to version 8.4
+ - overhaul of the transparency/pixmap code (sasha).
+ - fix possible race betwen visual bell and poweron.
+ (reported by Martin von Gagern, gentoo?).
+ - rxvt -e no longer crashes the child.
+ - fixed some minor memleaks on incorrect usage or
+ missing DISPLAY.
+ - implement xterm 1002/1003 mouse tracking modes (exg).
+ - source code organisational cleanups (exg).
+ - updated io_manager.
+- additional changes from 8.3
+ - new option: skipScroll/-ss, enabled by default.
+ - go with the times and expect x11 library files in /usr/lib, not
+ /usr/X11R6/lib.
+ - initial transparency improvement/afterimage support patch by
+ Sasha Vasko.
+ - add urgentOnBell resource to set the urgency hint (patch by
+ Philip Paeps).
+ - do not process focus events caused by grabs (patch by Mikachu).
+ - add iso14755_52 resource to disable iso14755 5.2 (exg).
+ - add binding for backspace in iso14755 5.1 to remove the last
+ digit (exg).
+ - better option handling, support more than 30 options (exg).
+ - nuke reconf script, serves no purpose anymore.
+ - fixed and documented matcher/on_user_command processing in
+ matcher extension (tpope).
+ - compile out of the box on Solaris 10 (exg).
+ - fix MappingNotify events (reported by Stephan Walter).
+ - zero-initialise mwmhints, this seems to solve all sorts of
+ minor problems.
+- removed rxvt-unicode-8.3_transparent_terminal.patch:
+ obsoleted by the rewrite of the transparency code
+
+-------------------------------------------------------------------

Old:
----
rxvt-unicode-8.3.tar.bz2
rxvt-unicode-8.3_transparent_terminal.patch

New:
----
rxvt-unicode-8.4.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rxvt-unicode.spec ++++++
--- /var/tmp/diff_new_pack.t17849/_old 2007-10-29 10:25:06.000000000 +0100
+++ /var/tmp/diff_new_pack.t17849/_new 2007-10-29 10:25:06.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package rxvt-unicode (Version 8.3)
+# spec file for package rxvt-unicode (Version 8.4)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,10 +11,10 @@
# norootforbuild

Name: rxvt-unicode
-Version: 8.3
-Release: 9
+Version: 8.4
+Release: 1
#
-License: LGPL v2 or later
+License: LGPL v2.1 or later
Group: System/X11/Terminals
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -30,12 +30,11 @@
%define _terminfo /usr/share/terminfo
%endif
#
-URL: http://software.schmorp.de/#rxvt-unicode
+Url: http://software.schmorp.de/#rxvt-unicode
Source: http://dist.schmorp.de/%{name}/%{name}-%{version}.tar.bz2
Source1: rxvt-unicode-rpmlintrc
Source2: rxvt-unicode.README.SuSE
Patch: rxvt-unicode-7.7_missing_sentinel.patch
-Patch1: rxvt-unicode-8.3_transparent_terminal.patch
#
Summary: Rxvt X Terminal with Unicode Support

@@ -43,7 +42,7 @@
rxvt-unicode is a clone of the well-known terminal emulator rxvt,
modified to store text in Unicode (either UCS-2 or UCS-4) and to use
locale-correct input and output. It also supports mixing multiple fonts
-at the same time, includingXft fonts.
+at the same time, including Xft fonts.



@@ -54,7 +53,6 @@
%prep
%setup -q
%patch
-%patch1
find -type d -name CVS -print0 | xargs -r0 rm -r
%{__install} -m 0644 %{S:2} README.SuSE

@@ -165,8 +163,40 @@
%{_libdir}/urxvt/perl/xim-onthespot
%{_libdir}/urxvt/perl/kuake
%{_libdir}/urxvt/perl/macosx-clipboard
-
%changelog
+* Sat Oct 27 2007 - mrueckert@xxxxxxx
+- update to version 8.4
+ - overhaul of the transparency/pixmap code (sasha).
+ - fix possible race betwen visual bell and poweron.
+ (reported by Martin von Gagern, gentoo?).
+ - rxvt -e no longer crashes the child.
+ - fixed some minor memleaks on incorrect usage or
+ missing DISPLAY.
+ - implement xterm 1002/1003 mouse tracking modes (exg).
+ - source code organisational cleanups (exg).
+ - updated io_manager.
+- additional changes from 8.3
+ - new option: skipScroll/-ss, enabled by default.
+ - go with the times and expect x11 library files in /usr/lib, not
+ /usr/X11R6/lib.
+ - initial transparency improvement/afterimage support patch by
+ Sasha Vasko.
+ - add urgentOnBell resource to set the urgency hint (patch by
+ Philip Paeps).
+ - do not process focus events caused by grabs (patch by Mikachu).
+ - add iso14755_52 resource to disable iso14755 5.2 (exg).
+ - add binding for backspace in iso14755 5.1 to remove the last
+ digit (exg).
+ - better option handling, support more than 30 options (exg).
+ - nuke reconf script, serves no purpose anymore.
+ - fixed and documented matcher/on_user_command processing in
+ matcher extension (tpope).
+ - compile out of the box on Solaris 10 (exg).
+ - fix MappingNotify events (reported by Stephan Walter).
+ - zero-initialise mwmhints, this seems to solve all sorts of
+ minor problems.
+- removed rxvt-unicode-8.3_transparent_terminal.patch:
+ obsoleted by the rewrite of the transparency code
* Tue Aug 28 2007 - mrueckert@xxxxxxx
- added rxvt-unicode-8.3_transparent_terminal.patch: (#153423)
fix disappearing window decorations with metacity

++++++ rxvt-unicode-8.3.tar.bz2 -> rxvt-unicode-8.4.tar.bz2 ++++++
++++ 10773 lines of diff (skipped)




++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages